mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
python-cryptography: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
93eae9a9fa
commit
53c605a059
2 changed files with 17 additions and 12 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'python-cryptography'
|
# Template file for 'python-cryptography'
|
||||||
pkgname=python-cryptography
|
pkgname=python-cryptography
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="cryptography-${version}"
|
wrksrc="cryptography-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools libressl-devel
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools libressl-devel
|
python-enum34 python-ipaddress python-six python3-six python-pyasn1
|
||||||
python-enum34 python-ipaddress python-six python3.4-six python-pyasn1
|
python3-pyasn1 python-cffi python3-cffi python-idna python3-idna"
|
||||||
python3.4-pyasn1 python-cffi python3.4-cffi python-idna python3.4-idna"
|
makedepends="libressl-devel python-devel python3-devel"
|
||||||
makedepends="libressl-devel python-devel python3.4-devel"
|
|
||||||
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34
|
depends="python-setuptools python-cffi python-pyasn1 python-six python-enum34
|
||||||
python-idna python-ipaddress"
|
python-idna python-ipaddress"
|
||||||
pycompile_module="cryptography"
|
pycompile_module="cryptography"
|
||||||
|
@ -23,14 +22,19 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-cryptography_package() {
|
python3-cryptography_package() {
|
||||||
depends="python3.4-setuptools python3.4-cffi python3.4-pyasn1
|
depends="python3-setuptools python3-cffi python3-pyasn1
|
||||||
python3.4-six python3.4-idna"
|
python3-six python3-idna"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="cryptography"
|
pycompile_module="cryptography"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-cryptography>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-cryptography_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-cryptography>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-cryptography
Symbolic link
1
srcpkgs/python3-cryptography
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-cryptography
|
Loading…
Add table
Reference in a new issue