aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/cryptg/Manifest1
-rw-r--r--dev-python/cryptg/cryptg-0.4.ebuild21
-rw-r--r--dev-python/cryptg/metadata.xml18
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/cryptg/Manifest b/dev-python/cryptg/Manifest
new file mode 100644
index 0000000..a99799f
--- /dev/null
+++ b/dev-python/cryptg/Manifest
@@ -0,0 +1 @@
+DIST cryptg-0.4.gh.tar.gz 35413 BLAKE2B ae9e0ab79ba2251cb244818a7f0b9109283870499bc384c09185dadcb2a53be902370437a44f0168403705306cda3a1a26923bc8ff63d2c25fc519179607035d SHA512 04d19768ae2a0c6bb1ba1ccd28a7a7a42c9cf1079acbc5b2a828648e3c84bd5af10dcefb424ec9090552a4d95fa891a0aeffb904bb56b47d76d8a7280f7c0124
diff --git a/dev-python/cryptg/cryptg-0.4.ebuild b/dev-python/cryptg/cryptg-0.4.ebuild
new file mode 100644
index 0000000..f2fd6ef
--- /dev/null
+++ b/dev-python/cryptg/cryptg-0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Hachoir is a Python library to view and edit a binary stream field by field "
+HOMEPAGE="https://github.com/cher-nov/cryptg/"
+SRC_URI="https://github.com/cher-nov/cryptg/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="dev-python/setuptools-rust"
diff --git a/dev-python/cryptg/metadata.xml b/dev-python/cryptg/metadata.xml
new file mode 100644
index 0000000..6e3807d
--- /dev/null
+++ b/dev-python/cryptg/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <description>Julien Roy</description>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Dmitry D. Chernov</name>
+ <email>blackdoomer@yandex.ru</email>
+ </maintainer>
+ <changelog>https://github.com/cher-nov/cryptg/releases</changelog>
+ <bugs-to>https://github.com/cher-nov/cryptg/issues</bugs-to>
+ <remote-id type="github">cher-nov/cryptg</remote-id>
+ <remote-id type="pypi">cryptg</remote-id>
+ </upstream>
+</pkgmetadata>