New package: python3-jaraco.stream-3.0.3

This commit is contained in:
icp 2022-08-03 19:36:31 +05:30 committed by Đoàn Trần Công Danh
parent 3d0c713201
commit a902cc3301

View file

@ -0,0 +1,19 @@
# 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
}