python-pbkdf2: drop package
This commit is contained in:
parent
256f54ab8a
commit
17e089ec61
2 changed files with 7 additions and 20 deletions
|
@ -1 +0,0 @@
|
||||||
python-pbkdf2
|
|
|
@ -1,29 +1,17 @@
|
||||||
# Template file for 'python-pbkdf2'
|
# Template file for 'python3-pbkdf2'
|
||||||
pkgname=python-pbkdf2
|
pkgname=python3-pbkdf2
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=4
|
revision=5
|
||||||
archs=noarch
|
|
||||||
wrksrc="pbkdf2-${version}"
|
wrksrc="pbkdf2-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="pbkdf2"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
short_desc="Password-based key derivation function PBKDF2 (Python3)"
|
||||||
short_desc="Password-based key derivation function PBKDF2 (Python2)"
|
|
||||||
maintainer="Charles E. Lehner <cel@celehner.com>"
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||||
homepage="http://www.dlitz.net/software/python-pbkdf2/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="http://www.dlitz.net/software/python-pbkdf2/"
|
||||||
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pbkdf2/pbkdf2-${version}.tar.gz"
|
||||||
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
checksum=ac6397369f128212c43064a2b4878038dab78dab41875364554aaf2a684e6979
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense README.txt
|
vlicense README.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pbkdf2_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="pbkdf2"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense README.txt
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue