Skip to content

Commit

Permalink
PEP517
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 7, 2025
1 parent f6a0090 commit 4c8f8de
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 66 deletions.
14 changes: 6 additions & 8 deletions dev-python/hexdump/hexdump-3.3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions dev-python/hexdump/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="pypi">hexdump</remote-id>
</upstream>
</pkgmetadata>
2 changes: 1 addition & 1 deletion dev-python/minidump/Manifest
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions dev-python/minidump/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">skelsec/minidump</remote-id>
<remote-id type="pypi">minidump</remote-id>
</upstream>
</pkgmetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 0 additions & 2 deletions dev-python/python-nmap/Manifest

This file was deleted.

8 changes: 0 additions & 8 deletions dev-python/python-nmap/metadata.xml

This file was deleted.

18 changes: 0 additions & 18 deletions dev-python/python-nmap/python-nmap-0.6.1.ebuild

This file was deleted.

23 changes: 0 additions & 23 deletions dev-python/python-nmap/python-nmap-0.6.4.ebuild

This file was deleted.

0 comments on commit 4c8f8de

Please sign in to comment.