python-pyaes: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-29 00:00:03 +07:00
parent de7d2c5558
commit e086fd8748
3 changed files with 18 additions and 30 deletions

View File

@ -1,29 +0,0 @@
# Template file for 'python-pyaes'
pkgname=python-pyaes
version=1.6.1
revision=3
wrksrc="pyaes-${version}"
build_style=python-module
pycompile_module="pyaes"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Pure-Python implementation of the AES block cipher (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ricmoo/pyaes"
distfiles="${PYPI_SITE}/p/pyaes/pyaes-${version}.tar.gz"
checksum=02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f
post_install() {
vlicense LICENSE.txt
}
python3-pyaes_package() {
depends="python3"
pycompile_module="pyaes"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt
}
}

View File

@ -1 +0,0 @@
python-pyaes

View File

@ -0,0 +1,18 @@
# Template file for 'python3-pyaes'
pkgname=python3-pyaes
version=1.6.1
revision=4
wrksrc="pyaes-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Pure-Python implementation of the AES block cipher (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ricmoo/pyaes"
distfiles="${PYPI_SITE}/p/pyaes/pyaes-${version}.tar.gz"
checksum=02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f
post_install() {
vlicense LICENSE.txt
}