From c817e6c67358a9eabc3099983c1ac2ea46598156 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 3 Aug 2022 19:12:04 +0530 Subject: [PATCH 1/3] New package: python3-jaraco.logging-3.1.0 --- srcpkgs/python3-jaraco.logging/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-jaraco.logging/template diff --git a/srcpkgs/python3-jaraco.logging/template b/srcpkgs/python3-jaraco.logging/template new file mode 100644 index 000000000000..9339cd4e9f76 --- /dev/null +++ b/srcpkgs/python3-jaraco.logging/template @@ -0,0 +1,19 @@ +# Template file for 'python3-jaraco.logging' +pkgname=python3-jaraco.logging +version=3.1.0 +revision=1 +wrksrc="jaraco.logging-${version}" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-tempora" +short_desc="Support for Python logging facility" +maintainer="icp " +license="MIT" +homepage="https://github.com/jaraco/jaraco.logging" +changelog="https://raw.githubusercontent.com/jaraco/jaraco.logging/main/CHANGES.rst" +distfiles="${PYPI_SITE}/j/jaraco.logging/jaraco.logging-${version}.tar.gz" +checksum=150dc8701207b28bc65a16f0e91c07250a8d1b9da324ce674c0e375774944f13 + +post_install() { + vlicense LICENSE +} From 62b1c1b0104597dda9b2c5d554a14a89ea197712 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 3 Aug 2022 19:36:31 +0530 Subject: [PATCH 2/3] 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 000000000000..e9a919ecc788 --- /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 +} From 3dbd3efe1b832a00d4959b6690eb97b1faa892a1 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 3 Aug 2022 19:36:37 +0530 Subject: [PATCH 3/3] python3-irc: update to 20.1.0. --- srcpkgs/python3-irc/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template index 053010a62b7c..6ae0231e76e7 100644 --- a/srcpkgs/python3-irc/template +++ b/srcpkgs/python3-irc/template @@ -1,17 +1,21 @@ # Template file for 'python3-irc' pkgname=python3-irc -version=17.1 -revision=5 +version=20.1.0 +revision=1 wrksrc="irc-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-six" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-jaraco.collections python3-jaraco.text python3-jaraco.logging + python3-jaraco.functools python3-jaraco.stream python3-pytz python3-more-itertools + python3-tempora" +checkdepends="${depends} python3-pytest" short_desc="Full-featured Python IRC library for Python3" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/jaraco/irc" +changelog="https://raw.githubusercontent.com/jaraco/irc/main/CHANGES.rst" distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz" -checksum=0c19aeee800dbad792179d70dff1281c06fec220323f8ec34150cd94357f383b +checksum=b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec post_install() { vlicense LICENSE