diff --git a/dev-python/kaleido/kaleido-0.2.1.ebuild b/dev-python/kaleido/kaleido-0.2.1.ebuild index 0f5345015..1ddc974bd 100644 --- a/dev-python/kaleido/kaleido-0.2.1.ebuild +++ b/dev-python/kaleido/kaleido-0.2.1.ebuild @@ -16,7 +16,7 @@ amd64? ( https://files.pythonhosted.org/packages/py2.py3/${P:0:1}/${MY_PN}/kaleido-${PV}-py2.py3-none-manylinux1_x86_64.whl -> ${P}_x86_64.zip ) arm64? ( - https://files.pythonhosted.org/packages/py2.py3/${P:0:1}/${MY_PN}/kaleido-0.2.1-py2.py3-none-manylinux2014_aarch64.whl + https://files.pythonhosted.org/packages/py2.py3/${P:0:1}/${MY_PN}/kaleido-${PV}-py2.py3-none-manylinux2014_aarch64.whl ) " diff --git a/dev-python/quark-engine/Manifest b/dev-python/quark-engine/Manifest index 7daac4b91..5e1ca2873 100644 --- a/dev-python/quark-engine/Manifest +++ b/dev-python/quark-engine/Manifest @@ -1,2 +1,2 @@ -DIST quark-engine-22.1.1.tar.gz 57603 BLAKE2B ec1f5c64a47e41190e0a5a05b0466d4a595eee4df45351a75e5c89009cef693dedde5ccb2fc78dbed44fd99280a7a3fa3b8cb9fae1dd9eaab2f227c257eb0d46 SHA512 2e58ea41899e97f5531afc19415150093edb8e5dc16d1bc7a591409087ff0d44d64bfc8540805287326f8d5c2615dafe96f7ab78c9c04cbdeeb902d98b361889 DIST quark-engine-22.9.1.tar.gz 84385 BLAKE2B bcefbee834521af73e21c39dd9f7dbb19aae99214983ce60d6e078509d75066776f663fc30dd84c1da89970a6c587c870a535124e26121b50b84b19a97a4234e SHA512 69abe4e8a01f3a13061100fe34b87e88c2cd5a9f48367448f9c733b0760533fc7bdd06672d65f2367a2f5ef887bf68c4c3ed56a64dbc9000f8e4d1110b80956b +DIST quark-engine-23.3.1.tar.gz 81906 BLAKE2B 3e6199b714d84048b74f0a90e1c6d4190c2d3cd5eb976ce4cfb54b3a9d64628a4bf426cc0674f4b23f7d8ba6e1ecc3e0bdc14a282a1eac781ca905282db5f993 SHA512 e9c8733cb1555a4b8d84981b617d3a618c995eb957635749fd5d31d9af3885f24c5ea405adc8a7d9ff78a6f177e45f27d9eba16d9fd82d623e13f345b5a10cbb diff --git a/dev-python/quark-engine/quark-engine-22.9.1.ebuild b/dev-python/quark-engine/quark-engine-22.9.1.ebuild index e17882ac3..1ab2d56a9 100644 --- a/dev-python/quark-engine/quark-engine-22.9.1.ebuild +++ b/dev-python/quark-engine/quark-engine-22.9.1.ebuild @@ -5,15 +5,16 @@ EAPI=7 PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="An Obfuscation-Neglect Android Malware Scoring System" HOMEPAGE="https://github.com/quark-engine/quark-engine" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64" IUSE="" RDEPEND="dev-python/prettytable[${PYTHON_USEDEP}] diff --git a/dev-python/quark-engine/quark-engine-22.1.1.ebuild b/dev-python/quark-engine/quark-engine-23.3.1.ebuild similarity index 77% rename from dev-python/quark-engine/quark-engine-22.1.1.ebuild rename to dev-python/quark-engine/quark-engine-23.3.1.ebuild index e17882ac3..9fbbe7080 100644 --- a/dev-python/quark-engine/quark-engine-22.1.1.ebuild +++ b/dev-python/quark-engine/quark-engine-23.3.1.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="An Obfuscation-Neglect Android Malware Scoring System" HOMEPAGE="https://github.com/quark-engine/quark-engine" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64" IUSE="" RDEPEND="dev-python/prettytable[${PYTHON_USEDEP}] @@ -21,12 +23,10 @@ RDEPEND="dev-python/prettytable[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] dev-python/graphviz[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] dev-python/prompt-toolkit[${PYTHON_USEDEP}] dev-python/plotly[${PYTHON_USEDEP}] dev-python/rzpipe[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] - dev-python/kaleido[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-util/kaleido-bin/kaleido-bin-0.2.1.ebuild b/dev-util/kaleido-bin/kaleido-bin-0.2.1.ebuild index 3da49107e..d28cd3108 100644 --- a/dev-util/kaleido-bin/kaleido-bin-0.2.1.ebuild +++ b/dev-util/kaleido-bin/kaleido-bin-0.2.1.ebuild @@ -12,12 +12,12 @@ amd64? ( https://github.com/plotly/Kaleido/releases/download/v${PV}/kaleido_linux_x64.zip -> ${P}.zip ) arm64? ( - https://github.com/plotly/Kaleido/releases/download/v0.2.1/kaleido_linux_arm64.zip -> ${P}.zip + https://github.com/plotly/Kaleido/releases/download/v{$PV}/kaleido_linux_arm64.zip -> ${P}.zip ) " LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64" IUSE="" RDEPEND="" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index f9548c54e..a0fc897c0 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -308,7 +308,7 @@ dev-python/oscrypto dev-python/http-tools dev-python/IP2Location ~dev-python/wcmatch-8.3 -~dev-python/plotly-5.10.0 +=dev-python/plotly-5* # required by net-analyzer/s3scanner ~dev-python/coloredlogs-10.0