public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-09-07 12:55 Takuya Wakazono
  0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-09-07 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a2514bcf0d54004c0a39ae1e1686a539f51a23bf
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 12:54:55 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 12:54:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2514bcf

dev-python/http-ece: drop 1.2.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/http-ece/Manifest              |  1 -
 dev-python/http-ece/http-ece-1.2.0.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index 607aadc4b..4bfe8357c 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1,2 +1 @@
 DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
-DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B 378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5 SHA512 84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
deleted file mode 100644
index 1b66fed68..000000000
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-MY_PN="encrypted-content-encoding"
-DESCRIPTION="Encrypted Content Encoding for HTTP"
-HOMEPAGE="
-	https://pypi.org/project/http-ece/
-	https://github.com/web-push-libs/encrypted-content-encoding
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# dev-python/nose removed from ::gentoo
-RESTRICT="test"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
-
-# distutils_enable_tests nose


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-09-07 12:55 Takuya Wakazono
  0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-09-07 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9bd6dc925352f3f098c4db102d0697780de8cd7
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep  7 12:54:55 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Sep  7 12:54:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9bd6dc9

dev-python/http-ece: enable py3.13

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/http-ece/http-ece-1.2.1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild
index e121e8bc5..1c1d35790 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 DISTUTILS_USE_PEP517=setuptools
 # TODO re-enable pypi when it is available on there
 # <https://github.com/web-push-libs/encrypted-content-encoding/issues/79>
@@ -24,6 +24,8 @@ KEYWORDS="~amd64"
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
 
-RESTRICT="test" # tests seem to be broken, further investigation advised
-
 distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-08-07 14:45 Ronny Gutbrod
  0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-08-07 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     69e3089dd9782da2d782f20bd4170834b876f7f1
Author:     tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Aug  7 14:41:46 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Aug  7 14:44:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69e3089d

dev-python/http-ece: add 1.2.1

Signed-off-by: tea <gentoo <AT> tastytea.de>

 dev-python/http-ece/Manifest              |  1 +
 dev-python/http-ece/http-ece-1.2.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index eb6b778be..45c47263a 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1,2 +1,3 @@
 DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
+DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
 DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B 378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5 SHA512 84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180

diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild b/dev-python/http-ece/http-ece-1.2.1.ebuild
new file mode 100644
index 000000000..e121e8bc5
--- /dev/null
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+# TODO re-enable pypi when it is available on there
+# <https://github.com/web-push-libs/encrypted-content-encoding/issues/79>
+inherit distutils-r1
+
+MY_PN="encrypted-content-encoding"
+DESCRIPTION="Encrypted Content Encoding for HTTP"
+HOMEPAGE="
+	https://pypi.org/project/http-ece/
+	https://github.com/web-push-libs/encrypted-content-encoding
+"
+SRC_URI="https://github.com/web-push-libs/encrypted-content-encoding/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/encrypted-content-encoding-${PV}/python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
+
+RESTRICT="test" # tests seem to be broken, further investigation advised
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-08-07 14:45 Ronny Gutbrod
  0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-08-07 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e47c0e0c7b1d3ecfa2500970d8b3a8eb65b8e8a4
Author:     tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Aug  7 14:44:00 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Aug  7 14:44:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e47c0e0c

dev-python/http-ece: drop 1.1.0

Signed-off-by: tea <gentoo <AT> tastytea.de>

 dev-python/http-ece/Manifest              |  1 -
 dev-python/http-ece/http-ece-1.1.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index 45c47263a..607aadc4b 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1,3 +1,2 @@
-DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
 DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
 DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B 378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5 SHA512 84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180

diff --git a/dev-python/http-ece/http-ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
deleted file mode 100644
index dadd8968c..000000000
--- a/dev-python/http-ece/http-ece-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-MY_PN="encrypted-content-encoding"
-DESCRIPTION="Encrypted Content Encoding for HTTP"
-HOMEPAGE="
-	https://pypi.org/project/http-ece/
-	https://github.com/web-push-libs/encrypted-content-encoding
-"
-SRC_URI="https://github.com/martinthomson/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}/python"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# v1.1.0 is incompatible with latest 'cryptography'
-RESTRICT="test"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-04-13 22:15 Julien Roy
  0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-04-13 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     401a84c2285f4e2b3fd4735ed94d482951aa3330
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:34:34 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 22:15:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=401a84c2

dev-python/http-ece: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/http-ece/http-ece-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
index e2a1c22bf1..1b66fed68a 100644
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-04-02 23:04 Julien Roy
  0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-04-02 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e0ba6542476fbda799442af6daa6603dad100dec
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr  2 23:00:49 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr  2 23:00:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0ba6542

dev-python/http-ece: restrict tests

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/http-ece/http-ece-1.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
index 07a175d9d1..e2a1c22bf1 100644
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -18,7 +18,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# dev-python/nose removed from ::gentoo
+RESTRICT="test"
+
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
 
-# Removed from ::gentoo
 # distutils_enable_tests nose


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-04-01 11:29 Julien Roy
  0 siblings, 0 replies; 11+ messages in thread
From: Julien Roy @ 2024-04-01 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     afa5edbf6e09e83ff4103c25181e3acf9ae03d2f
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr  1 11:29:12 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr  1 11:29:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa5edbf

dev-python/http-ece: disable tests

Depends on dev-python/nose
which was dropped from ::gentoo

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/http-ece/http-ece-1.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
index a66bd425cc..07a175d9d1 100644
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -20,4 +20,5 @@ KEYWORDS="~amd64"
 
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
 
