mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python-bcrypt: drop package
This commit is contained in:
parent
d6648dbcea
commit
26d697bb20
3 changed files with 16 additions and 26 deletions
|
@ -1,25 +0,0 @@
|
||||||
# Template file for 'python-bcrypt'
|
|
||||||
pkgname=python-bcrypt
|
|
||||||
version=3.2.0
|
|
||||||
revision=2
|
|
||||||
wrksrc="bcrypt-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="bcrypt"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
|
||||||
makedepends="python-devel python3-devel python-cffi python3-cffi"
|
|
||||||
depends="python-cffi python-six"
|
|
||||||
short_desc="Modern password hashing for software and servers (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/pyca/bcrypt"
|
|
||||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
|
||||||
checksum=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
|
|
||||||
|
|
||||||
python3-bcrypt_package() {
|
|
||||||
pycompile_module="bcrypt"
|
|
||||||
depends="python3-cffi python3-six"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-bcrypt
|
|
16
srcpkgs/python3-bcrypt/template
Normal file
16
srcpkgs/python3-bcrypt/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-bcrypt'
|
||||||
|
pkgname=python3-bcrypt
|
||||||
|
version=3.2.0
|
||||||
|
revision=3
|
||||||
|
wrksrc="bcrypt-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-cffi"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3-cffi python3-six"
|
||||||
|
checkdepends="python3-pytest $depends"
|
||||||
|
short_desc="Modern password hashing for software and servers"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/pyca/bcrypt"
|
||||||
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||||
|
checksum=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
|
Loading…
Add table
Reference in a new issue