From bee39936e912c38c8a742ea35858c20411cc45cf Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 28 Oct 2023 16:07:00 -0700 Subject: [PATCH] dev-python/spake2: treeclean --- dev-python/spake2/Manifest | 1 - dev-python/spake2/metadata.xml | 12 ---------- dev-python/spake2/spake2-0.8.ebuild | 35 ---------------------------- dev-python/spake2/spake2-9999.ebuild | 35 ---------------------------- 4 files changed, 83 deletions(-) delete mode 100644 dev-python/spake2/Manifest delete mode 100644 dev-python/spake2/metadata.xml delete mode 100644 dev-python/spake2/spake2-0.8.ebuild delete mode 100644 dev-python/spake2/spake2-9999.ebuild diff --git a/dev-python/spake2/Manifest b/dev-python/spake2/Manifest deleted file mode 100644 index 9f81f89..0000000 --- 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 a716d77..0000000 --- a/dev-python/spake2/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - spake2 - warner/python-spake2 - - diff --git a/dev-python/spake2/spake2-0.8.ebuild b/dev-python/spake2/spake2-0.8.ebuild deleted file mode 100644 index 38dfdf8..0000000 --- a/dev-python/spake2/spake2-0.8.ebuild +++ /dev/null @@ -1,35 +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=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/warner/python-spake2.git" -else - MY_PN="python-${PN}" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/warner/python-spake2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Python implementation of SPAKE2" -HOMEPAGE="https://github.com/warner/python-spake2" -LICENSE="MIT" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="" -RDEPEND="dev-python/hkdf[${PYTHON_USEDEP}]" -BDEPEND="" - -python_test() { - "${EPYTHON}" setup.py speed || die -} diff --git a/dev-python/spake2/spake2-9999.ebuild b/dev-python/spake2/spake2-9999.ebuild deleted file mode 100644 index 38dfdf8..0000000 --- a/dev-python/spake2/spake2-9999.ebuild +++ /dev/null @@ -1,35 +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=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/warner/python-spake2.git" -else - MY_PN="python-${PN}" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/warner/python-spake2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Python implementation of SPAKE2" -HOMEPAGE="https://github.com/warner/python-spake2" -LICENSE="MIT" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="" -RDEPEND="dev-python/hkdf[${PYTHON_USEDEP}]" -BDEPEND="" - -python_test() { - "${EPYTHON}" setup.py speed || die -}