diff options
Diffstat (limited to 'dev-python/polygon/polygon-3.0.7.ebuild')
| -rw-r--r-- | dev-python/polygon/polygon-3.0.7.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/polygon/polygon-3.0.7.ebuild b/dev-python/polygon/polygon-3.0.7.ebuild index 8636139f41eb..90047ef52cd7 100644 --- a/dev-python/polygon/polygon-3.0.7.ebuild +++ b/dev-python/polygon/polygon-3.0.7.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7,8,9,10} ) @@ -14,12 +14,12 @@ SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip" LICENSE="LGPL-2" SLOT="3" -IUSE="examples" KEYWORDS="amd64 ppc x86" +IUSE="examples" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" -S=${WORKDIR}/Polygon3-${PV} +S="${WORKDIR}/Polygon3-${PV}" DOCS=( doc/{Polygon.txt,Polygon.pdf} ) @@ -28,6 +28,7 @@ python_prepare_all() { mkdir examples || die mv doc/{Examples.py,testpoly.gpf} examples || die fi + distutils-r1_python_prepare_all } |
