diff --git a/dev-python/hexdump/hexdump-3.3.ebuild b/dev-python/hexdump/hexdump-3.3.ebuild index b0a9295bd..75cb6f0da 100644 --- a/dev-python/hexdump/hexdump-3.3.ebuild +++ b/dev-python/hexdump/hexdump-3.3.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Dump binary data to hex format and restore from there" HOMEPAGE="https://pypi.org/project/hexdump/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" +SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" + +S=${WORKDIR} LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RDEPEND="" DEPEND="${RDEPEND}" - -S=${WORKDIR} +BDEPEND="app-arch/unzip" diff --git a/dev-python/hexdump/metadata.xml b/dev-python/hexdump/metadata.xml index ace7c2d3a..f9ab770b1 100644 --- a/dev-python/hexdump/metadata.xml +++ b/dev-python/hexdump/metadata.xml @@ -5,4 +5,7 @@ unknown@pentoo.ch Author Unknown + + hexdump + diff --git a/dev-python/minidump/Manifest b/dev-python/minidump/Manifest index b768eee80..dd9b8475c 100644 --- a/dev-python/minidump/Manifest +++ b/dev-python/minidump/Manifest @@ -1 +1 @@ -DIST minidump-0.0.21.tar.gz 58279 BLAKE2B d335ee183bf44312420d4f90be5ce5d7983282e759357bdc61e4998f6ac4c9fe9fcae1e1fa797a836d89d226054b2581e53db01c387765a593e6c2844ee268c2 SHA512 84c4eeb3d363fde01d25fcf912669c94f844001f3b7e62d63a6b76049f900800d30832c305a9c17b068a3df27601b3c9bddfcd6f29cf39406799772dcb8f0208 +DIST minidump-0.0.24.tar.gz 60709 BLAKE2B 0b04ec2480a992da21f6f8bddb3f35a70f76c461f85f43e6d6814683f57e18ff4a5cf2d3f014e64859338616316637282d9339662bb0d2c20ac4403aaa192cd2 SHA512 5cb0401567f37b8174d8b127092d0a11dcef0d643b27005a6a1a2785de4aa65f3b088c137e942a9fd09275e4f1b1729eb27243c7b6f7fd3107727bb0630a421e diff --git a/dev-python/minidump/metadata.xml b/dev-python/minidump/metadata.xml index ace7c2d3a..6a2398073 100644 --- a/dev-python/minidump/metadata.xml +++ b/dev-python/minidump/metadata.xml @@ -5,4 +5,8 @@ unknown@pentoo.ch Author Unknown + + skelsec/minidump + minidump + diff --git a/dev-python/minidump/minidump-0.0.21.ebuild b/dev-python/minidump/minidump-0.0.24.ebuild similarity index 67% rename from dev-python/minidump/minidump-0.0.21.ebuild rename to dev-python/minidump/minidump-0.0.24.ebuild index e324a8736..bd1098f16 100644 --- a/dev-python/minidump/minidump-0.0.21.ebuild +++ b/dev-python/minidump/minidump-0.0.24.ebuild @@ -5,18 +5,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="parse Windows minidump file format" HOMEPAGE="https://github.com/skelsec/minidump" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm64 x86" -IUSE="test" -RDEPEND="" DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/python-nmap/Manifest b/dev-python/python-nmap/Manifest deleted file mode 100644 index b8d4a168d..000000000 --- a/dev-python/python-nmap/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST python-nmap-0.6.1.tar.gz 41953 BLAKE2B 0cc1620038ed7116e3e18e5b302200a9eb0ffa6a2d78e72cca4b86e38b412f02b2fba0e1a84d98693686fe5462762ba0b24b7b85af0c1dc54be59e9e2bb4f106 SHA512 8de9ba6d0a4cecce09e82765b8a9ac77fb4368298d5a5f9ce07b7737a90def795f1ad00885fc73ec720bea2a592230e86aaca8cacd884c9299f64ad934bcee18 -DIST python-nmap-0.6.4.tar.gz 43769 BLAKE2B ce7fede5a3d620398fd8cd76cb2b96da4d8f741900bb968ca3027adf9d8ceecfe930b3482883aeef9e9bb0cef59cdec660bad08f14bf3f111d1c3c45d039a168 SHA512 9c5176087e39271015283abcd8fc4d7828c063e9209ec1e549737142864e199a78014c2ab518f9afcb75f2ea2affc94fa1f612c9d2849d25eed9589a03864b76 diff --git a/dev-python/python-nmap/metadata.xml b/dev-python/python-nmap/metadata.xml deleted file mode 100644 index ace7c2d3a..000000000 --- a/dev-python/python-nmap/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - - diff --git a/dev-python/python-nmap/python-nmap-0.6.1.ebuild b/dev-python/python-nmap/python-nmap-0.6.1.ebuild deleted file mode 100644 index 03cb0292e..000000000 --- a/dev-python/python-nmap/python-nmap-0.6.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) -inherit distutils-r1 - -DESCRIPTION="a python library which helps in using nmap port scanner" -HOMEPAGE="https://xael.org/norman/python/python-nmap/" -SRC_URI="mirror://pypi/p/python-nmap/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64" -SLOT="0" - -#PYTHON_MODNAME="nmap" diff --git a/dev-python/python-nmap/python-nmap-0.6.4.ebuild b/dev-python/python-nmap/python-nmap-0.6.4.ebuild deleted file mode 100644 index dd6eb25a4..000000000 --- a/dev-python/python-nmap/python-nmap-0.6.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 - -DESCRIPTION="a python library which helps in using nmap port scanner" -HOMEPAGE="https://xael.org/pages/python-nmap-en.html" -SRC_URI="mirror://pypi/p/python-nmap/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 arm64 x86" -SLOT="0" - -RDEPEND="" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -#PYTHON_MODNAME="nmap"