commit:     1309ba3cf729161ebcff37edb7e4c48ab20e1963
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 21 02:05:32 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jan 21 02:05:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1309ba3c

dev-python/cryptg: new package, add 0.4

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/cryptg/Manifest          |  1 +
 dev-python/cryptg/cryptg-0.4.ebuild | 21 +++++++++++++++++++++
 dev-python/cryptg/metadata.xml      | 18 ++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/cryptg/Manifest b/dev-python/cryptg/Manifest
new file mode 100644
index 000000000..a99799f68
--- /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 000000000..f2fd6ef2f
--- /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 000000000..6e3807db4
--- /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>jul...@jroy.ca</email>
+               <description>Julien Roy</description>
+       </maintainer>
+       <upstream>
+               <maintainer>
+                       <name>Dmitry D. Chernov</name>
+                       <email>blackdoo...@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>

Reply via email to