From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3F8E15ACFC for ; Sun, 30 Apr 2023 10:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 544ACE086E; Sun, 30 Apr 2023 10:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CA9DE086E for ; Sun, 30 Apr 2023 10:07:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4118D3412FA for ; Sun, 30 Apr 2023 10:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1AB9A6D for ; Sun, 30 Apr 2023 10:07:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1682849185.07adec832f6b7e764a9f9d26313cfe5680cf9e9a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/nototools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nototools/Manifest dev-python/nototools/metadata.xml dev-python/nototools/nototools-0.2.17.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/nototools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 07adec832f6b7e764a9f9d26313cfe5680cf9e9a X-VCS-Branch: master Date: Sun, 30 Apr 2023 10:07:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8773115e-deaa-4081-a485-dd0135d4e546 X-Archives-Hash: 5a7dc2b50acf06e18a584ecc7078f3dd commit: 07adec832f6b7e764a9f9d26313cfe5680cf9e9a Author: David Seifert gentoo org> AuthorDate: Sun Apr 30 10:06:25 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 30 10:06:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07adec83 dev-python/nototools: treeclean Closes: https://bugs.gentoo.org/719886 Closes: https://bugs.gentoo.org/896804 Signed-off-by: David Seifert gentoo.org> dev-python/nototools/Manifest | 1 - dev-python/nototools/metadata.xml | 9 --------- dev-python/nototools/nototools-0.2.17.ebuild | 30 ---------------------------- profiles/package.mask | 1 - 4 files changed, 41 deletions(-) diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest deleted file mode 100644 index 8a2f1f21963b..000000000000 --- a/dev-python/nototools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST notofonttools-0.2.17.tar.gz 9743805 BLAKE2B ba601b4c9c4df7fc264dd88c60e50c1db08c21bc07f3ab408f91f445a801bd96ed193e5f9cb320378f6411027b1be004d718233d531bb2ec600badfaffd2d876 SHA512 a5b733c47ce61f6cb18f9772e8fee04f8ee2a3d834afa3f71a5f1c8110124224b9d325db75976104dd880b7c0538568574b2e497faa8f4d5541451e9c3e40cd3 diff --git a/dev-python/nototools/metadata.xml b/dev-python/nototools/metadata.xml deleted file mode 100644 index a17b06f0f84c..000000000000 --- a/dev-python/nototools/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - pacho@gentoo.org - Pacho Ramos - - - diff --git a/dev-python/nototools/nototools-0.2.17.ebuild b/dev-python/nototools/nototools-0.2.17.ebuild deleted file mode 100644 index 52d07ca45e26..000000000000 --- a/dev-python/nototools/nototools-0.2.17.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) -PYPI_PN="notofonttools" - -inherit distutils-r1 pypi - -DESCRIPTION="Noto fonts support tools and scripts plus web site generation" -HOMEPAGE="https://github.com/googlefonts/nototools" -#SRC_URI="https://github.com/googlefonts/nototools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 OFL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -RDEPEND=" - >=media-gfx/scour-0.37 - >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}] - >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}] - >=dev-python/fonttools-4.11.0[${PYTHON_USEDEP}] - >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}] - >=dev-python/pyclipper-1.2.1[${PYTHON_USEDEP}] -" - -# Some tests weren't ported to python3 yet and lots of failures -RESTRICT="test" - -distutils_enable_tests setup.py diff --git a/profiles/package.mask b/profiles/package.mask index e28be0e77841..9b0132863cff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -262,7 +262,6 @@ dev-ruby/turbolinks-source # Removal on 2023-04-30. Bug #719882. dev-python/booleanOperations dev-python/defcon -dev-python/nototools # Ionen Wolkens (2023-03-30) # NVIDIA dropped support for the 390.xx branch in December 2022[1].