* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/
@ 2025-04-25 9:33 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 5+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-04-25 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 70c161a1653f42e1d3e0e2e70689b1ebe78190f2
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Fri Apr 25 09:31:27 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Fri Apr 25 09:33:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70c161a1
dev-python/proton-vpn-api-core: new package, add 0.42.4
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/Manifest | 1 +
dev-python/proton-vpn-api-core/metadata.xml | 21 +++++++++++
.../proton-vpn-api-core-0.42.4.ebuild | 42 ++++++++++++++++++++++
3 files changed, 64 insertions(+)
diff --git a/dev-python/proton-vpn-api-core/Manifest b/dev-python/proton-vpn-api-core/Manifest
new file mode 100644
index 000000000..c168f2f14
--- /dev/null
+++ b/dev-python/proton-vpn-api-core/Manifest
@@ -0,0 +1 @@
+DIST proton-vpn-api-core-0.42.4.tar.gz 107830 BLAKE2B 6db40531de7c7128f9f7b9de3e405b18adcf68dbae604ad86df336c43eaf204842f64c7d0b2adecd4b0ee8b1aadac49125544d6f7413cd28b6a5631944f266ed SHA512 06106116e1c114d1a7115fcb3246fdb13eb545ec938224d6fb3f268300589ce324116590ee63237078898e1b5a34b5038512586dd040f38ea7c38f3ff13db423
diff --git a/dev-python/proton-vpn-api-core/metadata.xml b/dev-python/proton-vpn-api-core/metadata.xml
new file mode 100644
index 000000000..c768f9409
--- /dev/null
+++ b/dev-python/proton-vpn-api-core/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>beatussum@protonmail.com</email>
+ <name>Mattéo Rossillol‑‑Laruelle</name>
+ </maintainer>
+
+ <stabilize-allarches/>
+
+ <upstream>
+ <maintainer status="active">
+ <name>Proton AG</name>
+ <email>opensource@proton.me</email>
+ </maintainer>
+
+ <bugs-to>https://github.com/ProtonVPN/python-proton-vpn-api-core/issues</bugs-to>
+ <remote-id type="github">ProtonVPN/python-proton-vpn-api-core</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
new file mode 100644
index 000000000..4a4b83c54
--- /dev/null
+++ b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Proton AG VPN Core API"
+HOMEPAGE="https://github.com/ProtonVPN/python-proton-vpn-api-core"
+SRC_URI="https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/python-${P}"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/proton-core[${PYTHON_USEDEP}]
+ dev-python/pynacl[${PYTHON_USEDEP}]
+ dev-python/sentry-sdk[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ sed -i "/--cov/d" setup.cfg || die
+}
+
+python_test() {
+ XDG_RUNTIME_DIR="${T}/python_test" epytest
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/
@ 2025-06-15 10:07 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 5+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-06-15 10:07 UTC (permalink / raw
To: gentoo-commits
commit: ab7a224c56e723b5f0cd535cd82d4b6cf8e65abf
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 15 10:01:14 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sun Jun 15 10:06:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab7a224c
dev-python/proton-vpn-api-core: fix failing tests
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
index 4a4b83c54e..178f0431fd 100644
--- a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
+++ b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
@@ -38,5 +38,12 @@ src_prepare() {
}
python_test() {
+ # VPN connection cannot be tested within sandbox
+ local EPYTEST_IGNORE=(
+ tests/connection
+ tests/core/refresher
+ tests/core/test_{connection,settings,usage}.py
+ )
+
XDG_RUNTIME_DIR="${T}/python_test" epytest
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/
@ 2025-06-17 9:35 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 5+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-06-17 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 5f3a0d7e5685d9c47ba8f1a13f370994434dd273
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Jun 17 08:32:56 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Tue Jun 17 09:34:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f3a0d7e
dev-python/proton-vpn-api-core: remove anonymous bug report
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/Manifest | 1 +
...re-0.42.4.ebuild => proton-vpn-api-core-0.42.4-r1.ebuild} | 12 +++++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/dev-python/proton-vpn-api-core/Manifest b/dev-python/proton-vpn-api-core/Manifest
index c168f2f145..c0d5ac2dc7 100644
--- a/dev-python/proton-vpn-api-core/Manifest
+++ b/dev-python/proton-vpn-api-core/Manifest
@@ -1 +1,2 @@
+DIST proton-vpn-api-core-0.42.4-remove-anonymous-bug-report.patch 26623 BLAKE2B a85b772a159ddf2f06a8d1c8d0cfba087c19ce65ad336800ec1deb1f0677084e8146fc27f2709920247accc8282ca1105488dbbd883d03d2f4896a20e6253846 SHA512 030378fa1a1a5ec30cd70045354a3a1ba73b06c99f3a68c2b94de5c30a9452e23a865fdafea42006f5c43ffd4de74b9634a855894bde9969229aa4bf0c7cca3c
DIST proton-vpn-api-core-0.42.4.tar.gz 107830 BLAKE2B 6db40531de7c7128f9f7b9de3e405b18adcf68dbae604ad86df336c43eaf204842f64c7d0b2adecd4b0ee8b1aadac49125544d6f7413cd28b6a5631944f266ed SHA512 06106116e1c114d1a7115fcb3246fdb13eb545ec938224d6fb3f268300589ce324116590ee63237078898e1b5a34b5038512586dd040f38ea7c38f3ff13db423
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4-r1.ebuild
similarity index 74%
rename from dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
rename to dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4-r1.ebuild
index 178f0431fd..975f9a093e 100644
--- a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
+++ b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4-r1.ebuild
@@ -10,7 +10,12 @@ inherit distutils-r1
DESCRIPTION="Proton AG VPN Core API"
HOMEPAGE="https://github.com/ProtonVPN/python-proton-vpn-api-core"
-SRC_URI="https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SRC_URI="
+ https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/beatussum/gentoo-tarballs/releases/download/latest/${P}-remove-anonymous-bug-report.patch
+"
+
S="${WORKDIR}/python-${P}"
LICENSE="GPL-3+"
SLOT="0"
@@ -25,9 +30,10 @@ RDEPEND="
dev-python/distro[${PYTHON_USEDEP}]
dev-python/proton-core[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
- dev-python/sentry-sdk[${PYTHON_USEDEP}]
"
+PATCHES=( "${DISTDIR}/${P}-remove-anonymous-bug-report.patch" )
+
distutils_enable_sphinx docs
distutils_enable_tests pytest
@@ -42,7 +48,7 @@ python_test() {
local EPYTEST_IGNORE=(
tests/connection
tests/core/refresher
- tests/core/test_{connection,settings,usage}.py
+ tests/core/test_{connection,settings}.py
)
XDG_RUNTIME_DIR="${T}/python_test" epytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/
@ 2025-07-16 23:26 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 5+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-07-16 23:26 UTC (permalink / raw
To: gentoo-commits
commit: e278a98ed408bf3fd892f99c6a9197b58059c007
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Wed Jul 16 23:24:15 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Wed Jul 16 23:26:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e278a98e
dev-python/proton-vpn-api-core: add 0.42.5, drop 0.42.4-r1
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/Manifest | 4 ++--
...pn-api-core-0.42.4-r1.ebuild => proton-vpn-api-core-0.42.5.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/proton-vpn-api-core/Manifest b/dev-python/proton-vpn-api-core/Manifest
index c0d5ac2dc7..b094d6f765 100644
--- a/dev-python/proton-vpn-api-core/Manifest
+++ b/dev-python/proton-vpn-api-core/Manifest
@@ -1,2 +1,2 @@
-DIST proton-vpn-api-core-0.42.4-remove-anonymous-bug-report.patch 26623 BLAKE2B a85b772a159ddf2f06a8d1c8d0cfba087c19ce65ad336800ec1deb1f0677084e8146fc27f2709920247accc8282ca1105488dbbd883d03d2f4896a20e6253846 SHA512 030378fa1a1a5ec30cd70045354a3a1ba73b06c99f3a68c2b94de5c30a9452e23a865fdafea42006f5c43ffd4de74b9634a855894bde9969229aa4bf0c7cca3c
-DIST proton-vpn-api-core-0.42.4.tar.gz 107830 BLAKE2B 6db40531de7c7128f9f7b9de3e405b18adcf68dbae604ad86df336c43eaf204842f64c7d0b2adecd4b0ee8b1aadac49125544d6f7413cd28b6a5631944f266ed SHA512 06106116e1c114d1a7115fcb3246fdb13eb545ec938224d6fb3f268300589ce324116590ee63237078898e1b5a34b5038512586dd040f38ea7c38f3ff13db423
+DIST proton-vpn-api-core-0.42.5-remove-anonymous-bug-report.patch 28738 BLAKE2B 11efa36fc07e9bd6966aafc77cbdef7faa51e67117092c0b3423fd9acda726f05e7457fde69659578ea9ea458a01d4dcbd933fae5f9f487a0ec56a7942fe248b SHA512 ddc2c888eab524d2b4bd5b681266a3074798688ca38ee2b61f9b2a098ed14d3f854a169535c4ca352f792b822fa7bc9fc858356f9500d261f27dc6872cd075ba
+DIST proton-vpn-api-core-0.42.5.tar.gz 108643 BLAKE2B c9e002ec01dad571e2be88fe956a3c8f7eb226d0959172facb999b1bd7f5d178ddc32b251f0088c1aad53d0b62cfa4129ef72f4dc99728dffa59bfe714f0f42c SHA512 21b583ed18d671e3d8dc4215828a2299fa826bbd3487fe457e930081b72b3dd7d585cc586428d9765c3d44f6d12f9bd8884463aef9ee32c567a90a419718a585
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4-r1.ebuild b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.5.ebuild
similarity index 100%
rename from dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4-r1.ebuild
rename to dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.5.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/
@ 2025-10-04 15:28 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 5+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-10-04 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 1d0cfabe35e2a2904c1e50b6d6d3ed0eadd513a6
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sat Oct 4 15:15:18 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sat Oct 4 15:23:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d0cfabe
dev-python/proton-vpn-api-core: add 0.46.1, drop 0.42.5
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/Manifest | 4 ++--
...n-vpn-api-core-0.42.5.ebuild => proton-vpn-api-core-0.46.1.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/proton-vpn-api-core/Manifest b/dev-python/proton-vpn-api-core/Manifest
index b094d6f765..958f6b1989 100644
--- a/dev-python/proton-vpn-api-core/Manifest
+++ b/dev-python/proton-vpn-api-core/Manifest
@@ -1,2 +1,2 @@
-DIST proton-vpn-api-core-0.42.5-remove-anonymous-bug-report.patch 28738 BLAKE2B 11efa36fc07e9bd6966aafc77cbdef7faa51e67117092c0b3423fd9acda726f05e7457fde69659578ea9ea458a01d4dcbd933fae5f9f487a0ec56a7942fe248b SHA512 ddc2c888eab524d2b4bd5b681266a3074798688ca38ee2b61f9b2a098ed14d3f854a169535c4ca352f792b822fa7bc9fc858356f9500d261f27dc6872cd075ba
-DIST proton-vpn-api-core-0.42.5.tar.gz 108643 BLAKE2B c9e002ec01dad571e2be88fe956a3c8f7eb226d0959172facb999b1bd7f5d178ddc32b251f0088c1aad53d0b62cfa4129ef72f4dc99728dffa59bfe714f0f42c SHA512 21b583ed18d671e3d8dc4215828a2299fa826bbd3487fe457e930081b72b3dd7d585cc586428d9765c3d44f6d12f9bd8884463aef9ee32c567a90a419718a585
+DIST proton-vpn-api-core-0.46.1-remove-anonymous-bug-report.patch 29567 BLAKE2B 660c30d219d41dd6b3259186015b312126adf48e83e0f15d6431b2dd08ae784ee6194bfaad98d64990230ed52e55460b58aa4d73c897c5fccd9ce90a3616e560 SHA512 83a0f35befaa26a0c5664cab3772e90ec873a304a49275ebda9c73488a888b98d9b47c6026c384e4cd54faa705bb7b7a4353809b836da86141ef0bfd18d448cf
+DIST proton-vpn-api-core-0.46.1.tar.gz 118320 BLAKE2B 89500b4ae26f3f521573189c1b938b5353a087e7e265ba7bc6b9828856de581fee64f67007979af3cc1f30c9d2e202fd40e43a9ca8fcf90be6842072a06c6435 SHA512 7279ad3cc0fe28b456e91c0081b7f6f5d512598405d60821e844cfffcec07f3383768370b5192b99e7347e83a80d73572a4b4a4859accd8dc4a63e7c788136ea
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.5.ebuild b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.46.1.ebuild
similarity index 96%
rename from dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.5.ebuild
rename to dev-python/proton-vpn-api-core/proton-vpn-api-core-0.46.1.ebuild
index 975f9a093e..dd032a82f6 100644
--- a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.5.ebuild
+++ b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.46.1.ebuild
@@ -28,7 +28,7 @@ BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
- dev-python/proton-core[${PYTHON_USEDEP}]
+ >=dev-python/proton-core-0.5.0[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-10-04 15:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-04 15:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proton-vpn-api-core/ Mattéo Rossillol‑‑Laruelle
-- strict thread matches above, loose matches on Subject: below --
2025-07-16 23:26 Mattéo Rossillol‑‑Laruelle
2025-06-17 9:35 Mattéo Rossillol‑‑Laruelle
2025-06-15 10:07 Mattéo Rossillol‑‑Laruelle
2025-04-25 9:33 Mattéo Rossillol‑‑Laruelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox