mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-pyaes: update to 1.6.1
This commit is contained in:
parent
0271cf319c
commit
8c9590eaaf
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pyaes'
|
# Template file for 'python-pyaes'
|
||||||
pkgname=python-pyaes
|
pkgname=python-pyaes
|
||||||
version=1.6.0
|
version=1.6.1
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyaes-${version}"
|
wrksrc="pyaes-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Pure-Python implementation of the AES block cipher (Python2)"
|
||||||
maintainer="Sir_Boops <admin@boops.me>"
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ricmoo/pyaes"
|
homepage="https://github.com/ricmoo/pyaes"
|
||||||
distfiles="https://github.com/ricmoo/pyaes/archive/v${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyaes/pyaes-${version}.tar.gz"
|
||||||
checksum=69fb7517bcb8d834d521e31bca671456bd6de87cdf2c338171a48dedebbcf42e
|
checksum=02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
@ -25,7 +25,7 @@ python3-pyaes_package() {
|
||||||
pycompile_module="pyaes"
|
pycompile_module="pyaes"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE.txt
|
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue