From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 002AC15800F for ; Sun, 22 Jan 2023 08:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C88FE08D3; Sun, 22 Jan 2023 08:21:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 326F0E08D3 for ; Sun, 22 Jan 2023 08:21:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47985335CD6 for ; Sun, 22 Jan 2023 08:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77928889 for ; Sun, 22 Jan 2023 08:21:37 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1674266732.1309ba3cf729161ebcff37edb7e4c48ab20e1963.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cryptg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/cryptg/Manifest dev-python/cryptg/cryptg-0.4.ebuild dev-python/cryptg/metadata.xml X-VCS-Directories: dev-python/cryptg/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 1309ba3cf729161ebcff37edb7e4c48ab20e1963 X-VCS-Branch: master Date: Sun, 22 Jan 2023 08:21:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6124456-8520-4ee0-ba25-0a3b08c8885a X-Archives-Hash: 6b227bd454a30e97a2872bc3863ee97a commit: 1309ba3cf729161ebcff37edb7e4c48ab20e1963 Author: Julien Roy jroy ca> AuthorDate: Sat Jan 21 02:05:32 2023 +0000 Commit: Viorel Munteanu gentoo org> 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 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 @@ + + + + + julien@jroy.ca + Julien Roy + + + + Dmitry D. Chernov + blackdoomer@yandex.ru + + https://github.com/cher-nov/cryptg/releases + https://github.com/cher-nov/cryptg/issues + cher-nov/cryptg + cryptg + +