dev-python/spake2: treeclean
This commit is contained in:
parent
1121e7aed6
commit
bee39936e9
@ -1 +0,0 @@
|
|||||||
DIST spake2-0.8.gh.tar.gz 62425 BLAKE2B 64215362af26fff0785fdabf4282f7111a4cc917750827075b616f009cb1fa6373fc2325382c26b43c051aa5b94e414ca2a5223d9ab666289eb2d04723b15cb5 SHA512 908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68
|
|
@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>flewkey@2a03.party</email>
|
|
||||||
<name>Ryan Fox</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">spake2</remote-id>
|
|
||||||
<remote-id type="github">warner/python-spake2</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -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
|
|
||||||
}
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user