diff options
author | John Helmert III <ajak@gentoo.org> | 2021-08-09 20:47:38 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-08-09 21:31:24 -0500 |
commit | 9e7a64ced6f5023e6dd20b19385546e7c87fb5b1 (patch) | |
tree | 15b454e0d71a979c2f8e3bb6f14d7882648a9908 /dev-python/pathlib2 | |
parent | dev-ruby/shotgun: treeclean (diff) | |
download | gentoo-9e7a64ced6f5023e6dd20b19385546e7c87fb5b1.tar.gz gentoo-9e7a64ced6f5023e6dd20b19385546e7c87fb5b1.tar.bz2 gentoo-9e7a64ced6f5023e6dd20b19385546e7c87fb5b1.zip |
dev-python/*: treeclean last rited packages
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-python/pathlib2')
-rw-r--r-- | dev-python/pathlib2/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pathlib2/metadata.xml | 14 | ||||
-rw-r--r-- | dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/pathlib2/pathlib2-2.3.6.ebuild | 31 |
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-python/pathlib2/Manifest b/dev-python/pathlib2/Manifest deleted file mode 100644 index bf6172f630c0..000000000000 --- a/dev-python/pathlib2/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pathlib2-2.3.5.tar.gz 34393 BLAKE2B 7e03214a53f1ebf7718d04f653e24ffa4b06070b0ae21583d98ea0ce956c5aced5ea63bf6062d8e8d979bef4c82137cd2d2d5d6121dc3dda0ae1f713c1868d36 SHA512 3f0f212bf5208d0965ac02a590bef6ac0ec5e3b702828c06c3c9d37119b3db422cc7873de614fdc37ebfb3f52239a6517008d9672a176ca15d03fe13baeeddc8 -DIST pathlib2-2.3.6.tar.gz 38435 BLAKE2B 07a6db61feb56c439e0c4c97d96f87714090628d3971341b64ed253cf9b363b7a3695a665a3def5c2b950cd3dc2ba316ef3dcfaf48f25726fce34afedccdafac SHA512 ed41792338d5808cdd068f6c04021b2918e5376fc6297f163712dec6b00a1f96f7905eeea0a601c333d253e0f1663a0472d842b0d920d680992045bbc36db970 diff --git a/dev-python/pathlib2/metadata.xml b/dev-python/pathlib2/metadata.xml deleted file mode 100644 index d8ee6f7bfb70..000000000000 --- a/dev-python/pathlib2/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pathlib2</remote-id> - <remote-id type="github">mcmtroffaes/pathlib2</remote-id> - <bugs-to>https://github.com/mcmtroffaes/pathlib2/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild b/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild deleted file mode 100644 index 1719f9c6231b..000000000000 --- a/dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Fork of pathlib aiming to support the full stdlib Python API" -HOMEPAGE="https://github.com/mcmtroffaes/pathlib2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - $(python_gen_cond_dep 'dev-python/scandir[${PYTHON_USEDEP}]' -2) - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) - ) -" - -python_test() { - "${EPYTHON}" tests/test_pathlib2.py -v || \ - die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/pathlib2/pathlib2-2.3.6.ebuild b/dev-python/pathlib2/pathlib2-2.3.6.ebuild deleted file mode 100644 index ac123963984c..000000000000 --- a/dev-python/pathlib2/pathlib2-2.3.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Fork of pathlib aiming to support the full stdlib Python API" -HOMEPAGE="https://github.com/mcmtroffaes/pathlib2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - ) -" - -python_test() { - "${EPYTHON}" tests/test_pathlib2.py -v || - die "tests failed with ${EPYTHON}" -} |