diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-19 19:09:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-19 19:10:14 +0200 |
commit | b195167c3597750a58aa51f2af0ee50b67d6790e (patch) | |
tree | 44c2bbf7b7b44a44113e5c70e5b0de11ae1f83fa /dev-util/pkgcheck | |
parent | sci-electronics/puff: Drop illegal parameter (diff) | |
download | gentoo-b195167c3597750a58aa51f2af0ee50b67d6790e.tar.gz gentoo-b195167c3597750a58aa51f2af0ee50b67d6790e.tar.bz2 gentoo-b195167c3597750a58aa51f2af0ee50b67d6790e.zip |
dev-util/pkgcheck: (live) update to newest build system
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index f3c9d7062d84..2a5d551d17a9 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_IN_SOURCE_BUILD=1 inherit elisp-common distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then @@ -29,8 +29,8 @@ if [[ ${PV} == *9999 ]]; then ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]" else RDEPEND=" - >=dev-python/snakeoil-0.10.1[${PYTHON_USEDEP}] - >=sys-apps/pkgcore-0.12.15[${PYTHON_USEDEP}]" + >=dev-python/snakeoil-0.10.3[${PYTHON_USEDEP}] + >=sys-apps/pkgcore-0.12.17[${PYTHON_USEDEP}]" fi RDEPEND+=" dev-libs/tree-sitter @@ -46,8 +46,8 @@ RDEPEND+=" app-emacs/flycheck ) " -BDEPEND=" - ${RDEPEND} +BDEPEND="${RDEPEND} + dev-python/wheel test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] @@ -57,7 +57,7 @@ BDEPEND=" SITEFILE="50${PN}-gentoo.el" -distutils_enable_tests setup.py +distutils_enable_tests pytest export USE_SYSTEM_TREE_SITTER_BASH=1 @@ -71,11 +71,6 @@ src_compile() { fi } -src_test() { - local -x PYTHONDONTWRITEBYTECODE= - distutils-r1_src_test -} - python_install_all() { local DOCS=( NEWS.rst ) [[ ${PV} == *9999 ]] || doman man/* |