mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-zipfile-deflate64-0.2.0
This commit is contained in:
parent
4e2532326e
commit
52f88dd53a
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-zipfile-deflate64/template
Normal file
16
srcpkgs/python3-zipfile-deflate64/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-zipfile-deflate64'
|
||||||
|
pkgname=python3-zipfile-deflate64
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="zipfile-deflate64-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Extract Deflate64 ZIP archives with Python's zipfile API"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/brianhelba/zipfile-deflate64"
|
||||||
|
distfiles="${PYPI_SITE}/z/zipfile-deflate64/zipfile-deflate64-${version}.tar.gz"
|
||||||
|
checksum=875a3299de102edf1c17f8cafcc528b1ca80b62dc4814b9cb56867ec59fbfd18
|
||||||
|
make_check=no # no tests included
|
Loading…
Add table
Reference in a new issue