diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 12:22:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 12:41:08 +0100 |
commit | 4133f51dfa8bf136da42d2d178e3c71870e4b9d8 (patch) | |
tree | 40caf23ca996df74650d59d3c1571c4028cdc65d /dev-python/path-py | |
parent | dev-python/path-py: Stabilize 11.5.2 ALLARCHES (diff) | |
download | gentoo-4133f51dfa8bf136da42d2d178e3c71870e4b9d8.tar.gz gentoo-4133f51dfa8bf136da42d2d178e3c71870e4b9d8.tar.bz2 gentoo-4133f51dfa8bf136da42d2d178e3c71870e4b9d8.zip |
dev-python/path-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/Manifest | 1 | ||||
-rw-r--r-- | dev-python/path-py/path-py-8.1.2.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest index e36c75beafb5..1ad0eff15273 100644 --- a/dev-python/path-py/Manifest +++ b/dev-python/path-py/Manifest @@ -1,3 +1,2 @@ DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3 SHA512 8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348 SHA512 97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c -DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0 SHA512 639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1 diff --git a/dev-python/path-py/path-py-8.1.2.ebuild b/dev-python/path-py/path-py-8.1.2.ebuild deleted file mode 100644 index 5a44eea4a3e8..000000000000 --- a/dev-python/path-py/path-py-8.1.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -MY_P="path.py-${PV}" - -DESCRIPTION="A module wrapper for os.path" -HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py" -SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - sed '/setuptools_scm/d' -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - # https://github.com/jaraco/path.py/issues/122 - unset XDG_CONFIG_HOME - esetup.py test -} |