diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:23:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:56 +0100 |
commit | 666c63e77d87d0cf3d87038e9e2e0dd14489b5e6 (patch) | |
tree | fb9852be00b9911fdcd4352b06a41544ab788cde /app-portage | |
parent | app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-666c63e77d87d0cf3d87038e9e2e0dd14489b5e6.tar.gz gentoo-666c63e77d87d0cf3d87038e9e2e0dd14489b5e6.tar.bz2 gentoo-666c63e77d87d0cf3d87038e9e2e0dd14489b5e6.zip |
app-portage/gpyutils: Set DISTUTILS_USE_SETUPTOOLS, sync live
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.3.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-9999.ebuild | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild index 7eef1417fd80..728e83dbc335 100644 --- a/app-portage/gpyutils/gpyutils-0.3.ebuild +++ b/app-portage/gpyutils/gpyutils-0.3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild index 42df3c3086a1..68bbe846daae 100644 --- a/app-portage/gpyutils/gpyutils-9999.ebuild +++ b/app-portage/gpyutils/gpyutils-9999.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git" @@ -16,7 +18,7 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]" +RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]" python_test() { esetup.py test |