18 lines
669 B
Bash
18 lines
669 B
Bash
# Template file for 'python3-inflate64'
|
|
pkgname=python3-inflate64
|
|
version=0.3.0
|
|
revision=1
|
|
wrksrc="inflate64-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Deflate64 compression/decompression library"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://codeberg.org/miurahr/inflate64"
|
|
changelog="https://codeberg.org/miurahr/inflate64/raw/branch/main/docs/Changelog.rst"
|
|
distfiles="${PYPI_SITE}/i/inflate64/inflate64-${version}.tar.gz"
|
|
checksum=81fb8e690fbcb92e7d3e6769ec4c6fbfabb88aade677f61b2f4c99874538bf64
|