-distutils_enable_tests nose
+# Removed from ::gentoo
+# distutils_enable_tests nose


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/http-ece/
@ 2024-02-18 18:16 Julien Roy
  2024-02-18 18:13 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 11+ messages in thread
From: Julien Roy @ 2024-02-18 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     804efcdba9127fe2ece2fc8687226689bb27c03b
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Feb 18 18:13:11 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Feb 18 18:13:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804efcdb

dev-python/http-ece: disable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/http-ece/http-ece-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
index 219b0d177d..a66bd425cc 100644
--- a/dev-python/http-ece/http-ece-1.2.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2024-02-18 17:41 Ronny Gutbrod
  0 siblings, 0 replies; 11+ messages in thread
From: Ronny Gutbrod @ 2024-02-18 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1f6612d50a5ed096510972f4c8ad8aa066174003
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Feb 18 17:29:51 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Feb 18 17:30:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6612d5

dev-python/http-ece: add 1.2.0

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 dev-python/http-ece/Manifest              |  1 +
 dev-python/http-ece/http-ece-1.2.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/http-ece/Manifest b/dev-python/http-ece/Manifest
index c22f0dae21..eb6b778bee 100644
--- a/dev-python/http-ece/Manifest
+++ b/dev-python/http-ece/Manifest
@@ -1 +1,2 @@
 DIST http-ece-1.1.0.gh.tar.gz 19406 BLAKE2B 3347d318ac30c14d6d0b6149746c6dd8ad1681664c165a1dd89858cc50b04452db1576841280f44fe701ca0cb662dad6cbf4c44188b24dad9863185f76e0839d SHA512 22e5d23258c8a4216d63ee0c0e2765dfc742a1887baddca337cce090213e78c8849de01e3bd83c92628eb85ecdbcd6ad4e0462a47fde741028b83cb972865908
+DIST http_ece-1.2.0.tar.gz 8771 BLAKE2B 378c82356b4cc754485a830b44e4dd67e7bc3ccab0b1d6ab786b35c7c9529cf621c3a285cdcee9750803367567cb0387a9c7318296e1b401fee317b0ccf057a5 SHA512 84173c190798c1706eda826b49efbe5db394d4216a236df9265c7995cf7baf151d653c6ff34d4fd981513303808062bdebf7cc1d98bc7543bc352a11631f3180

diff --git a/dev-python/http-ece/http-ece-1.2.0.ebuild b/dev-python/http-ece/http-ece-1.2.0.ebuild
new file mode 100644
index 0000000000..219b0d177d
--- /dev/null
+++ b/dev-python/http-ece/http-ece-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+MY_PN="encrypted-content-encoding"
+DESCRIPTION="Encrypted Content Encoding for HTTP"
+HOMEPAGE="
+	https://pypi.org/project/http-ece/
+	https://github.com/web-push-libs/encrypted-content-encoding
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2023-12-04 19:45 Anna Vyalkova
  0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2023-12-04 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3917e65a1f3223ccf04cec7702793803b1bea3a3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec  3 15:01:01 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec  4 19:44:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3917e65a

dev-python/http-ece: enable py3.12

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

 dev-python/http-ece/http-ece-1.1.0.ebuild | 4 ++--
 dev-python/http-ece/metadata.xml          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/http-ece/http-ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
index e81674c31a..dadd8968ca 100644
--- a/dev-python/http-ece/http-ece-1.1.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ MY_PN="encrypted-content-encoding"
 DESCRIPTION="Encrypted Content Encoding for HTTP"
 HOMEPAGE="
 	https://pypi.org/project/http-ece/
-	https://github.com/martinthomson/encrypted-content-encoding
+	https://github.com/web-push-libs/encrypted-content-encoding
 "
 SRC_URI="https://github.com/martinthomson/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${MY_PN}-${PV}/python"

diff --git a/dev-python/http-ece/metadata.xml b/dev-python/http-ece/metadata.xml
index 657fa02ac0..66ae835dac 100644
--- a/dev-python/http-ece/metadata.xml
+++ b/dev-python/http-ece/metadata.xml
@@ -4,6 +4,6 @@
 	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="pypi">http-ece</remote-id>
-		<remote-id type="github">martinthomson/encrypted-content-encoding</remote-id>
+		<remote-id type="github">web-push-libs/encrypted-content-encoding</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/
@ 2023-02-28 10:09 Anna Vyalkova
  0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2023-02-28 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9d43f5862291c1d2e55711fa90b2f81fdc36c555
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 28 09:20:07 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Feb 28 10:08:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d43f586

dev-python/http-ece: disable tests

Closes: https://bugs.gentoo.org/898222
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/http-ece/http-ece-1.1.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/http-ece/http-ece-1.1.0.ebuild b/dev-python/http-ece/http-ece-1.1.0.ebuild
index 00621bb34..73bb35e41 100644
--- a/dev-python/http-ece/http-ece-1.1.0.ebuild
+++ b/dev-python/http-ece/http-ece-1.1.0.ebuild
@@ -20,6 +20,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# v1.1.0 is incompatible with latest 'cryptography'
+RESTRICT="test"
+
 RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
 
-distutils_enable_tests nose
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-07 12:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 12:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/http-ece/ Takuya Wakazono
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:55 Takuya Wakazono
2024-08-07 14:45 Ronny Gutbrod
2024-08-07 14:45 Ronny Gutbrod
2024-04-13 22:15 Julien Roy
2024-04-02 23:04 Julien Roy
2024-04-01 11:29 Julien Roy
2024-02-18 18:16 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-18 18:13 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-18 17:41 Ronny Gutbrod
2023-12-04 19:45 Anna Vyalkova
2023-02-28 10:09 Anna Vyalkova

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