mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-libarchive-c: update to 3.0.
This commit is contained in:
parent
9ef27fd0a3
commit
658fab7620
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-libarchive-c'
|
# Template file for 'python3-libarchive-c'
|
||||||
pkgname=python3-libarchive-c
|
pkgname=python3-libarchive-c
|
||||||
version=2.9
|
version=3.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="libarchive-c-${version}"
|
wrksrc="python-libarchive-c-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="libarchive python3"
|
depends="libarchive python3"
|
||||||
|
@ -10,6 +10,6 @@ checkdepends="python3-mock python3-pytest"
|
||||||
short_desc="Python interface to libarchive"
|
short_desc="Python interface to libarchive"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="CC0-1.0"
|
license="CC0-1.0"
|
||||||
homepage="https://github.com/Changaco/python-libarchive-c"
|
homepage="https://pypi.org/project/libarchive-c/"
|
||||||
distfiles="${PYPI_SITE}/l/libarchive-c/libarchive-c-${version}.tar.gz"
|
distfiles="https://github.com/Changaco/python-libarchive-c/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=9919344cec203f5db6596a29b5bc26b07ba9662925a05e24980b84709232ef60
|
checksum=964b3a8048668c7071eaef9d266f9e7853f970542d1ace011fa53e032b225405
|
||||||
|
|
Loading…
Add table
Reference in a new issue