commit: 5c024a5cc3e59cc0aa1100c477e884d644d2e3a2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 4 01:59:22 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 4 01:59:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c024a5c
dev-python/openstep-plist: set DISTUTILS_EXT=1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/openstep-plist/openstep-plist-0.3.0_p1.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-python/openstep-plist/openstep-plist-0.3.0_p1.ebuild
b/dev-python/openstep-plist/openstep-plist-0.3.0_p1.ebuild
index 02f114b22..f956d1f19 100644
--- a/dev-python/openstep-plist/openstep-plist-0.3.0_p1.ebuild
+++ b/dev-python/openstep-plist/openstep-plist-0.3.0_p1.ebuild
@@ -5,6 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
inherit distutils-r1 pypi
DESCRIPTION="ASCII plist parser written in Cython"
@@ -19,8 +20,8 @@ LICENSE="MIT"
SLOT="0"
BDEPEND="
+ app-arch/unzip
>=dev-python/cython-0.28.5[${PYTHON_USEDEP}]
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest-cython[${PYTHON_USEDEP}]
)
@@ -29,11 +30,6 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
- distutils-r1_src_prepare
find "${S}" -name '*.cpp' -delete || die
-}
-
-src_configure() {
- distutils-r1_src_configure
- export SETUPTOOLS_SCM_PRETEND_VERSION="$(pypi_translate_version ${PV})"
+ distutils-r1_src_prepare
}