From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/proton-core/Manifest | 1 - dev-python/proton-core/metadata.xml | 21 --------- dev-python/proton-core/proton-core-0.7.0.ebuild | 58 ------------------------- 3 files changed, 80 deletions(-) delete mode 100644 dev-python/proton-core/Manifest delete mode 100644 dev-python/proton-core/metadata.xml delete mode 100644 dev-python/proton-core/proton-core-0.7.0.ebuild (limited to 'dev-python/proton-core') diff --git a/dev-python/proton-core/Manifest b/dev-python/proton-core/Manifest deleted file mode 100644 index 39f63e9cc17e..000000000000 --- a/dev-python/proton-core/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST proton-core-0.7.0.tar.gz 78329 BLAKE2B f2733bb3a9921721fbc93ef694d809f65db7b104b0a1301c25046fd0a8d816202da1b7b6da73fe2320b533075d9d4114673b22c7a765502c11cd0943818a4565 SHA512 47d47d702c493a2eefbcd0a544d3b877ac16176a66bd5a24fa558cc02287807a6a5c44a8ef23830d3c81a0f52e7109fba5984cd736b754735bf3a23ccb9a2822 diff --git a/dev-python/proton-core/metadata.xml b/dev-python/proton-core/metadata.xml deleted file mode 100644 index bd7253dd10b5..000000000000 --- a/dev-python/proton-core/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - beatussum@protonmail.com - Mattéo Rossillol‑‑Laruelle - - - - - - - Proton Technologies - contact@protonmail.com - - - https://github.com/ProtonVPN/python-proton-core/issues/ - ProtonVPN/python-proton-core - - diff --git a/dev-python/proton-core/proton-core-0.7.0.ebuild b/dev-python/proton-core/proton-core-0.7.0.ebuild deleted file mode 100644 index 15852ea4065c..000000000000 --- a/dev-python/proton-core/proton-core-0.7.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Proton Technologies API wrapper" -HOMEPAGE="https://github.com/ProtonVPN/python-proton-core/" -SRC_URI="https://github.com/ProtonVPN/python-proton-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/pyotp[${PYTHON_USEDEP}] )" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/bcrypt[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/python-gnupg[${PYTHON_USEDEP}] - dev-python/requests[${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() { - # The following tests need network - - EPYTEST_DESELECT=( - "tests/test_alternativerouting.py::TestAlternativeRouting::test_alternative_routing_works_on_prod" - "tests/test_autotransport.py::TestAuto::test_auto_works_on_prod" - "tests/test_protonsso.py::TestProtonSSO::test_broken_data" - "tests/test_protonsso.py::TestProtonSSO::test_broken_index" - "tests/test_protonsso.py::TestProtonSSO::test_sessions" - "tests/test_session.py::TestSession::test_ping" - "tests/test_session.py::TestSession::test_raw_ping" - "tests/test_tlsverification.py::TestTLSValidation::test_bad_pinning_fingerprint_changed" - "tests/test_tlsverification.py::TestTLSValidation::test_bad_pinning_url_changed" - "tests/test_tlsverification.py::TestTLSValidation::test_successful" - "tests/test_tlsverification.py::TestTLSValidation::test_without_pinning" - ) - - XDG_RUNTIME_DIR="${T}/python_test" epytest -} -- cgit v1.3