Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pyperclip: update to 1.8.1
@ 2020-11-12 21:23 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-12 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-pyperclip
https://github.com/void-linux/void-packages/pull/26328

python3-pyperclip: update to 1.8.1


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

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

From 812fdbf4add9aad3354066b45206b87356ce5a21 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 12 Nov 2020 15:23:29 -0600
Subject: [PATCH] python3-pyperclip: update to 1.8.1

---
 srcpkgs/python3-pyperclip/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 12703a57348..510e462b103 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
-version=1.8.0
-revision=3
-create_wrksrc=yes
-build_wrksrc=pyperclip-${version}
+version=1.8.1
+revision=1
+wrksrc=pyperclip-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,11 +10,9 @@ short_desc="Cross-platform clipboard module (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/pyperclip"
-distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz
- https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt"
-checksum="b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2
- a72b0acc9389e4c17ced890ef1b03455e04978d39e25636099b93efb76b74ead"
+distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz"
+checksum=9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3
 
 post_install() {
-	vlicense ../LICENSE.txt
+	vlicense LICENSE.txt
 }

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

* Re: [PR PATCH] [Closed]: python3-pyperclip: update to 1.8.1
  2020-11-12 21:23 [PR PATCH] python3-pyperclip: update to 1.8.1 ndowens
@ 2020-11-14  0:36 ` ndowens
  2020-11-14  1:23 ` [PR PATCH] [Updated] " ndowens
  2020-11-14 14:59 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  0:36 UTC (permalink / raw)
  To: ml

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

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

python3-pyperclip: update to 1.8.1
https://github.com/void-linux/void-packages/pull/26328

Description:


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

* Re: [PR PATCH] [Updated] python3-pyperclip: update to 1.8.1
  2020-11-12 21:23 [PR PATCH] python3-pyperclip: update to 1.8.1 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-14  1:23 ` ndowens
  2020-11-14 14:59 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  1:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-pyperclip
https://github.com/void-linux/void-packages/pull/26328

python3-pyperclip: update to 1.8.1


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

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

From 4a6c79bbd91aaf36ef435609c8c25ef2c96bd86f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 12 Nov 2020 15:23:29 -0600
Subject: [PATCH] python3-pyperclip: update to 1.8.1

[ci skip]
---
 srcpkgs/python3-pyperclip/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 12703a57348..510e462b103 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
-version=1.8.0
-revision=3
-create_wrksrc=yes
-build_wrksrc=pyperclip-${version}
+version=1.8.1
+revision=1
+wrksrc=pyperclip-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,11 +10,9 @@ short_desc="Cross-platform clipboard module (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://pypi.org/project/pyperclip"
-distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz
- https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt"
-checksum="b75b975160428d84608c26edba2dec146e7799566aea42c1fe1b32e72b6028f2
- a72b0acc9389e4c17ced890ef1b03455e04978d39e25636099b93efb76b74ead"
+distfiles="${PYPI_SITE}/p/pyperclip/pyperclip-${version}.tar.gz"
+checksum=9abef1e79ce635eb62309ecae02dfb5a3eb952fa7d6dce09c1aef063f81424d3
 
 post_install() {
-	vlicense ../LICENSE.txt
+	vlicense LICENSE.txt
 }

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

* Re: [PR PATCH] [Merged]: python3-pyperclip: update to 1.8.1
  2020-11-12 21:23 [PR PATCH] python3-pyperclip: update to 1.8.1 ndowens
  2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
  2020-11-14  1:23 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14 14:59 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-11-14 14:59 UTC (permalink / raw)
  To: ml

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

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

python3-pyperclip: update to 1.8.1
https://github.com/void-linux/void-packages/pull/26328

Description:


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

end of thread, other threads:[~2020-11-14 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 21:23 [PR PATCH] python3-pyperclip: update to 1.8.1 ndowens
2020-11-14  0:36 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  1:23 ` [PR PATCH] [Updated] " ndowens
2020-11-14 14:59 ` [PR PATCH] [Merged]: " Hoshpak

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