diff options
author | 2024-01-13 13:43:37 +0100 | |
---|---|---|
committer | 2024-01-13 13:43:37 +0100 | |
commit | 03644b89cb685c4201d3510167fd9be8cfc6a917 (patch) | |
tree | 6d1f61e1674fadaffde9b570816f023aaeadc1c6 /dev-python/jwcrypto | |
parent | sci-visualization/gnuplot: drop 5.4.4, 5.4.6 (diff) | |
download | gentoo-03644b89cb685c4201d3510167fd9be8cfc6a917.tar.gz gentoo-03644b89cb685c4201d3510167fd9be8cfc6a917.tar.bz2 gentoo-03644b89cb685c4201d3510167fd9be8cfc6a917.zip |
dev-python/jwcrypto: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jwcrypto')
-rw-r--r-- | dev-python/jwcrypto/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jwcrypto/jwcrypto-1.5.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest index a2224b960f77..af441ffde511 100644 --- a/dev-python/jwcrypto/Manifest +++ b/dev-python/jwcrypto/Manifest @@ -1,2 +1 @@ -DIST jwcrypto-1.5.0.gh.tar.gz 95669 BLAKE2B c8a408e3bdd929a939562eeebe59b33eb422fdf3251b8572b362a08286975220810bf7b2d0d937ef4f20c76ff133b5246f810a3cb7fa7caf685ecd03729ba5e0 SHA512 92c8c735dffe3664e93ead9a5764139f188d349b78c45d09ea9ede68b271f19f4cd16418f9184df49f2f9def16864624edc3d08bda30fd73fbf3daa2b12157a4 DIST jwcrypto-1.5.1.gh.tar.gz 96563 BLAKE2B 13b39b27825031d4f30e1399bac085ba846551b5e50c49ae2a1ff31182e47a896ef9bfdd1705a40e59ddeb6850ba7bafd19ccf83d9f8177c47936e220df881db SHA512 fecb993a1157b6e689d3e845c8839f3178e32ab7fc920bf6b7328705293dae5e3d1424532b066f6dedd9c25a5cdeec91089ed4b83c4592cf6e1690419b5a5539 diff --git a/dev-python/jwcrypto/jwcrypto-1.5.0.ebuild b/dev-python/jwcrypto/jwcrypto-1.5.0.ebuild deleted file mode 100644 index e54a6318a3d8..000000000000 --- a/dev-python/jwcrypto/jwcrypto-1.5.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography" -HOMEPAGE=" - https://github.com/latchset/jwcrypto/ - https://pypi.org/project/jwcrypto/ -" -SRC_URI=" - https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" - -RDEPEND=" - >=dev-python/cryptography-3.4[${PYTHON_USEDEP}] - dev-python/deprecated[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs/source -distutils_enable_tests pytest - -python_prepare_all() { - # Do not install doc in non-standard paths - sed -e "/data_files/d" -i setup.py || die - distutils-r1_python_prepare_all -} |