Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mastodon-py/, dev-python/http_ece/, dev-python/http-ece/, ...
Date: Mon, 27 Feb 2023 00:32:05
Message-Id: 1677455849.303706e5564605d81609134e679bf52b848284a4.cybertailor@gentoo
1 commit: 303706e5564605d81609134e679bf52b848284a4
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Feb 26 23:57:29 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun Feb 26 23:57:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=303706e5
7
8 dev-python/http-ece: rename
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/{http_ece => http-ece}/Manifest | 2 +-
13 .../http_ece-1.1.0.ebuild => http-ece/http-ece-1.1.0.ebuild} | 4 ++--
14 dev-python/{http_ece => http-ece}/metadata.xml | 0
15 dev-python/mastodon-py/mastodon-py-1.7.0.ebuild | 4 ++--
16 dev-python/mastodon-py/mastodon-py-1.8.0.ebuild | 4 ++--
17 profiles/updates/1Q-2023 | 1 +
18 6 files changed, 8 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-python/http_ece/Manifest b/dev-python/http-ece/Manifest
21 similarity index 79%
22 rename from dev-python/http_ece/Manifest
23 rename to dev-python/http-ece/Manifest
24 index c958f55b2..c22f0dae2 100644
25 --- a/dev-python/http_ece/Manifest
26 +++ b/dev-python/http-ece/Manifest
27 @@ -1 +1 @@
28 -DIST http_ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
29 +DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
30
31 diff --git a/dev-python/http_ece/http_ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
32 similarity index 89%
33 rename from dev-python/http_ece/http_ece-1.1.0.ebuild
34 rename to dev-python/http-ece/http-ece-1.1.0.ebuild
35 index f711e5245..00621bb34 100644
36 --- a/dev-python/http_ece/http_ece-1.1.0.ebuild
37 +++ b/dev-python/http-ece/http-ece-1.1.0.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 2022 Gentoo Authors
40 +# Copyright 2022-2023 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=8
44
45 +PYTHON_COMPAT=( python3_{9..11} )
46 DISTUTILS_USE_PEP517=setuptools
47 -PYTHON_COMPAT=( python3_{8..11} )
48 inherit distutils-r1
49
50 MY_PN="encrypted-content-encoding"
51
52 diff --git a/dev-python/http_ece/metadata.xml b/dev-python/http-ece/metadata.xml
53 similarity index 100%
54 rename from dev-python/http_ece/metadata.xml
55 rename to dev-python/http-ece/metadata.xml
56
57 diff --git a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
58 index 9f6ab1e3e..a6762b28a 100644
59 --- a/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
60 +++ b/dev-python/mastodon-py/mastodon-py-1.7.0.ebuild
61 @@ -33,7 +33,7 @@ RDEPEND="
62 BDEPEND="
63 test? (
64 dev-python/cryptography[${PYTHON_USEDEP}]
65 - dev-python/http_ece[${PYTHON_USEDEP}]
66 + dev-python/http-ece[${PYTHON_USEDEP}]
67 dev-python/pytest-mock[${PYTHON_USEDEP}]
68 dev-python/pytest-vcr[${PYTHON_USEDEP}]
69 dev-python/requests-mock[${PYTHON_USEDEP}]
70 @@ -51,5 +51,5 @@ src_prepare() {
71 }
72
73 pkg_postinst() {
74 - optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
75 + optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
76 }
77
78 diff --git a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
79 index 9f6ab1e3e..a6762b28a 100644
80 --- a/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
81 +++ b/dev-python/mastodon-py/mastodon-py-1.8.0.ebuild
82 @@ -33,7 +33,7 @@ RDEPEND="
83 BDEPEND="
84 test? (
85 dev-python/cryptography[${PYTHON_USEDEP}]
86 - dev-python/http_ece[${PYTHON_USEDEP}]
87 + dev-python/http-ece[${PYTHON_USEDEP}]
88 dev-python/pytest-mock[${PYTHON_USEDEP}]
89 dev-python/pytest-vcr[${PYTHON_USEDEP}]
90 dev-python/requests-mock[${PYTHON_USEDEP}]
91 @@ -51,5 +51,5 @@ src_prepare() {
92 }
93
94 pkg_postinst() {
95 - optfeature "webpush support" "dev-python/cryptography dev-python/http_ece"
96 + optfeature "webpush support" "dev-python/cryptography dev-python/http-ece"
97 }
98
99 diff --git a/profiles/updates/1Q-2023 b/profiles/updates/1Q-2023
100 index 37d6fec7b..41fc86ee7 100644
101 --- a/profiles/updates/1Q-2023
102 +++ b/profiles/updates/1Q-2023
103 @@ -1,2 +1,3 @@
104 move dev-python/dropbox-sdk-python dev-python/dropbox
105 move dev-python/sre_yield dev-python/sre-yield
106 +move dev-python/http_ece dev-python/http-ece