Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-tldextract-2.2.2
@ 2020-01-09 20:48 voidlinux-github
  2020-01-09 20:50 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages python-tldextract
https://github.com/void-linux/void-packages/pull/18148

New package: python-tldextract-2.2.2


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

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

From 0d20fd01616e30ddef346b45e2963eab1dc0407d Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 21:49:25 +0100
Subject: [PATCH] New package: python-tldextract-2.2.2

---
 srcpkgs/python-tldextract/template | 23 +++++++++++++++++++++++
 srcpkgs/python3-tldextract         |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/python-tldextract/template
 create mode 120000 srcpkgs/python3-tldextract

diff --git a/srcpkgs/python-tldextract/template b/srcpkgs/python-tldextract/template
new file mode 100644
index 00000000000..63a3df953e8
--- /dev/null
+++ b/srcpkgs/python-tldextract/template
@@ -0,0 +1,23 @@
+# Template file for 'python-tldextract'
+pkgname=python-tldextract
+version=2.2.2
+revision=1
+archs=noarch
+wrksrc="tldextract-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python"
+short_desc="separates gTLD or ccTLD from the registered domain/subdomains of a URL"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="Apache-2.0"
+homepage="https://pyopenssl.org/"
+distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
+checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808
+
+python3-tldextract_package() {
+	archs=noarch
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-tldextract b/srcpkgs/python3-tldextract
new file mode 120000
index 00000000000..8b14cd86dd8
--- /dev/null
+++ b/srcpkgs/python3-tldextract
@@ -0,0 +1 @@
+python-tldextract
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: python-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
@ 2020-01-09 20:50 ` voidlinux-github
  2020-01-09 21:51 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages python-tldextract
https://github.com/void-linux/void-packages/pull/18148

New package: python-tldextract-2.2.2


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

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

From a0a933c14e6444905185c6be1d24e83892cfd7d9 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 21:49:25 +0100
Subject: [PATCH] New package: python-tldextract-2.2.2

---
 srcpkgs/python-tldextract/template | 23 +++++++++++++++++++++++
 srcpkgs/python3-tldextract         |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/python-tldextract/template
 create mode 120000 srcpkgs/python3-tldextract

diff --git a/srcpkgs/python-tldextract/template b/srcpkgs/python-tldextract/template
new file mode 100644
index 00000000000..493c015760c
--- /dev/null
+++ b/srcpkgs/python-tldextract/template
@@ -0,0 +1,23 @@
+# Template file for 'python-tldextract'
+pkgname=python-tldextract
+version=2.2.2
+revision=1
+archs=noarch
+wrksrc="tldextract-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python"
+short_desc="separates gTLD or ccTLD from the registered domain/subdomains of a URL"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/john-kurkowski/tldextract"
+distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
+checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808
+
+python3-tldextract_package() {
+	archs=noarch
+	depends="python3"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-tldextract b/srcpkgs/python3-tldextract
new file mode 120000
index 00000000000..8b14cd86dd8
--- /dev/null
+++ b/srcpkgs/python3-tldextract
@@ -0,0 +1 @@
+python-tldextract
\ No newline at end of file

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

* Re: New package: python-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
  2020-01-09 20:50 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 21:51 ` voidlinux-github
  2020-01-09 22:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 21:51 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18148#issuecomment-572773096

Comment:
We do not accept new py2 stuff, make it py3-only under name tldextract or python3-tldextract.

Looks like it is missing some deps, did you test whether it runs?

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

* Re: [PR PATCH] [Updated] New package: python-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
  2020-01-09 20:50 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-09 21:51 ` voidlinux-github
@ 2020-01-09 22:36 ` voidlinux-github
  2020-01-09 22:37 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages python-tldextract
https://github.com/void-linux/void-packages/pull/18148

New package: python-tldextract-2.2.2


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

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

From e0b851adb6a36d3872558de3f612fe11e71f321a Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 21:49:25 +0100
Subject: [PATCH] New package: python3-tldextract-2.2.2

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

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
new file mode 100644
index 00000000000..e7c2cbf8d1a
--- /dev/null
+++ b/srcpkgs/python3-tldextract/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-tldextract'
+pkgname=python3-tldextract
+version=2.2.2
+revision=1
+archs=noarch
+wrksrc="tldextract-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="separates gTLD or ccTLD from the registered domain/subdomains of a URL"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/john-kurkowski/tldextract"
+distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
+checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808
+

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

* Re: New package: python-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-09 22:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 22:37 ` voidlinux-github
  2020-01-09 22:41 ` New package: python3-tldextract-2.2.2 voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 22:37 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18148#issuecomment-572789160

Comment:
Okay I trimmed the python2 part and only leave the python3 module.
Which dependencies do you mean? I can't find them and the module seems to work in my machine.

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

* Re: New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-09 22:37 ` voidlinux-github
@ 2020-01-09 22:41 ` voidlinux-github
  2020-01-10  9:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-09 22:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18148#issuecomment-572790462

Comment:
> Which dependencies do you mean? I can't find them and the module seems to work in my machine.

Running inside zap-ed ./xbps-src chroot shows it's at least setuptools and (not-packed?) request-file.


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

* Re: [PR PATCH] [Updated] New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-09 22:41 ` New package: python3-tldextract-2.2.2 voidlinux-github
@ 2020-01-10  9:07 ` voidlinux-github
  2020-01-10  9:12 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-10  9:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages python-tldextract
https://github.com/void-linux/void-packages/pull/18148

New package: python3-tldextract-2.2.2


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

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

From 8e37b03eed98e567b0fb7d7279e1228aefbf8524 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 21:49:25 +0100
Subject: [PATCH] New package: python3-tldextract-2.2.2

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

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
new file mode 100644
index 00000000000..83733ecd104
--- /dev/null
+++ b/srcpkgs/python3-tldextract/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-tldextract'
+pkgname=python3-tldextract
+version=2.2.2
+revision=1
+archs=noarch
+wrksrc="tldextract-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="separates gTLD or ccTLD from the registered domain/subdomains of a URL"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/john-kurkowski/tldextract"
+distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
+checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808

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

* Re: New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-10  9:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-10  9:12 ` voidlinux-github
  2020-01-10  9:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-10  9:12 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/18148#issuecomment-572942189

Comment:
> Running inside zap-ed ./xbps-src chroot shows it's at least setuptools and (not-packed?) request-file.

Okay, the Arch packaging seems to confirm this and others. I'll add them!


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

* Re: [PR PATCH] [Updated] New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-10  9:12 ` voidlinux-github
@ 2020-01-10  9:18 ` voidlinux-github
  2020-01-10 19:02 ` voidlinux-github
  2020-01-10 19:02 ` [PR PATCH] [Merged]: " voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-10  9:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages python-tldextract
https://github.com/void-linux/void-packages/pull/18148

New package: python3-tldextract-2.2.2


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

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

From dcc52215b5c15fd3d8c63d76bd507ddc8abcc476 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Fri, 10 Jan 2020 10:17:55 +0100
Subject: [PATCH 1/2] New package: python3-requests-file-1.4.3

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

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
new file mode 100644
index 00000000000..1f459fa55ab
--- /dev/null
+++ b/srcpkgs/python3-requests-file/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-requests-file'
+pkgname=python3-requests-file
+version=1.4.3
+revision=1
+archs=noarch
+wrksrc="requests-file-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-requests python3-six"
+short_desc="File transport adapter for Requests"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="Apache-2.0"
+homepage="https://github.com/dashea/requests-file"
+distfiles="${PYPI_SITE}/r/requests-file/requests-file-${version}.tar.gz"
+checksum=8f04aa6201bacda0567e7ac7f677f1499b0fc76b22140c54bc06edf1ba92e2fa

From 57325a8993fbf6a3325b3619cbad140f306ca14b Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 9 Jan 2020 21:49:25 +0100
Subject: [PATCH 2/2] New package: python3-tldextract-2.2.2

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

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
new file mode 100644
index 00000000000..2a9392a5dcc
--- /dev/null
+++ b/srcpkgs/python3-tldextract/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-tldextract'
+pkgname=python3-tldextract
+version=2.2.2
+revision=1
+archs=noarch
+wrksrc="tldextract-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-setuptools python3-requests python3-requests-file"
+short_desc="Separates gTLD or ccTLD from the registered domain/subdomains of a URL"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="Apache-2.0"
+homepage="https://github.com/john-kurkowski/tldextract"
+distfiles="${PYPI_SITE}/t/tldextract/tldextract-${version}.tar.gz"
+checksum=9aa21a1f7827df4209e242ec4fc2293af5940ec730cde46ea80f66ed97bfc808

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

* Re: New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-10  9:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-10 19:02 ` voidlinux-github
  2020-01-10 19:02 ` [PR PATCH] [Merged]: " voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-10 19:02 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18148#issuecomment-573164507

Comment:
There is no need to depend on python3 when depending on some python3 module, similarly for other obvious transitive deps.

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

* Re: [PR PATCH] [Merged]: New package: python3-tldextract-2.2.2
  2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-10 19:02 ` voidlinux-github
@ 2020-01-10 19:02 ` voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2020-01-10 19:02 UTC (permalink / raw)
  To: ml

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

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

New package: python3-tldextract-2.2.2
https://github.com/void-linux/void-packages/pull/18148

Description:


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

end of thread, other threads:[~2020-01-10 19:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 20:48 [PR PATCH] New package: python-tldextract-2.2.2 voidlinux-github
2020-01-09 20:50 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 21:51 ` voidlinux-github
2020-01-09 22:36 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 22:37 ` voidlinux-github
2020-01-09 22:41 ` New package: python3-tldextract-2.2.2 voidlinux-github
2020-01-10  9:07 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-10  9:12 ` voidlinux-github
2020-01-10  9:18 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-10 19:02 ` voidlinux-github
2020-01-10 19:02 ` [PR PATCH] [Merged]: " voidlinux-github

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