public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/http-ece/, profiles/updates/, dev-python/mastodon-py/, ...
@ 2023-02-27 15:06 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-02-27 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     303706e5564605d81609134e679bf52b848284a4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 23:57:29 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 23:57:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=303706e5

dev-python/http-ece: rename

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/{http_ece => http-ece}/Manifest                            | 2 +-
 .../http_ece-1.1.0.ebuild => http-ece/http-ece-1.1.0.ebuild}          | 4 ++--
 dev-python/{http_ece => http-ece}/metadata.xml                        | 0
 dev-python/mastodon-py/mastodon-py-1.7.0.ebuild                       | 4 ++--
 dev-python/mastodon-py/mastodon-py-1.8.0.ebuild                       | 4 ++--
 profiles/updates/1Q-2023                                              | 1 +
 6 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-python/http_ece/Manifest b/dev-python/http-ece/Manifest
similarity index 79%
rename from dev-python/http_ece/Manifest
rename to dev-python/http-ece/Manifest
index c958f55b2..c22f0dae2 100644
--- a/dev-python/http_ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1 +1 @@
-DIST http_ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
+DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908

diff --git a/dev-python/http_ece/http_ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
similarity index 89%
rename from dev-python/http_ece/http_ece-1.1.0.ebuild
rename to dev-python/http-ece/http-ece-1.1.0.ebuild
index f711e5245..00621bb34 100644
--- a/dev-python/http_ece/http_ece-1.1.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 MY_PN="encrypted-content-encoding"

diff --git a/dev-python/http_ece/metadata.xml b/dev-python/http-ece/metadata.xml
similarity index 100%
rename from dev-python/http_ece/metadata.xml
rename to dev-python/http-ece/metadata.xml

diff --git a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
index 9f6ab1e3e..a6762b28a 100644
--- a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 BDEPEND="
 	test? (
 		dev-python/cryptography[${PYTHON_USEDEP}]
-		dev-python/http_ece[${PYTHON_USEDEP}]
+		dev-python/http-ece[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}]
 		dev-python/pytest-vcr[${PYTHON_USEDEP}]
 		dev-python/requests-mock[${PYTHON_USEDEP}]
@@ -51,5 +51,5 @@ src_prepare() {
 }
 
 pkg_postinst() {
-	optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
+	optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
 }

diff --git a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
index 9f6ab1e3e..a6762b28a 100644
--- a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
+++ b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 BDEPEND="
 	test? (
 		dev-python/cryptography[${PYTHON_USEDEP}]
-		dev-python/http_ece[${PYTHON_USEDEP}]
+		dev-python/http-ece[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}]
 		dev-python/pytest-vcr[${PYTHON_USEDEP}]
 		dev-python/requests-mock[${PYTHON_USEDEP}]
@@ -51,5 +51,5 @@ src_prepare() {
 }
 
 pkg_postinst() {
-	optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
+	optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
 }

diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023
index 37d6fec7b..41fc86ee7 100644
--- a/profiles/updates/1Q-2023
+++ b/profiles/updates/1Q-2023
@@ -1,2 +1,3 @@
 move dev-python/dropbox-sdk-python dev-python/dropbox
 move dev-python/sre_yield dev-python/sre-yield
+move dev-python/http_ece dev-python/http-ece


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-27 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 15:06 [gentoo-commits] repo/proj/guru:master commit in: dev-python/http-ece/, profiles/updates/, dev-python/mastodon-py/, Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox