python-rarfile: update to 4.0.
This commit is contained in:
parent
f4b388be68
commit
9be0b9fcf8
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-rarfile'
|
# Template file for 'python-rarfile'
|
||||||
pkgname=python-rarfile
|
pkgname=python-rarfile
|
||||||
version=3.1
|
version=4.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="rarfile-${version}"
|
wrksrc="rarfile-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="rarfile"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="RAR archive reader for Python (Python2)"
|
short_desc="RAR archive reader for Python (Python2)"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/markokr/rarfile"
|
homepage="https://github.com/markokr/rarfile"
|
||||||
|
changelog="https://github.com/markokr/rarfile/raw/master/doc/news.rst"
|
||||||
distfiles="${PYPI_SITE}/r/rarfile/rarfile-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rarfile/rarfile-${version}.tar.gz"
|
||||||
checksum=dc1062176c529f417522af7da1291a35b85c8017464e665aabce048cfe2659b6
|
checksum=67548769229c5bda0827c1663dce3f54644f9dbfba4ae86d4da2b2afd3e602a1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +21,6 @@ post_install() {
|
||||||
|
|
||||||
python3-rarfile_package() {
|
python3-rarfile_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="rarfile"
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue