Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-rarfile: update to 4.0. #23993

Merged
merged 1 commit into from
Aug 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions srcpkgs/python-rarfile/template
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# Template file for 'python-rarfile'
pkgname=python-rarfile
version=3.1
revision=2
version=4.0
revision=1
archs=noarch
wrksrc="rarfile-${version}"
build_style=python-module
pycompile_module="rarfile"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="RAR archive reader for Python (Python2)"
maintainer="Daniel Santana <daniel@santana.tech>"
license="ISC"
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"
checksum=dc1062176c529f417522af7da1291a35b85c8017464e665aabce048cfe2659b6
checksum=67548769229c5bda0827c1663dce3f54644f9dbfba4ae86d4da2b2afd3e602a1

post_install() {
vlicense LICENSE
}

python3-rarfile_package() {
archs=noarch
pycompile_module="rarfile"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
Expand Down