-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
15 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
<email>[email protected]</email> | ||
<name>Author Unknown</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="pypi">hexdump</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.