diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:03:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-15 15:03:58 +0100 |
commit | 43a09f3997130162b4b59d2b47c818f36121398e (patch) | |
tree | b054bb67a11de93499447b1e218c444ecfdb4187 /dev-python/entrypoints | |
parent | dev-python/pydecomp: Remove old (diff) | |
download | gentoo-43a09f3997130162b4b59d2b47c818f36121398e.tar.gz gentoo-43a09f3997130162b4b59d2b47c818f36121398e.tar.bz2 gentoo-43a09f3997130162b4b59d2b47c818f36121398e.zip |
dev-python/entrypoints: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoints')
-rw-r--r-- | dev-python/entrypoints/Manifest | 1 | ||||
-rw-r--r-- | dev-python/entrypoints/entrypoints-0.3-r2.ebuild | 29 | ||||
-rw-r--r-- | dev-python/entrypoints/entrypoints-0.3-r3.ebuild | 19 | ||||
-rw-r--r-- | dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch | 8 |
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/entrypoints/Manifest b/dev-python/entrypoints/Manifest index 6b344114f99b..df221e2e1d75 100644 --- a/dev-python/entrypoints/Manifest +++ b/dev-python/entrypoints/Manifest @@ -1,2 +1 @@ -DIST entrypoints-0.3.tar.gz 12315 BLAKE2B f548d98eeb9dcf5760b26f66e5dec0849c9a9027cd68447c07a585e7b80f79a7c66712d0dd270b6960db167d26f9cf0c9c221edd21f2692c2221d36e952ede65 SHA512 aa1274362d3a4b00266103319ca51aa266605b4999c89a9d0673eb61bfae9e646cb0ec6b86c95544493f6fe048385a2c7641d64adca8f45815546fb1e663c858 DIST entrypoints-0.4.tar.gz 13974 BLAKE2B 95bfe3deeee183f000722be63114e7eafe12ce9994e3ad02fccde7ee8dca3d10cc491e438bc9330fe9e16dbe1664d7a9fd9ef5712ebca989e3304e1dee7a55ce SHA512 874858c240199b9a209e00bde609b33335d199d21a959e51bb875240e2a35ada036380097218e9cd50d5d1dbf9de52638a069cb605ea8e8952db4a5afa3ffd42 diff --git a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild deleted file mode 100644 index 25d0299fbb21..000000000000 --- a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy3 python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Discover and load entry points from installed packages" -HOMEPAGE="https://github.com/takluyver/entrypoints" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/${PN}"-0.2.1-init.py.patch -) - -python_test() { - distutils_install_for_testing - cd "${TEST_DIR}"/lib || die - cp -r "${S}"/tests "${TEST_DIR}"/lib/ || die - pytest -vv || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/entrypoints/entrypoints-0.3-r3.ebuild b/dev-python/entrypoints/entrypoints-0.3-r3.ebuild deleted file mode 100644 index 1f220ff7c478..000000000000 --- a/dev-python/entrypoints/entrypoints-0.3-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="Discover and load entry points from installed packages" -HOMEPAGE="https://github.com/takluyver/entrypoints" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" - -distutils_enable_tests pytest diff --git a/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch b/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch deleted file mode 100644 index 40d5d82730d3..000000000000 --- a/dev-python/entrypoints/files/entrypoints-0.2.1-init.py.patch +++ /dev/null @@ -1,8 +0,0 @@ -__init__.py for entrypoints by Marius Brehler <marbre@linux.sungazer.de>. - -Patch by Marius Brehler <marbrbre@linux.sungazer.de>. ---- /dev/null -+++ b/entrypoints/__init__.py -@@ -0,0 +1 @@ -+from .entrypoints import * -\ No newline at end of file |