diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-01-16 13:53:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-05 04:24:14 +0100 |
commit | 6a420dcc40fb7276e531321438455ac652798449 (patch) | |
tree | 2cce07ae6ac44f9458bdef4e20dec49f9b8f945b /dev-python/leechcorepyc | |
parent | dev-python/pefile: new ebuild (diff) | |
download | gentoo-6a420dcc40fb7276e531321438455ac652798449.tar.gz gentoo-6a420dcc40fb7276e531321438455ac652798449.tar.bz2 gentoo-6a420dcc40fb7276e531321438455ac652798449.zip |
dev-python/leechcorepyc: new ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/leechcorepyc')
-rw-r--r-- | dev-python/leechcorepyc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild | 26 | ||||
-rw-r--r-- | dev-python/leechcorepyc/metadata.xml | 16 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/leechcorepyc/Manifest b/dev-python/leechcorepyc/Manifest new file mode 100644 index 000000000000..996d1eee59a1 --- /dev/null +++ b/dev-python/leechcorepyc/Manifest @@ -0,0 +1 @@ +DIST leechcorepyc-2.10.2.tar.gz 119984 BLAKE2B e9bba5dd548ce5ce8c3a367d1ae21b66fca796e5614fe3cc86cdc16ddd1b589261534b551992a3964542f6d61fb6fb64bc9e2e03f8775486761107a4ffbeb958 SHA512 16048f3494452ff75fa946d65dfa36a7b0dd30c132db10c01fdc1dbe0de051c69856bf7b9830d68ee17ec1e4ce5fb29ba17a14f0facb928b81e4094ac5009716 diff --git a/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild new file mode 100644 index 000000000000..3dcfe7dbd0a1 --- /dev/null +++ b/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python binding for LeechCore Physical Memory Acquisition Library" +HOMEPAGE="https://github.com/ufrisk/LeechCore" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" + +# leechcorepyc ships with a bundled version of the LeechCore library. So we +# dont't depend on the library here. But we must be aware this module doesn't +# use the system library. + +DEPEND="virtual/libusb:=" +RDEPEND=" + ${DEPEND} + ${PYTHON_DEPS} +" diff --git a/dev-python/leechcorepyc/metadata.xml b/dev-python/leechcorepyc/metadata.xml new file mode 100644 index 000000000000..ea0d9f1880bf --- /dev/null +++ b/dev-python/leechcorepyc/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <longdescription> + The LeechCore Memory Acquisition Library focuses on Physical Memory + Acquisition using various hardware and software based methods. + </longdescription> +</pkgmetadata> |