summaryrefslogtreecommitdiff
path: root/dev-python/truststore
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-08 11:47:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-08 11:47:26 +0000
commitfe0074903c357914aaaadfa88589436e559ea326 (patch)
tree9b40e2b9205fb34fd066fddeec1b9b86f172bd9e /dev-python/truststore
parent54f79a2305b1e0fb2e2b798272701d8aa178067f (diff)
downloadbaldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.gz
baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.tar.xz
baldeagleos-repo-fe0074903c357914aaaadfa88589436e559ea326.zip
Adding metadata
Diffstat (limited to 'dev-python/truststore')
-rw-r--r--dev-python/truststore/Manifest1
-rw-r--r--dev-python/truststore/truststore-0.9.1.ebuild47
-rw-r--r--dev-python/truststore/truststore-0.9.2.ebuild2
3 files changed, 1 insertions, 49 deletions
diff --git a/dev-python/truststore/Manifest b/dev-python/truststore/Manifest
index 8dab231c48a7..e623e6922217 100644
--- a/dev-python/truststore/Manifest
+++ b/dev-python/truststore/Manifest
@@ -1,2 +1 @@
-DIST truststore-0.9.1.gh.tar.gz 26720 BLAKE2B e5bf3905367f75cdfd9314f1c544f004e62c2ddcde97f83bfe5ddc2d7606d44df5fc352811c8c42423be2da46e5f7b9642a2aeebe61436669c4cd9265ddbec96 SHA512 38567198a3b0d4e9c0b3df72674f3e1fef0614ef0afa80bd7276f98c2e7ef2dc00cca92184b80a1dfe535c5d2508ebdb775e389576c2f07536838f67de1958ca
DIST truststore-0.9.2.gh.tar.gz 27256 BLAKE2B 0f03da308697a6bcf8def97b875a962f484418dc6b54d6795a9de5dc68b949f145e6611aa6b4bebcde3f03693bbdfaaa238a9d32b5f9b2d635b4e3075420f239 SHA512 e2d9da3d22a2f06d83dd9c7c9014dd689d8e915c7c8b8b33a3526859d15e9a5d4e86162f51f22b566e844a0c6a5b16fa3ab6907a56ce11c4fcc27444493a5970
diff --git a/dev-python/truststore/truststore-0.9.1.ebuild b/dev-python/truststore/truststore-0.9.1.ebuild
deleted file mode 100644
index c9ef3efad479..000000000000
--- a/dev-python/truststore/truststore-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Verify certificates using native system trust stores"
-HOMEPAGE="
- https://github.com/sethmlarson/truststore/
- https://pypi.org/project/truststore/
-"
-SRC_URI="
- https://github.com/sethmlarson/truststore/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~sparc x86"
-# The vast majority of tests require Internet access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-BDEPEND="
- test? (
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- dev-python/httpx[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-httpserver[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p asyncio -p pytest_httpserver
-}
diff --git a/dev-python/truststore/truststore-0.9.2.ebuild b/dev-python/truststore/truststore-0.9.2.ebuild
index 9d7226ea8e76..c9ef3efad479 100644
--- a/dev-python/truststore/truststore-0.9.2.ebuild
+++ b/dev-python/truststore/truststore-0.9.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~sparc x86"
# The vast majority of tests require Internet access.
PROPERTIES="test_network"
RESTRICT="test"