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/apipkg-1.5-r1.ebuild | |
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/apipkg-1.5-r1.ebuild')
-rw-r--r-- | dev-python/apipkg/apipkg-1.5-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
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 |