Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Shapely: update to 1.7.0, drop python2
@ 2020-04-18 21:26 karl-nilsson
  2020-04-18 21:27 ` q66
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-18 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers wel

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 3554 bytes --]

From 9522f1c5c2dcdaf79f383106650332d4ebbaa1c4 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH 1/2] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 19 +++++++++++++++++++
 3 files changed, 19 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..411bd56992e
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

From 12495abc3694045d31799b9574553e1eb88da7c0 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sat, 18 Apr 2020 16:51:14 -0400
Subject: [PATCH 2/2] --no-edit

---
 srcpkgs/python3-shapely/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 411bd56992e..1ba4df43ed0 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -1,5 +1,6 @@
 # Template file for 'python3-shapely'
 pkgname=python3-shapely
+reverts="1.7a1_3"
 version=1.7.0
 revision=1
 wrksrc="Shapely-${version}"

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

* Re: Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
@ 2020-04-18 21:27 ` q66
  2020-04-18 21:28 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: q66 @ 2020-04-18 21:27 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/21134#issuecomment-615952470

Comment:
probably needs more reverts

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
  2020-04-18 21:27 ` q66
@ 2020-04-18 21:28 ` karl-nilsson
  2020-04-18 21:33 ` karl-nilsson
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-18 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2948 bytes --]

From ebb3929a823193299a56e1c4714218397e3985fb Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..1ba4df43ed0
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
  2020-04-18 21:27 ` q66
  2020-04-18 21:28 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-04-18 21:33 ` karl-nilsson
  2020-04-21 17:56 ` karl-nilsson
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-18 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2964 bytes --]

From da160158ce822165156b6cb6c6b4002f1e6b943c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..5efd4cb2f35
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (2 preceding siblings ...)
  2020-04-18 21:33 ` karl-nilsson
@ 2020-04-21 17:56 ` karl-nilsson
  2020-04-21 19:18 ` karl-nilsson
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-21 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2964 bytes --]

From 11bd6584c904a2812a02cba832ae4ce55c45314c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..5efd4cb2f35
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (3 preceding siblings ...)
  2020-04-21 17:56 ` karl-nilsson
@ 2020-04-21 19:18 ` karl-nilsson
  2020-04-21 20:54 ` karl-nilsson
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-21 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2964 bytes --]

From 9e534e75bef5463d4de0415fcfb2831ee6fc0e21 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..5efd4cb2f35
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (4 preceding siblings ...)
  2020-04-21 19:18 ` karl-nilsson
@ 2020-04-21 20:54 ` karl-nilsson
  2020-04-23 18:05 ` karl-nilsson
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-21 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2964 bytes --]

From 04d33928d05f2f447b3779ebb109326e494f37b4 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..5efd4cb2f35
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (5 preceding siblings ...)
  2020-04-21 20:54 ` karl-nilsson
@ 2020-04-23 18:05 ` karl-nilsson
  2020-04-24 22:02 ` karl-nilsson
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-23 18:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2991 bytes --]

From 1bcf2fe107be5ceb59be6b03e4f6ffd251e54675 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 21 +++++++++++++++++++++
 3 files changed, 21 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..20b68012714
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+nocross="Build is crazy"
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (6 preceding siblings ...)
  2020-04-23 18:05 ` karl-nilsson
@ 2020-04-24 22:02 ` karl-nilsson
  2020-04-25 11:52 ` karl-nilsson
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-24 22:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2991 bytes --]

From 295973f6750bf0b2767c5ab695ff9d9eadae4fe8 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 21 +++++++++++++++++++++
 3 files changed, 21 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..f204a081128
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+depends="python3-numpy"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (7 preceding siblings ...)
  2020-04-24 22:02 ` karl-nilsson
@ 2020-04-25 11:52 ` karl-nilsson
  2020-04-27 20:06 ` karl-nilsson
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-25 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2965 bytes --]

From a61025078ddad91ae917c50414a545ea01f47603 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..05db7483cf4
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (8 preceding siblings ...)
  2020-04-25 11:52 ` karl-nilsson
@ 2020-04-27 20:06 ` karl-nilsson
  2020-05-04 21:19 ` karl-nilsson
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-04-27 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2965 bytes --]

From ace6b3b144babf31363dc4912d830cd24bc7cb64 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..05db7483cf4
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (9 preceding siblings ...)
  2020-04-27 20:06 ` karl-nilsson
@ 2020-05-04 21:19 ` karl-nilsson
  2020-05-04 21:26 ` karl-nilsson
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-05-04 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2965 bytes --]

From 986679003022c594e3cc8723c90b2abcff3175dd Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..05db7483cf4
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (10 preceding siblings ...)
  2020-05-04 21:19 ` karl-nilsson
@ 2020-05-04 21:26 ` karl-nilsson
  2020-05-05  3:54 ` karl-nilsson
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-05-04 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 2965 bytes --]

From a8b6565d0de8738c82c2dcdc4de816ef6cbd8ddc Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 20 ++++++++++++++++++++
 3 files changed, 20 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..05db7483cf4
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}

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

* Re: [PR PATCH] [Updated] Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (11 preceding siblings ...)
  2020-05-04 21:26 ` karl-nilsson
@ 2020-05-05  3:54 ` karl-nilsson
  2020-05-16 13:37 ` Chocimier
  2020-05-20  9:17 ` [PR PATCH] [Merged]: " Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: karl-nilsson @ 2020-05-05  3:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages shapely-update
https://github.com/void-linux/void-packages/pull/21134

Shapely: update to 1.7.0, drop python2
Testers welcome

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shapely-update-21134.patch --]
[-- Type: text/x-diff, Size: 3047 bytes --]

From f62bcc41a34eb0cea7d8a56d2ed3f7fdcf89b04c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 5 Mar 2020 13:22:57 -0500
Subject: [PATCH] python3-shapely: update to 1.7.0, drop python2

---
 srcpkgs/python-shapely/template  | 30 ------------------------------
 srcpkgs/python3-shapely          |  1 -
 srcpkgs/python3-shapely/template | 25 +++++++++++++++++++++++++
 3 files changed, 25 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/python-shapely/template
 delete mode 120000 srcpkgs/python3-shapely
 create mode 100644 srcpkgs/python3-shapely/template

diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template
deleted file mode 100644
index 114726838f9..00000000000
--- a/srcpkgs/python-shapely/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'python-shapely'
-pkgname=python-shapely
-version=1.7a1
-revision=3
-wrksrc="Shapely-${version}"
-build_style=python-module
-pycompile_module="shapely"
-hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
-makedepends="python-devel python-numpy python3-devel python3-numpy geos-devel"
-depends="python-numpy"
-short_desc="Library for manipulation and analysis of geometric objects for Python2"
-maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/Toblerity/Shapely"
-distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
-checksum=d5163f46a99b96c4124b5df2a639dea2dcd7cb45b85128137807e3c9f06d3a16
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-}
-
-python3-shapely_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pycompile_module="shapely"
-	depends="python3-numpy"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE.txt LICENSE
-	}
-}
diff --git a/srcpkgs/python3-shapely b/srcpkgs/python3-shapely
deleted file mode 120000
index 525073af061..00000000000
--- a/srcpkgs/python3-shapely
+++ /dev/null
@@ -1 +0,0 @@
-python-shapely
\ No newline at end of file
diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
new file mode 100644
index 00000000000..2cd8c1e9ca9
--- /dev/null
+++ b/srcpkgs/python3-shapely/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-shapely'
+pkgname=python3-shapely
+reverts="1.7a1_1 1.7a1_2 1.7a1_3"
+version=1.7.0
+revision=1
+wrksrc="Shapely-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel python3-numpy geos-devel"
+checkdepends="python3-pytest"
+short_desc="Library for manipulation and analysis of geometric objects for Python3"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Toblerity/Shapely"
+distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
+checksum=0f4283d5591578340e36f649736b496d25a793a45b9a2c93b128d2a856f2089b
+nocross="Build is crazy"
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

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

* Re: Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (12 preceding siblings ...)
  2020-05-05  3:54 ` karl-nilsson
@ 2020-05-16 13:37 ` Chocimier
  2020-05-20  9:17 ` [PR PATCH] [Merged]: " Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2020-05-16 13:37 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21134#issuecomment-629647101

Comment:
Should depend on python, as it doesn't link to it anymore.

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

* Re: [PR PATCH] [Merged]: Shapely: update to 1.7.0, drop python2
  2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
                   ` (13 preceding siblings ...)
  2020-05-16 13:37 ` Chocimier
@ 2020-05-20  9:17 ` Piraty
  14 siblings, 0 replies; 16+ messages in thread
From: Piraty @ 2020-05-20  9:17 UTC (permalink / raw)
  To: ml

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

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

Shapely: update to 1.7.0, drop python2
https://github.com/void-linux/void-packages/pull/21134

Description:
Testers welcome

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

end of thread, other threads:[~2020-05-20  9:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18 21:26 [PR PATCH] Shapely: update to 1.7.0, drop python2 karl-nilsson
2020-04-18 21:27 ` q66
2020-04-18 21:28 ` [PR PATCH] [Updated] " karl-nilsson
2020-04-18 21:33 ` karl-nilsson
2020-04-21 17:56 ` karl-nilsson
2020-04-21 19:18 ` karl-nilsson
2020-04-21 20:54 ` karl-nilsson
2020-04-23 18:05 ` karl-nilsson
2020-04-24 22:02 ` karl-nilsson
2020-04-25 11:52 ` karl-nilsson
2020-04-27 20:06 ` karl-nilsson
2020-05-04 21:19 ` karl-nilsson
2020-05-04 21:26 ` karl-nilsson
2020-05-05  3:54 ` karl-nilsson
2020-05-16 13:37 ` Chocimier
2020-05-20  9:17 ` [PR PATCH] [Merged]: " Piraty

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