This commit is contained in:
Anton Bolshakov 2025-01-07 10:14:23 +08:00
parent f6a0090f32
commit 4c8f8de9fb
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
9 changed files with 15 additions and 66 deletions

View file

@ -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"

View file

@ -5,4 +5,7 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="pypi">hexdump</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">skelsec/minidump</remote-id>
<remote-id type="pypi">minidump</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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}"

View file

@ -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

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>

View file

@ -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"

View file

@ -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"