From 572c63b8b1cb4e34544562b1b2705850dd18d179 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 10 Oct 2022 21:40:42 +0500 Subject: [PATCH] dev-python/pure-protobuf: add 2.1.1 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/pure-protobuf/Manifest | 1 + .../pure-protobuf/pure-protobuf-2.1.1.ebuild | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 dev-python/pure-protobuf/pure-protobuf-2.1.1.ebuild diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest index 193cc9705d..0dc3ee71b3 100644 --- a/dev-python/pure-protobuf/Manifest +++ b/dev-python/pure-protobuf/Manifest @@ -1 +1,2 @@ DIST pure-protobuf-2.1.0.tar.gz 15566 BLAKE2B 9e07c5dc70c928bfb20504c58f60cdea51dbc45a41134cf95056829b1aec3b5f1f4e684d101332c5764349fda863aa11301c6eab99eb4c34b74a43161640ba8b SHA512 7c76eaf866a7cdddc886a583883f4aec502c4edb1952902b8a6a259b10d0577adc94874e1e1dfc0378690791872248d878e0448925ab68468bd71a194dc100fc +DIST pure-protobuf-2.1.1.tar.gz 16883 BLAKE2B 29c5011536ac034703ce796d38a9a35c7523784b9887eef4c548c842a19dd4fa9aae0d27260b3ff076e3f3ee2e3113351d0d9b47ad7f8c538e9af624756a3469 SHA512 57af254ecd43fb672c885b5cd5b26b025e3aeecdd7ef0f9811fc9501211df0e17b41293df59dc1b30b59c394f26caf879d211ac53502255fa79faa3a582535cf diff --git a/dev-python/pure-protobuf/pure-protobuf-2.1.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.1.1.ebuild new file mode 100644 index 0000000000..f030685198 --- /dev/null +++ b/dev-python/pure-protobuf/pure-protobuf-2.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support" +HOMEPAGE=" + https://github.com/eigenein/protobuf + https://pypi.org/project/pure-protobuf/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# ModuleNotFoundError +RESTRICT="test" + +distutils_enable_tests pytest