Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-TxSNI: update to 0.2.0.
@ 2020-12-06 17:12 ndowens
  2020-12-17  3:35 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-12-06 17:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-txsni
https://github.com/void-linux/void-packages/pull/26994

python3-TxSNI: update to 0.2.0.


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

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

From 6a30fe231784a6590421476eb19a71e20244699b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 6 Dec 2020 11:12:40 -0600
Subject: [PATCH] python3-TxSNI: update to 0.2.0.

---
 srcpkgs/python3-TxSNI/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 72020678230..7080afdb3da 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,21 +1,19 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
-version=0.1.9
-revision=4
-create_wrksrc=yes
-build_wrksrc="TxSNI-${version}"
+version=0.2.0
+revision=1
+wrksrc="txsni-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Twisted python3-openssl"
+checkdepends="python3-devel"
 short_desc="Easy-to-use SNI endpoint for twisted"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/glyph/txsni"
-distfiles="${PYPI_SITE}/T/TxSNI/TxSNI-${version}.tar.gz
- https://github.com/glyph/txsni/raw/master/LICENSE>LICENSE.txt"
-checksum="72966f44300159bb63a2fce1237df6b4c94a31cbdf27b4642b1b7cd2e1b2e2b0
- 2a41b4da4e95c95c4a9c09f87652f67cb92d7072316cc12fc16db1773976e5e3"
+distfiles="https://github.com/glyph/txsni/archive/v${version}.tar.gz"
+checksum=6797f5b303d463c4bafd6a216ccc00a768a679e81cc1240303bb13afa793125c
 
 post_install() {
-	vlicense ../LICENSE.txt
+	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-TxSNI: update to 0.2.0.
  2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
@ 2020-12-17  3:35 ` ahesford
  2020-12-20  3:41 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-17  3:35 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26994#discussion_r544787070

Comment:
Just drop this, the tests fetch a bunch of prebuilt wheels and don't actually check that our package works.

If the license file is now included in the PyPI tarball, prefer PyPI; otherwise keep the GitHub tarball to avoid fetching the license separately.

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

* Re: python3-TxSNI: update to 0.2.0.
  2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
  2020-12-17  3:35 ` [PR REVIEW] " ahesford
@ 2020-12-20  3:41 ` ericonr
  2020-12-20  9:49 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-20  3:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26994#issuecomment-748558569

Comment:
Ping

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

* Re: [PR PATCH] [Updated] python3-TxSNI: update to 0.2.0.
  2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
  2020-12-17  3:35 ` [PR REVIEW] " ahesford
  2020-12-20  3:41 ` ericonr
@ 2020-12-20  9:49 ` ndowens
  2020-12-20  9:50 ` [PR REVIEW] " ndowens
  2020-12-20 12:32 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-20  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python-txsni
https://github.com/void-linux/void-packages/pull/26994

python3-TxSNI: update to 0.2.0.


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

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

From f0004ae15ac37182814ddeb5bf0a97f04a23f3ab Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 6 Dec 2020 11:12:40 -0600
Subject: [PATCH] python3-TxSNI: update to 0.2.0.

---
 srcpkgs/python3-TxSNI/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 72020678230..24ee68060f5 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
-version=0.1.9
-revision=4
-create_wrksrc=yes
-build_wrksrc="TxSNI-${version}"
+version=0.2.0
+revision=1
+wrksrc="txsni-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Twisted python3-openssl"
@@ -11,11 +10,13 @@ short_desc="Easy-to-use SNI endpoint for twisted"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/glyph/txsni"
-distfiles="${PYPI_SITE}/T/TxSNI/TxSNI-${version}.tar.gz
- https://github.com/glyph/txsni/raw/master/LICENSE>LICENSE.txt"
-checksum="72966f44300159bb63a2fce1237df6b4c94a31cbdf27b4642b1b7cd2e1b2e2b0
- 2a41b4da4e95c95c4a9c09f87652f67cb92d7072316cc12fc16db1773976e5e3"
+distfiles="https://github.com/glyph/txsni/archive/v${version}.tar.gz"
+checksum=6797f5b303d463c4bafd6a216ccc00a768a679e81cc1240303bb13afa793125c
+
+do_check() {
+	: # No tests
+}
 
 post_install() {
-	vlicense ../LICENSE.txt
+	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-TxSNI: update to 0.2.0.
  2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
                   ` (2 preceding siblings ...)
  2020-12-20  9:49 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-20  9:50 ` ndowens
  2020-12-20 12:32 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-20  9:50 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26994#discussion_r546352071

Comment:
Pypi version has no license 

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

* Re: [PR PATCH] [Merged]: python3-TxSNI: update to 0.2.0.
  2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
                   ` (3 preceding siblings ...)
  2020-12-20  9:50 ` [PR REVIEW] " ndowens
@ 2020-12-20 12:32 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-20 12:32 UTC (permalink / raw)
  To: ml

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

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

python3-TxSNI: update to 0.2.0.
https://github.com/void-linux/void-packages/pull/26994

Description:


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

end of thread, other threads:[~2020-12-20 12:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 17:12 [PR PATCH] python3-TxSNI: update to 0.2.0 ndowens
2020-12-17  3:35 ` [PR REVIEW] " ahesford
2020-12-20  3:41 ` ericonr
2020-12-20  9:49 ` [PR PATCH] [Updated] " ndowens
2020-12-20  9:50 ` [PR REVIEW] " ndowens
2020-12-20 12:32 ` [PR PATCH] [Merged]: " ahesford

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