summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 21:35:08 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 22:14:13 +0000
commit6f62b1e9f1d247e7f100aaaf6e9e0b81491098d8 (patch)
treec4b6376a38ad9194d294cdca15736f5f63ff0998
parentdev-python/shamir-mnemonic: enable py3.12 and disable py3.10 (diff)
downloadportage-6f62b1e9f1d247e7f100aaaf6e9e0b81491098d8.tar.xz
www-client/arcanist: enable py3.12 and disable py3.10
-rw-r--r--www-client/arcanist/arcanist-20220527.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/www-client/arcanist/arcanist-20220527.ebuild b/www-client/arcanist/arcanist-20220527.ebuild
index dab7d656..a665b88b 100644
--- a/www-client/arcanist/arcanist-20220527.ebuild
+++ b/www-client/arcanist/arcanist-20220527.ebuild
@@ -3,9 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="ncurses"
-
+PYTHON_COMPAT=( python3_{11..12} )
inherit toolchain-funcs python-single-r1 git-r3
DESCRIPTION="Command-line tool for Phabricator"
@@ -40,7 +38,6 @@ RDEPEND="dev-lang/php[curl,iconv,mysql,mysqli,pcntl,ssl?,unicode]
dev-python/flake8:0[${PYTHON_USEDEP}]
')
dev-util/cppcheck:0
- dev-util/cpplint:0
net-libs/nodejs[npm]
)
${PYTHON_DEPS}"
@@ -165,9 +162,6 @@ src_install() {
insinto "/usr/share/php/${PN}/support"
doins -r support/init support/lib
- python_scriptinto "/usr/share/php/${PN}/support/arcanoid"
- python_doscript support/arcanoid/arcanoid.py
-
if use test ; then
fperms 755 "/usr/share/php/${PN}/src/parser/xhpast/bin/xhpast"
dosym "../share/php/${PN}/src/parser/xhpast/bin/xhpast" /usr/bin/xhpast