mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/cryptg: new package, add 0.4
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
1
dev-python/cryptg/Manifest
Normal file
1
dev-python/cryptg/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cryptg-0.4.gh.tar.gz 35413 BLAKE2B ae9e0ab79ba2251cb244818a7f0b9109283870499bc384c09185dadcb2a53be902370437a44f0168403705306cda3a1a26923bc8ff63d2c25fc519179607035d SHA512 04d19768ae2a0c6bb1ba1ccd28a7a7a42c9cf1079acbc5b2a828648e3c84bd5af10dcefb424ec9090552a4d95fa891a0aeffb904bb56b47d76d8a7280f7c0124
|
||||
21
dev-python/cryptg/cryptg-0.4.ebuild
Normal file
21
dev-python/cryptg/cryptg-0.4.ebuild
Normal file
@@ -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"
|
||||
18
dev-python/cryptg/metadata.xml
Normal file
18
dev-python/cryptg/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user