Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
@ 2020-04-25 14:09 Nyx70
  2020-07-24  4:35 ` [PR PATCH] [Updated] " Nyx70
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Nyx70 @ 2020-04-25 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages python-coloredlogs
https://github.com/void-linux/void-packages/pull/21330

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2


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

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

From f3c50963f2d69d657f5f3afbea10578dcf85dde8 Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Fri, 24 Apr 2020 14:38:04 +0200
Subject: [PATCH] New package: python3-coloredlogs-14.0,
 python3-humanfriendly-8.2

---
 srcpkgs/python3-coloredlogs/template   | 19 +++++++++++++++++++
 srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..7a7aea2ba17
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=14.0
+revision=1
+archs="noarch"
+wrksrc="coloredlogs-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python3 logging module"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io"
+distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz"
+checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..6d9da0e98a9
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=8.2
+revision=1
+archs="noarch"
+wrksrc="humanfriendly-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Human friendly output for text interfaces using Python3"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io"
+distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz"
+checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
@ 2020-07-24  4:35 ` Nyx70
  2020-08-03 17:24 ` Nyx70
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Nyx70 @ 2020-07-24  4:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages python-coloredlogs
https://github.com/void-linux/void-packages/pull/21330

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2


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

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

From 8c065f65e46158a24e8e0e555db2b734062b7873 Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Fri, 24 Apr 2020 14:38:04 +0200
Subject: [PATCH] New package: python3-coloredlogs-14.0,
 python3-humanfriendly-8.2

---
 srcpkgs/python3-coloredlogs/template   | 19 +++++++++++++++++++
 srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..7a7aea2ba17
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=14.0
+revision=1
+archs="noarch"
+wrksrc="coloredlogs-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python3 logging module"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io"
+distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz"
+checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..6d9da0e98a9
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=8.2
+revision=1
+archs="noarch"
+wrksrc="humanfriendly-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Human friendly output for text interfaces using Python3"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io"
+distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz"
+checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
  2020-07-24  4:35 ` [PR PATCH] [Updated] " Nyx70
@ 2020-08-03 17:24 ` Nyx70
  2020-08-03 19:58 ` Chocimier
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Nyx70 @ 2020-08-03 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages python-coloredlogs
https://github.com/void-linux/void-packages/pull/21330

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2


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

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

From 4a8e5dadca37f8360799178e4cf150bbe8ccb2e8 Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Fri, 24 Apr 2020 14:38:04 +0200
Subject: [PATCH] New package: python3-coloredlogs-14.0,
 python3-humanfriendly-8.2

---
 srcpkgs/python3-coloredlogs/template   | 19 +++++++++++++++++++
 srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..7a7aea2ba17
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=14.0
+revision=1
+archs="noarch"
+wrksrc="coloredlogs-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+short_desc="Colored terminal output for Python3 logging module"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io"
+distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz"
+checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..6d9da0e98a9
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=8.2
+revision=1
+archs="noarch"
+wrksrc="humanfriendly-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Human friendly output for text interfaces using Python3"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io"
+distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz"
+checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
  2020-07-24  4:35 ` [PR PATCH] [Updated] " Nyx70
  2020-08-03 17:24 ` Nyx70
@ 2020-08-03 19:58 ` Chocimier
  2020-08-04  3:38 ` [PR PATCH] [Updated] " Nyx70
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-08-03 19:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21330#issuecomment-668213255

Comment:
Every python module should depend on either another python module or interpreter. Please add also checkdepends, so `xbps-src check` pass.

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

* Re: [PR PATCH] [Updated] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
                   ` (2 preceding siblings ...)
  2020-08-03 19:58 ` Chocimier
@ 2020-08-04  3:38 ` Nyx70
  2020-08-04 17:04 ` Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Nyx70 @ 2020-08-04  3:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages python-coloredlogs
https://github.com/void-linux/void-packages/pull/21330

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2


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

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

From 2e052169154a82ef6dcbfa32fffde6418eece87d Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Fri, 24 Apr 2020 14:38:04 +0200
Subject: [PATCH] New package: python3-coloredlogs-14.0,
 python3-humanfriendly-8.2

