20 lines
659 B
Bash
20 lines
659 B
Bash
|
# Template file for 'python3-jaraco.stream'
|
||
|
pkgname=python3-jaraco.stream
|
||
|
version=3.0.3
|
||
|
revision=1
|
||
|
wrksrc="jaraco.stream-${version}"
|
||
|
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=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|