Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-SPARQLWrapper: update to 1.8.5
@ 2019-12-30  2:33 voidlinux-github
  2020-01-10 18:26 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-18 19:33 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-30  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-SPARQLWrapper
https://github.com/void-linux/void-packages/pull/17873

python3-SPARQLWrapper: update to 1.8.5
Update to 1.8.5
Set python2 version to meta for removal

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

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

From 23bde286e33da07b85aa04c3103c12a7fd798382 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 20:21:33 -0600
Subject: [PATCH] python3-SPARQLWrapper: update to 1.8.5

Update to 1.8.5
Set python2 version to meta for removal
---
 srcpkgs/python-SPARQLWrapper/template  | 17 ++---------------
 srcpkgs/python3-SPARQLWrapper          |  1 -
 srcpkgs/python3-SPARQLWrapper/template | 16 ++++++++++++++++
 3 files changed, 18 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-SPARQLWrapper
 create mode 100644 srcpkgs/python3-SPARQLWrapper/template

diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template
index 8d2db9a02b3..df71566d28e 100644
--- a/srcpkgs/python-SPARQLWrapper/template
+++ b/srcpkgs/python-SPARQLWrapper/template
@@ -4,23 +4,10 @@ version=1.8.4
 revision=2
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="SPARQLWrapper"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python-rdflib"
-short_desc="SPARQL Endpoint interface to Python (Python2)"
+build_style=meta
+short_desc="SPARQL Endpoint interface to Python (Removed)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="W3C"
 homepage="https://rdflib.github.io/sparqlwrapper/"
 distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
 checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9
-
-python3-SPARQLWrapper_package() {
-	archs=noarch
-	depends="python3-rdflib"
-	pycompile_module="SPARQLWrapper"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}
diff --git a/srcpkgs/python3-SPARQLWrapper b/srcpkgs/python3-SPARQLWrapper
deleted file mode 120000
index da43e69100c..00000000000
--- a/srcpkgs/python3-SPARQLWrapper
+++ /dev/null
@@ -1 +0,0 @@
-python-SPARQLWrapper
\ No newline at end of file
diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
new file mode 100644
index 00000000000..1e61453eb4e
--- /dev/null
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-SPARQLWrapper'
+pkgname=python3-SPARQLWrapper
+version=1.8.5
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+pycompile_module="SPARQLWrapper"
+hostmakedepends="python3-setuptools"
+depends="python3-rdflib"
+short_desc="SPARQL Endpoint interface to Python"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="W3C"
+homepage="https://rdflib.github.io/sparqlwrapper/"
+distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
+checksum=d6a66b5b8cda141660e07aeb00472db077a98d22cb588c973209c7336850fb3c

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

* Re: [PR PATCH] [Updated] python3-SPARQLWrapper: update to 1.8.5
  2019-12-30  2:33 [PR PATCH] python3-SPARQLWrapper: update to 1.8.5 voidlinux-github
@ 2020-01-10 18:26 ` voidlinux-github
  2020-01-18 19:33 ` [PR PATCH] [Closed]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages python3-SPARQLWrapper
https://github.com/void-linux/void-packages/pull/17873

python3-SPARQLWrapper: update to 1.8.5
Update to 1.8.5
Set python2 version to meta for removal

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

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

From d2fdc624d39d58ddcf81d3b5cc1191bc2456be59 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 29 Dec 2019 20:21:33 -0600
Subject: [PATCH] python3-SPARQLWrapper: update to 1.8.5

Update to 1.8.5
Set python2 version to meta for removal
---
 srcpkgs/python-SPARQLWrapper/template  | 19 +++----------------
 srcpkgs/python3-SPARQLWrapper          |  1 -
 srcpkgs/python3-SPARQLWrapper/template | 16 ++++++++++++++++
 3 files changed, 19 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-SPARQLWrapper
 create mode 100644 srcpkgs/python3-SPARQLWrapper/template

diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template
index 8d2db9a02b3..8125b923af3 100644
--- a/srcpkgs/python-SPARQLWrapper/template
+++ b/srcpkgs/python-SPARQLWrapper/template
@@ -1,26 +1,13 @@
 # Template file for 'python-SPARQLWrapper'
 pkgname=python-SPARQLWrapper
 version=1.8.4
-revision=2
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="SPARQLWrapper"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python-rdflib"
-short_desc="SPARQL Endpoint interface to Python (Python2)"
+build_style=meta
+short_desc="SPARQL Endpoint interface to Python (Removed)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="W3C"
 homepage="https://rdflib.github.io/sparqlwrapper/"
 distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
 checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9
-
-python3-SPARQLWrapper_package() {
-	archs=noarch
-	depends="python3-rdflib"
-	pycompile_module="SPARQLWrapper"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}
diff --git a/srcpkgs/python3-SPARQLWrapper b/srcpkgs/python3-SPARQLWrapper
deleted file mode 120000
index da43e69100c..00000000000
--- a/srcpkgs/python3-SPARQLWrapper
+++ /dev/null
@@ -1 +0,0 @@
-python-SPARQLWrapper
\ No newline at end of file
diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
new file mode 100644
index 00000000000..1e61453eb4e
--- /dev/null
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-SPARQLWrapper'
+pkgname=python3-SPARQLWrapper
+version=1.8.5
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+pycompile_module="SPARQLWrapper"
+hostmakedepends="python3-setuptools"
+depends="python3-rdflib"
+short_desc="SPARQL Endpoint interface to Python"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="W3C"
+homepage="https://rdflib.github.io/sparqlwrapper/"
+distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
+checksum=d6a66b5b8cda141660e07aeb00472db077a98d22cb588c973209c7336850fb3c

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

* Re: [PR PATCH] [Closed]: python3-SPARQLWrapper: update to 1.8.5
  2019-12-30  2:33 [PR PATCH] python3-SPARQLWrapper: update to 1.8.5 voidlinux-github
  2020-01-10 18:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-18 19:33 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-18 19:33 UTC (permalink / raw)
  To: ml

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

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

python3-SPARQLWrapper: update to 1.8.5
https://github.com/void-linux/void-packages/pull/17873

Description:
Update to 1.8.5
Set python2 version to meta for removal

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30  2:33 [PR PATCH] python3-SPARQLWrapper: update to 1.8.5 voidlinux-github
2020-01-10 18:26 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-18 19:33 ` [PR PATCH] [Closed]: " 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).