1
0

dev-python/hkdf: treeclean

This commit is contained in:
Ryan Fox 2023-10-28 16:16:50 -07:00
parent 0365ef1839
commit 16cfee79ea
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 75 deletions

View File

@ -1 +0,0 @@
DIST hkdf-0.0.3.gh.tar.gz 6727 BLAKE2B b91d8b65929b6d886659cf85ddb294b3399dd90b155fa88fc1125daf1894c65924abdcd20a1b53a60e9e30e371b4ff9160b3d4630cfec741110eb3c0ae86c224 SHA512 abbd779e28c49eae08736089cd14336b4a2004e258c469412b5d9c384fbb1ae1d2cbb3b6397ef0fed6fdbcd82b0ad57207bff655aca3f65e387a1ba825be2562

View File

@ -1,31 +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/casebeer/python-hkdf.git"
else
EGIT_COMMIT="ba0e2eee8f50cc84706f816dbc57897319e2250c"
MY_PN="python-${PN}"
MY_P="${MY_PN}-${EGIT_COMMIT}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/casebeer/python-hkdf/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python implementation of HKDF"
HOMEPAGE="https://github.com/casebeer/python-hkdf"
LICENSE="BSD-2"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -1,31 +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/casebeer/python-hkdf.git"
else
EGIT_COMMIT="ba0e2eee8f50cc84706f816dbc57897319e2250c"
MY_PN="python-${PN}"
MY_P="${MY_PN}-${EGIT_COMMIT}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/casebeer/python-hkdf/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python implementation of HKDF"
HOMEPAGE="https://github.com/casebeer/python-hkdf"
LICENSE="BSD-2"
SLOT="0"
RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -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">hkdf</remote-id>
<remote-id type="github">casebeer/python-hkdf</remote-id>
</upstream>
</pkgmetadata>