Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python3-irc: update to 20.1.0.
Date: Wed, 03 Aug 2022 16:14:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38455@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages python3-irc
https://github.com/void-linux/void-packages/pull/38455

python3-irc: update to 20.1.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/38455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-irc-38455.patch --]
[-- Type: text/x-diff, Size: 4080 bytes --]

From c817e6c67358a9eabc3099983c1ac2ea46598156 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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 <pangolin@vivaldi.net>"
+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 <pangolin@vivaldi.net>
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 <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
+}

From 3dbd3efe1b832a00d4959b6690eb97b1faa892a1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
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 <Vaelatern@voidlinux.org>"
 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

             reply	other threads:[~2022-08-03 14:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 14:14 icp1994 [this message]
2022-08-03 15:57 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38455@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).