From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pure-protobuf/
Date: Fri, 21 Jan 2022 16:43:11 +0000 (UTC) [thread overview]
Message-ID: <1642783069.f1b14cce989b6312d386f31f8b70e996df779074.cybertailor@gentoo> (raw)
commit: f1b14cce989b6312d386f31f8b70e996df779074
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 21 16:37:49 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Jan 21 16:37:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1b14cce
dev-python/pure-protobuf: version bump to 2.1.0
Closes: https://bugs.gentoo.org/831699
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/pure-protobuf/Manifest | 3 +--
.../pure-protobuf/pure-protobuf-2.0.0-r1.ebuild | 25 ----------------------
...buf-2.0.1.ebuild => pure-protobuf-2.1.0.ebuild} | 8 ++++---
3 files changed, 6 insertions(+), 30 deletions(-)
diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest
index bad8050e5..193cc9705 100644
--- a/dev-python/pure-protobuf/Manifest
+++ b/dev-python/pure-protobuf/Manifest
@@ -1,2 +1 @@
-DIST pure-protobuf-2.0.0.tar.gz 17576 BLAKE2B 49979559b3c08eb9abdddfa80e78ca4d953347a005b042d5b69aa4c6caef185c358408b1bf54d9161c0cadf69422b1ed033c74b324e947328c55f8b6ec4fd050 SHA512 a8d5211f34d0d6fab28d8b54fb3bb87d41a13b61a01f6f79f47fc1c0eafaf1ab17ddfd323c1035fcd4794b7b23823f48f38af3aa485835683f824cdd4689b098
-DIST pure-protobuf-2.0.1.tar.gz 15205 BLAKE2B 976fd1db77d8fcbc07c3bbdd277989c33b31186b67e773a3ea0bdce703f5aa2bf77938aa13a252672f2b710ccc9df084031a6f6855791b7465d3b5623bd33fed SHA512 75b6c735715e69240ad24e38f6692a181e9382daa4eeb9b3747873c5edbd16cee0ceaa1a773402129b8a60d7741411cf703bc7a8dd26b4433e60925a1380d3f1
+DIST pure-protobuf-2.1.0.tar.gz 15566 BLAKE2B 9e07c5dc70c928bfb20504c58f60cdea51dbc45a41134cf95056829b1aec3b5f1f4e684d101332c5764349fda863aa11301c6eab99eb4c34b74a43161640ba8b SHA512 7c76eaf866a7cdddc886a583883f4aec502c4edb1952902b8a6a259b10d0577adc94874e1e1dfc0378690791872248d878e0448925ab68468bd71a194dc100fc
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
deleted file mode 100644
index 6a8ddac5f..000000000
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python"
-HOMEPAGE="
- https://github.com/eigenein/protobuf
- https://pypi.org/project/pure-protobuf/
-"
-SRC_URI="https://github.com/eigenein/protobuf/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/protobuf-${PV}"
-
-distutils_enable_tests pytest
-
-PATCHES="${FILESDIR}/${PN}-do-not-install-tests.patch"
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.1.0.ebuild
similarity index 80%
rename from dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
rename to dev-python/pure-protobuf/pure-protobuf-2.1.0.ebuild
index a1d047dab..a40af5b53 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support"
@@ -13,10 +13,12 @@ HOMEPAGE="
https://pypi.org/project/pure-protobuf/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-S="${WORKDIR}/protobuf-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+# ModuleNotFoundError
+RESTRICT="test"
+
distutils_enable_tests pytest
next reply other threads:[~2022-01-21 16:43 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 16:43 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-06 12:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pure-protobuf/ Takuya Wakazono
2024-01-26 10:06 Takuya Wakazono
2024-01-26 10:06 Takuya Wakazono
2023-05-08 16:45 Anna Vyalkova
2023-02-25 23:27 Anna Vyalkova
2023-02-15 13:56 Anna Vyalkova
2023-01-26 20:53 Anna Vyalkova
2022-12-25 2:19 Anna Vyalkova
2022-10-10 16:43 Anna Vyalkova
2022-01-11 13:07 Anna Vyalkova
2022-01-09 0:01 Anna Vyalkova
2021-12-07 20:42 Maciej Barć
2021-06-03 17:37 Maciej Barć
2021-02-19 4:36 Maciej Barć
2020-09-28 7:26 Maciej Barć
2020-05-03 19:10 Maciej Barć
2020-05-03 19:10 Maciej Barć
2020-05-03 8:52 Andrew Ammerlaan
2020-05-02 16:45 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642783069.f1b14cce989b6312d386f31f8b70e996df779074.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox