mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-pycryptodome: replaces pycrypto now that has been removed
This commit is contained in:
parent
eecc8272e7
commit
9188a3a611
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-pycryptodome'
|
# Template file for 'python-pycryptodome'
|
||||||
pkgname=python-pycryptodome
|
pkgname=python-pycryptodome
|
||||||
version=3.6.1
|
version=3.6.1
|
||||||
revision=1
|
revision=2
|
||||||
|
replaces="python-crypto>=0"
|
||||||
wrksrc="pycryptodome-${version}"
|
wrksrc="pycryptodome-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="Crypto"
|
pycompile_module="Crypto"
|
||||||
conflicts="python-crypto>=0"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
short_desc="Python2 package of low-level cryptographic primitives"
|
short_desc="Python2 package of low-level cryptographic primitives"
|
||||||
|
@ -24,8 +24,8 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pycryptodome_package() {
|
python3-pycryptodome_package() {
|
||||||
|
replaces="python3-crypto>=0"
|
||||||
pycompile_module="Crypto"
|
pycompile_module="Crypto"
|
||||||
conflicts="python3-crypto>=0"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue