Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-jaraco.functools: update to 3.0.1.
@ 2020-04-29 16:39 bra1nwave
  2020-04-29 19:32 ` [PR PATCH] [Updated] " bra1nwave
  2020-04-29 20:23 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: bra1nwave @ 2020-04-29 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages jaraco
https://github.com/void-linux/void-packages/pull/21475

python3-jaraco.functools: update to 3.0.1.


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

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

From 607e0dd6d3066c472873b18dcac09a8451b5ce34 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Wed, 29 Apr 2020 18:38:08 +0200
Subject: [PATCH] python3-jaraco.functools: update to 3.0.1.

---
 srcpkgs/python3-jaraco.functools/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 6a7c89de0d8..1bb1aab4729 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,21 +1,26 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.0.0
+version=3.0.1
 revision=1
 archs=noarch
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-more-itertools python3-jaraco"
+checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97
+checksum=9fedc4be3117512ca3e03e1b2ffa7a6a6ffa589bfb7d02bfb324e55d493b94f4
+
+do_check() {
+	pytest -vv --override-ini="addopts=--doctest-modules"
+}
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	rm -f ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-jaraco.functools: update to 3.0.1.
  2020-04-29 16:39 [PR PATCH] python3-jaraco.functools: update to 3.0.1 bra1nwave
@ 2020-04-29 19:32 ` bra1nwave
  2020-04-29 20:23 ` [PR PATCH] [Merged]: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: bra1nwave @ 2020-04-29 19:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages jaraco
https://github.com/void-linux/void-packages/pull/21475

python3-jaraco.functools: update to 3.0.1.


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

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

From 7d6cd0217f370207a89a5b0b5d7db325ab5f7b9a Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Wed, 29 Apr 2020 18:38:08 +0200
Subject: [PATCH] python3-jaraco.functools: update to 3.0.1.

---
 srcpkgs/python3-jaraco.functools/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 6a7c89de0d8..ca1ebb066d5 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,21 +1,26 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.0.0
+version=3.0.1
 revision=1
 archs=noarch
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-more-itertools python3-jaraco"
+checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97
+checksum=9fedc4be3117512ca3e03e1b2ffa7a6a6ffa589bfb7d02bfb324e55d493b94f4
+
+do_check() {
+	pytest -vv --override-ini="addopts=--doctest-modules"
+}
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	rm ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python3-jaraco.functools: update to 3.0.1.
  2020-04-29 16:39 [PR PATCH] python3-jaraco.functools: update to 3.0.1 bra1nwave
  2020-04-29 19:32 ` [PR PATCH] [Updated] " bra1nwave
@ 2020-04-29 20:23 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2020-04-29 20:23 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3-jaraco.functools: update to 3.0.1.
https://github.com/void-linux/void-packages/pull/21475

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-29 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 16:39 [PR PATCH] python3-jaraco.functools: update to 3.0.1 bra1nwave
2020-04-29 19:32 ` [PR PATCH] [Updated] " bra1nwave
2020-04-29 20:23 ` [PR PATCH] [Merged]: " Chocimier

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).