commit: 6a420dcc40fb7276e531321438455ac652798449
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Jan 16 12:53:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 03:24:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a420dcc
dev-python/leechcorepyc: new ebuild
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/leechcorepyc/Manifest | 1 +
dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild | 26 ++++++++++++++++++++++
dev-python/leechcorepyc/metadata.xml | 16 +++++++++++++
3 files changed, 43 insertions(+)
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>[email protected]</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>[email protected]</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>