diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-04-19 11:42:36 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-04-19 11:57:52 -0700 |
commit | 080352a2af2f9efc4994956f39eefbe0423ac810 (patch) | |
tree | d50bbfa1388b40b0387c8a921205924a7c1006b3 /app-arch/tardelta | |
parent | app-crypt/certbot-apache: fix tests (use pytest instead of nose) (diff) | |
download | gentoo-080352a2af2f9efc4994956f39eefbe0423ac810.tar.gz gentoo-080352a2af2f9efc4994956f39eefbe0423ac810.tar.bz2 gentoo-080352a2af2f9efc4994956f39eefbe0423ac810.zip |
app-arch/tardelta: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/718190
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-arch/tardelta')
-rw-r--r-- | app-arch/tardelta/tardelta-1.0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-arch/tardelta/tardelta-1.0.1.ebuild b/app-arch/tardelta/tardelta-1.0.1.ebuild index f1758c33e3b6..d847ff417e0b 100644 --- a/app-arch/tardelta/tardelta-1.0.1.ebuild +++ b/app-arch/tardelta/tardelta-1.0.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Generate a tarball of differences between two tarballs" @@ -14,7 +14,6 @@ LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" src_prepare() { sed -i "s:^\(__version__ =\).*:\\1 \"${PV}\":" src/${PN}.py || die |