python-passlib: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 21:05:54 +07:00
parent 7fc774df31
commit 801a99f43b
3 changed files with 18 additions and 32 deletions

View file

@ -1,31 +0,0 @@
# Template file for 'python-passlib'
pkgname=python-passlib
version=1.7.1
revision=3
archs=noarch
wrksrc="passlib-${version}"
build_style=python-module
pycompile_module="passlib"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Comprehensive password hashing framework for Python2"
maintainer="Alin Dobre <alin.dobre@outlook.com>"
license="BSD-3-Clause"
homepage="https://bitbucket.org/ecollins/passlib"
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
post_install() {
vlicense LICENSE
}
python3-passlib_package() {
archs=noarch
pycompile_module="passlib"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

View file

@ -1 +0,0 @@
python-passlib

View file

@ -0,0 +1,18 @@
# Template file for 'python3-passlib'
pkgname=python3-passlib
version=1.7.1
revision=4
wrksrc="passlib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Comprehensive password hashing framework for Python3"
maintainer="Alin Dobre <alin.dobre@outlook.com>"
license="BSD-3-Clause"
homepage="https://bitbucket.org/ecollins/passlib"
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
post_install() {
vlicense LICENSE
}