void-packages/srcpkgs/python3-jaraco.stream/template

19 lines
625 B
Bash

# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
version=3.0.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
short_desc="Routines for dealing with data streams"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
}