diff options
author | 2023-05-25 05:12:59 +0200 | |
---|---|---|
committer | 2023-05-25 05:12:59 +0200 | |
commit | 24e89645ddaebeb2379cd08ee75a940301430212 (patch) | |
tree | 51a5f9cc5b02d93ed8ad2c0dbce94042fa1c3476 /dev-python/spake2 | |
parent | dev-python/txtorcon: Revert "new package, add 23.5.0" (diff) | |
download | gentoo-24e89645ddaebeb2379cd08ee75a940301430212.tar.gz gentoo-24e89645ddaebeb2379cd08ee75a940301430212.tar.bz2 gentoo-24e89645ddaebeb2379cd08ee75a940301430212.zip |
dev-python/spake2: Revert "new package, add 0.8"
Reverts: 920c91353dcc85654169ab4ee461cece350addd5
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/spake2')
-rw-r--r-- | dev-python/spake2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/spake2/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/spake2/spake2-0.8.ebuild | 21 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/spake2/Manifest b/dev-python/spake2/Manifest deleted file mode 100644 index 9f81f89fe54b..000000000000 --- a/dev-python/spake2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST spake2-0.8.gh.tar.gz 62425 BLAKE2B 64215362af26fff0785fdabf4282f7111a4cc917750827075b616f009cb1fa6373fc2325382c26b43c051aa5b94e414ca2a5223d9ab666289eb2d04723b15cb5 SHA512 908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68 diff --git a/dev-python/spake2/metadata.xml b/dev-python/spake2/metadata.xml deleted file mode 100644 index 2041ad286cee..000000000000 --- a/dev-python/spake2/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">spake2</remote-id> - <remote-id type="github">warner/python-spake2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/spake2/spake2-0.8.ebuild b/dev-python/spake2/spake2-0.8.ebuild deleted file mode 100644 index 25d38c02d8b0..000000000000 --- a/dev-python/spake2/spake2-0.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="python implementation of SPAKE2 password-authenticated key exchange algorithm" -HOMEPAGE="https://pypi.org/project/spake2/" -SRC_URI="https://github.com/warner/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/python-${P}" - -RDEPEND=" - dev-python/hkdf[${PYTHON_USEDEP}]" |