Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-plumbum-1.6.9
@ 2020-05-04 10:18 juantascon
  2020-05-04 10:30 ` [PR PATCH] [Updated] " juantascon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: juantascon @ 2020-05-04 10:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages python3-plumbum
https://github.com/void-linux/void-packages/pull/21606

New package: python3-plumbum-1.6.9


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

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

From 20a5d70b438eb5dc32eff314761a6ca5ea989202 Mon Sep 17 00:00:00 2001
From: juantascon <juantascon@horlux.org>
Date: Tue, 17 Mar 2020 13:07:25 +0100
Subject: [PATCH] New package: python3-plumbum-1.6.9

---
 srcpkgs/python3-plumbum/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-plumbum/template

diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template
new file mode 100644
index 00000000000..52b797747ba
--- /dev/null
+++ b/srcpkgs/python3-plumbum/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-plumbum'
+pkgname=python3-plumbum
+_pkgname=plumbum
+version=1.6.9
+revision=1
+archs=noarch
+wrksrc="${_pkgname}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Shell combinators"
+maintainer="Juan Tascon <juan@horlux.org>"
+license="MIT"
+homepage="https://plumbum.readthedocs.io"
+distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
+checksum=8571f2f9657e00dc22549d9e92db3fdec5674bf509fe60c5c9b4081fd8f6ab92
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
@ 2020-05-04 10:30 ` juantascon
  2020-05-04 10:39 ` juantascon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: juantascon @ 2020-05-04 10:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages python3-plumbum
https://github.com/void-linux/void-packages/pull/21606

New package: python3-plumbum-1.6.9


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

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

From d7f1e97be3fa930706451d70922da96688222631 Mon Sep 17 00:00:00 2001
From: juantascon <juantascon@horlux.org>
Date: Tue, 17 Mar 2020 13:07:25 +0100
Subject: [PATCH] New package: python3-plumbum-1.6.9

---
 srcpkgs/python3-plumbum/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-plumbum/template

diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template
new file mode 100644
index 00000000000..e402afae085
--- /dev/null
+++ b/srcpkgs/python3-plumbum/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-plumbum'
+pkgname=python3-plumbum
+_pkgname=plumbum
+version=1.6.9
+revision=1
+archs=noarch
+wrksrc="${_pkgname}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Shell combinators"
+maintainer="Juan Tascon <juan@horlux.org>"
+license="MIT"
+homepage="https://plumbum.readthedocs.io"
+distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz"
+checksum=16b9e19d96c80f2e9d051ef5f04927b834a6ac0ce5d2768eb8662b5cd53e43df
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
  2020-05-04 10:30 ` [PR PATCH] [Updated] " juantascon
@ 2020-05-04 10:39 ` juantascon
  2020-05-12 13:03 ` [PR PATCH] [Updated] " juantascon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: juantascon @ 2020-05-04 10:39 UTC (permalink / raw)
  To: ml

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

New comment by juantascon on void-packages repository

https://github.com/void-linux/void-packages/pull/21606#issuecomment-623389459

Comment:
@travankor could you please review this pullrq

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

* Re: [PR PATCH] [Updated] New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
  2020-05-04 10:30 ` [PR PATCH] [Updated] " juantascon
  2020-05-04 10:39 ` juantascon
@ 2020-05-12 13:03 ` juantascon
  2020-05-12 13:59 ` juantascon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: juantascon @ 2020-05-12 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages python3-plumbum
https://github.com/void-linux/void-packages/pull/21606

New package: python3-plumbum-1.6.9


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

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

From 6c0989aacec31ad2af21d0e63209481518d5d4be Mon Sep 17 00:00:00 2001
From: juantascon <juantascon@horlux.org>
Date: Tue, 17 Mar 2020 13:07:25 +0100
Subject: [PATCH] New package: python3-plumbum-1.6.9

---
 srcpkgs/python3-plumbum/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-plumbum/template

diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template
new file mode 100644
index 00000000000..c6f92c520ba
--- /dev/null
+++ b/srcpkgs/python3-plumbum/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-plumbum'
+pkgname=python3-plumbum
+version=1.6.9
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Library for writing shell script-like programs"
+maintainer="Juan Tascon <juan@horlux.org>"
+license="MIT"
+homepage="https://plumbum.readthedocs.io"
+distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
+checksum=16b9e19d96c80f2e9d051ef5f04927b834a6ac0ce5d2768eb8662b5cd53e43df
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
                   ` (2 preceding siblings ...)
  2020-05-12 13:03 ` [PR PATCH] [Updated] " juantascon
@ 2020-05-12 13:59 ` juantascon
  2020-05-12 14:23 ` juantascon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: juantascon @ 2020-05-12 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/juantascon/void-packages python3-plumbum
https://github.com/void-linux/void-packages/pull/21606

New package: python3-plumbum-1.6.9


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

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

From 8ab9b02b75f28462c63c04fa26d05beb1e3bc964 Mon Sep 17 00:00:00 2001
From: juantascon <juantascon@horlux.org>
Date: Tue, 17 Mar 2020 13:07:25 +0100
Subject: [PATCH] New package: python3-plumbum-1.6.9

---
 srcpkgs/python3-plumbum/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-plumbum/template

diff --git a/srcpkgs/python3-plumbum/template b/srcpkgs/python3-plumbum/template
new file mode 100644
index 00000000000..dfea7e21927
--- /dev/null
+++ b/srcpkgs/python3-plumbum/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-plumbum'
+pkgname=python3-plumbum
+version=1.6.9
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Library for writing shell script-like programs"
+maintainer="Juan Tascon <juan@horlux.org>"
+license="MIT"
+homepage="https://plumbum.readthedocs.io"
+distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
+checksum=16b9e19d96c80f2e9d051ef5f04927b834a6ac0ce5d2768eb8662b5cd53e43df
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
                   ` (3 preceding siblings ...)
  2020-05-12 13:59 ` juantascon
@ 2020-05-12 14:23 ` juantascon
  2021-02-16  6:33 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: juantascon @ 2020-05-12 14:23 UTC (permalink / raw)
  To: ml

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

New comment by juantascon on void-packages repository

https://github.com/void-linux/void-packages/pull/21606#issuecomment-627378086

Comment:
@travankor comments addressed, please review again

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

* Re: [PR REVIEW] New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
                   ` (4 preceding siblings ...)
  2020-05-12 14:23 ` juantascon
@ 2021-02-16  6:33 ` ericonr
  2021-11-06 22:32 ` [PR PATCH] [Closed]: " abenson
  2021-11-06 22:32 ` abenson
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-16  6:33 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21606#discussion_r576577720

Comment:
We no longer use noarch.

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

* Re: [PR PATCH] [Closed]: New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
                   ` (5 preceding siblings ...)
  2021-02-16  6:33 ` [PR REVIEW] " ericonr
@ 2021-11-06 22:32 ` abenson
  2021-11-06 22:32 ` abenson
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-11-06 22:32 UTC (permalink / raw)
  To: ml

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

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

New package: python3-plumbum-1.6.9
https://github.com/void-linux/void-packages/pull/21606

Description:


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

* Re: New package: python3-plumbum-1.6.9
  2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
                   ` (6 preceding siblings ...)
  2021-11-06 22:32 ` [PR PATCH] [Closed]: " abenson
@ 2021-11-06 22:32 ` abenson
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2021-11-06 22:32 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21606#issuecomment-962518491

Comment:
Seemingly abandoned.

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

end of thread, other threads:[~2021-11-06 22:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 10:18 [PR PATCH] New package: python3-plumbum-1.6.9 juantascon
2020-05-04 10:30 ` [PR PATCH] [Updated] " juantascon
2020-05-04 10:39 ` juantascon
2020-05-12 13:03 ` [PR PATCH] [Updated] " juantascon
2020-05-12 13:59 ` juantascon
2020-05-12 14:23 ` juantascon
2021-02-16  6:33 ` [PR REVIEW] " ericonr
2021-11-06 22:32 ` [PR PATCH] [Closed]: " abenson
2021-11-06 22:32 ` abenson

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