diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-25 23:42:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-26 00:00:18 +0200 |
commit | 1a0cd6fa1c265f4e80e93b1e455c5204056bb355 (patch) | |
tree | 8e37c968c7642da59d2b86b2439a275a7591828f /dev-python/apipkg | |
parent | dev-python/platformdirs: Bump to 2.4.0 (diff) | |
download | gentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.tar.gz gentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.tar.bz2 gentoo-1a0cd6fa1c265f4e80e93b1e455c5204056bb355.zip |
dev-python/apipkg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r-- | dev-python/apipkg/Manifest | 2 | ||||
-rw-r--r-- | dev-python/apipkg/apipkg-1.5-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/apipkg/apipkg-2.0.0_rc1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/apipkg/files/apipkg-1.5-pytest-4.patch | 25 |
4 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/apipkg/Manifest b/dev-python/apipkg/Manifest index b278a85fa85a..403db0b6dfaf 100644 --- a/dev-python/apipkg/Manifest +++ b/dev-python/apipkg/Manifest @@ -1,3 +1 @@ -DIST apipkg-1.5.tar.gz 11186 BLAKE2B f703a37b38b412228348520a9daa0276a69c3be47a9586e1c2797cf525a024bb0fda81dbfad7d4b1404e1ebcd3eec0e9ce2231beef5072bf9915240e2e5fb445 SHA512 828937ca5e203915248fac54db8e7c13f941e006403f2a415c27fa4d1aa114790be3d7b5dd892f528611e5e6dfe75114ee80f4f4589a03c3f789ae6ddfcae0bf DIST apipkg-2.0.0.gh.tar.gz 11724 BLAKE2B 3ad0ab8915bef0632b522de662c9c2424e0ba9c13c0d9bb415d66112ccd0621a226b546c9d248939e83f16311069fbe8170224b8e2e373f194df8d6654671347 SHA512 d1c336f835d28a11640904a6ae63b15a01c3bde2e100eb2ed31877fc7037e538e0fe1d107556d48fb288c3b72a53586122c4ec17e089179aadc222ae80938c53 -DIST apipkg-2.0.0rc1.gh.tar.gz 11737 BLAKE2B 5c2c109dcab512f4154f275fb0bac42c626d753ca0b9f7c5bec91a0f7d0048c4ddadb8ea580626e51a2a879ac487ea9fcb06109d271a0b214dea3c5a1758126a SHA512 2bdfda86bb8d3a5d57868adf5e44de895f95d37b1928f4e24796bdde3a02eb9f8c51a017060c8b9c4a918c85d5d2d8348c634fc11f5eea9a9e333c14cabb1c23 diff --git a/dev-python/apipkg/apipkg-1.5-r1.ebuild b/dev-python/apipkg/apipkg-1.5-r1.ebuild deleted file mode 100644 index a32262c3cb97..000000000000 --- a/dev-python/apipkg/apipkg-1.5-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Namespace control and lazy-import mechanism" -HOMEPAGE="https://pypi.org/project/apipkg/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}"/${P}-pytest-4.patch -) - -distutils_enable_tests pytest diff --git a/dev-python/apipkg/apipkg-2.0.0_rc1.ebuild b/dev-python/apipkg/apipkg-2.0.0_rc1.ebuild deleted file mode 100644 index 76108e8d3a41..000000000000 --- a/dev-python/apipkg/apipkg-2.0.0_rc1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -MY_P=${P/_/} -DESCRIPTION="Namespace control and lazy-import mechanism" -HOMEPAGE="https://pypi.org/project/apipkg/" -SRC_URI=" - https://github.com/pytest-dev/apipkg/archive/v${PV/_/}.tar.gz - -> ${MY_P}.gh.tar.gz" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch b/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch deleted file mode 100644 index 0053e7078e2b..000000000000 --- a/dev-python/apipkg/files/apipkg-1.5-pytest-4.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 81dc0f46754afd44358b8c97ea832030436ac7cb Mon Sep 17 00:00:00 2001 -From: Andy Postnikov <apostnikov@gmail.com> -Date: Sun, 27 Jan 2019 03:27:18 +0200 -Subject: [PATCH] testing/py-apipkg: fix tests - -https://github.com/pytest-dev/apipkg/issues/14 ---- - testing/py-apipkg/14.patch | 11 +++++++++++ - testing/py-apipkg/APKBUILD | 7 ++++--- - 2 files changed, 15 insertions(+), 3 deletions(-) - create mode 100644 testing/py-apipkg/14.patch - -[inner patch extracted for Gentoo use] - ---- a/test_apipkg.py -+++ b/test_apipkg.py -@@ -13,7 +13,7 @@ - class TestRealModule: - - def setup_class(cls): -- cls.tmpdir = py.test.ensuretemp('test_apipkg') -+ cls.tmpdir = py.path.local('test_apipkg') - sys.path = [str(cls.tmpdir)] + sys.path - pkgdir = cls.tmpdir.ensure('realtest', dir=1) - |