---
 srcpkgs/python3-coloredlogs/template   | 20 ++++++++++++++++++++
 srcpkgs/python3-humanfriendly/template | 18 ++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/python3-coloredlogs/template
 create mode 100644 srcpkgs/python3-humanfriendly/template

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..810fc75f0d7
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=14.0
+revision=1
+archs="noarch"
+wrksrc="coloredlogs-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+checkdepends="python3-humanfriendly"
+short_desc="Colored terminal output for Python3 logging module"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io"
+distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz"
+checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..6d9da0e98a9
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=8.2
+revision=1
+archs="noarch"
+wrksrc="humanfriendly-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Human friendly output for text interfaces using Python3"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io"
+distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz"
+checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
                   ` (3 preceding siblings ...)
  2020-08-04  3:38 ` [PR PATCH] [Updated] " Nyx70
@ 2020-08-04 17:04 ` Chocimier
  2020-08-04 17:45 ` [PR PATCH] [Updated] " Nyx70
  2020-08-19 12:35 ` [PR PATCH] [Closed]: " Nyx70
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-08-04 17:04 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21330#issuecomment-668715114

Comment:
Every python module should depend on either another python module or interpreter.
Please add also checkdepends, so xbps-src check pass.
Also split commits to one per template.

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

* Re: [PR PATCH] [Updated] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
                   ` (4 preceding siblings ...)
  2020-08-04 17:04 ` Chocimier
@ 2020-08-04 17:45 ` Nyx70
  2020-08-19 12:35 ` [PR PATCH] [Closed]: " Nyx70
  6 siblings, 0 replies; 8+ messages in thread
From: Nyx70 @ 2020-08-04 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nyx70/void-packages python-coloredlogs
https://github.com/void-linux/void-packages/pull/21330

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2


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

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

From fec0c1d4c64522a633f230bdcb0e2a41d85fda1b Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Tue, 4 Aug 2020 19:43:51 +0200
Subject: [PATCH 1/2] New package: python3-humanfriendly-8.2

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

diff --git a/srcpkgs/python3-humanfriendly/template b/srcpkgs/python3-humanfriendly/template
new file mode 100644
index 00000000000..6d9da0e98a9
--- /dev/null
+++ b/srcpkgs/python3-humanfriendly/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-humanfriendly'
+pkgname=python3-humanfriendly
+version=8.2
+revision=1
+archs="noarch"
+wrksrc="humanfriendly-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Human friendly output for text interfaces using Python3"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://humanfriendly.readthedocs.io"
+distfiles="${PYPI_SITE}/h/humanfriendly/humanfriendly-${version}.tar.gz"
+checksum=bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a2d1fe6b1c20af321c163a046547da1a72bbd394 Mon Sep 17 00:00:00 2001
From: Nyx70 <n.y.x@bluewin.ch>
Date: Tue, 4 Aug 2020 19:44:17 +0200
Subject: [PATCH 2/2] New package: python3-coloredlogs-14.0

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

diff --git a/srcpkgs/python3-coloredlogs/template b/srcpkgs/python3-coloredlogs/template
new file mode 100644
index 00000000000..810fc75f0d7
--- /dev/null
+++ b/srcpkgs/python3-coloredlogs/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-coloredlogs'
+pkgname=python3-coloredlogs
+version=14.0
+revision=1
+archs="noarch"
+wrksrc="coloredlogs-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-humanfriendly"
+checkdepends="python3-humanfriendly"
+short_desc="Colored terminal output for Python3 logging module"
+maintainer="Nyx70 <n.y.x@bluewin.ch>"
+license="MIT"
+homepage="https://coloredlogs.readthedocs.io"
+distfiles="${PYPI_SITE}/c/coloredlogs/coloredlogs-${version}.tar.gz"
+checksum=a1fab193d2053aa6c0a97608c4342d031f1f93a3d1218432c59322441d31a505
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
  2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
                   ` (5 preceding siblings ...)
  2020-08-04 17:45 ` [PR PATCH] [Updated] " Nyx70
@ 2020-08-19 12:35 ` Nyx70
  6 siblings, 0 replies; 8+ messages in thread
From: Nyx70 @ 2020-08-19 12:35 UTC (permalink / raw)
  To: ml

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

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

New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2
https://github.com/void-linux/void-packages/pull/21330

Description:


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

end of thread, other threads:[~2020-08-19 12:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 14:09 [PR PATCH] New package: python3-coloredlogs-14.0, python3-humanfriendly-8.2 Nyx70
2020-07-24  4:35 ` [PR PATCH] [Updated] " Nyx70
2020-08-03 17:24 ` Nyx70
2020-08-03 19:58 ` Chocimier
2020-08-04  3:38 ` [PR PATCH] [Updated] " Nyx70
2020-08-04 17:04 ` Chocimier
2020-08-04 17:45 ` [PR PATCH] [Updated] " Nyx70
2020-08-19 12:35 ` [PR PATCH] [Closed]: " Nyx70

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