From 006c49deb5604bc1a8c0ad85b71bba93f579017c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 22 Oct 2020 00:47:33 +0200 Subject: dev-python/jwcrypto: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jwcrypto/Manifest | 1 - dev-python/jwcrypto/jwcrypto-0.7.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 dev-python/jwcrypto/jwcrypto-0.7.0.ebuild (limited to 'dev-python/jwcrypto') diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest index 94dd7040e1cd..f351f9e6eeb3 100644 --- a/dev-python/jwcrypto/Manifest +++ b/dev-python/jwcrypto/Manifest @@ -1,2 +1 @@ -DIST jwcrypto-0.7.0.tar.gz 80869 BLAKE2B 7b8a6928dff40d4d3e0bd61cfc81362ed5d0abd1001e1273aa12111166ed13e510d9cff935724578c2b7392bc74ffc94b0a733ea23f4a982e6bd8d35b1155ef4 SHA512 1d2b6268a54f3a3d466f7a7f7f0776164f0f35420b026c8ebfba099df530d965697eea85a49a73c44713e38fdb9ec4018cd4813b8e154a18117fc4006aa5578e DIST jwcrypto-0.8.0.tar.gz 81782 BLAKE2B a3cfb04f099a747c365f870c53d75574cdfaf8b98373f37cc107ebca956b414b7d7cb78f8fcd6d3964528d3bc8a217e5c645bf6e82531e951dfdd9ca03472111 SHA512 784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210 diff --git a/dev-python/jwcrypto/jwcrypto-0.7.0.ebuild b/dev-python/jwcrypto/jwcrypto-0.7.0.ebuild deleted file mode 100644 index 19f2c548671d..000000000000 --- a/dev-python/jwcrypto/jwcrypto-0.7.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography" - -HOMEPAGE="https://github.com/latchset/jwcrypto" -SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/cryptography-1.5[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pep8[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v || die -} -- cgit v1.2.3-65-gdbad