commit: 0033be122a2c05126b66085e0c9c6b107c0410ff Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Jun 19 08:58:34 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jun 19 08:58:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0033be12
dev-python/typish: treeclean Closes: https://bugs.gentoo.org/837299 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/typish/Manifest | 1 - dev-python/typish/metadata.xml | 13 ------------- dev-python/typish/typish-1.9.3.ebuild | 28 ---------------------------- profiles/package.mask | 6 ------ 4 files changed, 48 deletions(-) diff --git a/dev-python/typish/Manifest b/dev-python/typish/Manifest deleted file mode 100644 index 809dd7e09231..000000000000 --- a/dev-python/typish/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST typish-1.9.3.gh.tar.gz 22997 BLAKE2B f399f5d9b3ae8f85f3b719de77d675b142ac45b6535f66d9d0d999411bc5bfc9100523667ea4c1d2be60c15a4bf35ec931ded9e1181a4545bbaa9b96fb27d0dd SHA512 baad9d2229ac289c4eb1d6e64bac0313efd4680f42a95270e0c1141d511392e6a95a5fea767943ddf432f5f0d48d95a05bbf26e06df188079ac177d321e4fa5c diff --git a/dev-python/typish/metadata.xml b/dev-python/typish/metadata.xml deleted file mode 100644 index b498a186d60c..000000000000 --- a/dev-python/typish/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Python Project</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">typish</remote-id> - <remote-id type="github">ramonhagenaars/typish</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3.ebuild deleted file mode 100644 index d78be374c291..000000000000 --- a/dev-python/typish/typish-1.9.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Functionality for types" -HOMEPAGE="https://pypi.org/project/typish/ - https://github.com/ramonhagenaars/typish" -SRC_URI=" - https://github.com/ramonhagenaars/typish/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/nptyping[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index 15ec9b6ad538..701a1578d612 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -391,12 +391,6 @@ dev-python/unicodecsv # Masked for removal in 30 days net-im/whatsapp-desktop-bin -# Michał Górny <[email protected]> (2022-05-16) -# This was only added for dev-python/nptyping, and nptyping-2.0.0 -# no longer uses it. No activity since Aug 2021. -# Removal on 2022-06-15. Bug #837299. -dev-python/typish - # Matt Turner <[email protected]> (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8
