From a902cc33018612f30825dc13bf299dca60e7f62b Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 3 Aug 2022 19:36:31 +0530 Subject: [PATCH] New package: python3-jaraco.stream-3.0.3 --- srcpkgs/python3-jaraco.stream/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-jaraco.stream/template diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template new file mode 100644 index 00000000000..e9a919ecc78 --- /dev/null +++ b/srcpkgs/python3-jaraco.stream/template @@ -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 " +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 +}