mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-jaraco.stream-3.0.3
This commit is contained in:
parent
3d0c713201
commit
a902cc3301
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-jaraco.stream/template
Normal file
19
srcpkgs/python3-jaraco.stream/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue