summaryrefslogtreecommitdiff
path: root/dev-python/truststore
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-30 23:46:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-30 23:46:05 +0000
commitbb262580ec0b56a32797f121e627928d103e6bb1 (patch)
treeb3b80cb753a087635c972352ce99fed1d01f286b /dev-python/truststore
parent35e3ee5faf74dc69409f957f81a6848d4d24c49f (diff)
gentoo auto-resync : 30:12:2023 - 23:46:05
Diffstat (limited to 'dev-python/truststore')
-rw-r--r--dev-python/truststore/Manifest2
-rw-r--r--dev-python/truststore/truststore-0.7.0.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/truststore/Manifest b/dev-python/truststore/Manifest
index a9762ccb7921..a55f03c4055c 100644
--- a/dev-python/truststore/Manifest
+++ b/dev-python/truststore/Manifest
@@ -1,5 +1,3 @@
-DIST truststore-0.7.0.gh.tar.gz 24953 BLAKE2B c94c832410ecdf101d5b5f27fa1e48205e5fbafe4b51a2583d7a44b2501cff43f693017c572f08f9a0bb7ed6fd3bf1a73401e1b628e8a690f34d1c9b7577c755 SHA512 e3a4e751984668c571004d111df9f5e449db3269b7d6b4224dd6aad03d2a066260c9dc8e1f1573b9fd062bf4b1fe486510915ebc1cd9ff20e5626c033f56b519
DIST truststore-0.8.0.gh.tar.gz 25619 BLAKE2B 3c1beeea036274349e31ea45741e2cdfb84f468a3073dcb67618cb4907831a83aac90f774c7a0309c35b5c303e490a56ed0623ae1b3d5ba4189a2ffefd05f56f SHA512 9492874b2c0eb5ba011c0d4af6fc4e2d1664686458775344c928e25248b0d54f776d9400138330b225146402345ab8d5ccb9f73b5db51e566342855a8b4ac579
-EBUILD truststore-0.7.0.ebuild 1061 BLAKE2B 44d8812211a760355066ca6470d73570f1ce6faebee8ef01bb23a658022df10f151376592e0eea1fe914535fce87b5a3981868478aad289470a83f0ce84bbb07 SHA512 53036673a09eb16cd403bdf2e8c90ce0782d9c385dfa729c43a50827b31aa70314244ef44d54e0c093ffc6b9770e6d285bbc0a239408ee47a8aaf2f98c87c3d9
EBUILD truststore-0.8.0.ebuild 1074 BLAKE2B f34b1e6313bc272c0c17db25b379b5889477b1eb92d2bd9eeb22c6a5aa91a7f4c38b212716c3a4c4dcb5acfa3aa53ae182507dd3f7276631ffa302dd7b8ce0c8 SHA512 2c8f7b87cacdaf0346d6bfb42595507a7f2227fb881d8c540b9d3b68c7303f592de34af447cfe31789f2190b00f9be1aed59cf4928227b363a92c98aa29d672c
MISC metadata.xml 378 BLAKE2B 26c6338dabc3baee4f0a61e4d64b538bd90ca5389b7da7321c92d3063f62861f7100871318d8c7ed1d4ade26196e87c966a91c872b1308f8b8ae1bd23451d118 SHA512 8fc959454ce19667c97ef288ed1851d3dc78eedbf71d23873f8dcadecccc2e15e99957c8838cf10b94b44422ff7484c58a249c1911ba3b18344f587151b51e8b
diff --git a/dev-python/truststore/truststore-0.7.0.ebuild b/dev-python/truststore/truststore-0.7.0.ebuild
deleted file mode 100644
index 871d217cb0be..000000000000
--- a/dev-python/truststore/truststore-0.7.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="~amd64"
-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
-}