Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-shapely: update to 1.8.1.
@ 2022-03-25 18:10 karl-nilsson
  2022-04-02 17:19 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: karl-nilsson @ 2022-03-25 18:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 715 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
https://github.com/void-linux/void-packages/pull/36340

python3-shapely: update to 1.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, x64_glibc

Note: a few of the tests fail. Upstream is aware of this, but they won't address it in any future 1.8.X releases
https://github.com/shapely/shapely/issues/1207

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

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

From 9558107506d3588c9a43f5d92aabd7d6fe9a0bf1 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 23 Mar 2022 18:09:45 -0400
Subject: [PATCH] python3-shapely: update to 1.8.1.

---
 srcpkgs/python3-shapely/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 8a1cf7158476..de8c6357614d 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -1,8 +1,8 @@
 # Template file for 'python3-shapely'
 pkgname=python3-shapely
-version=1.8.0
-revision=2
-wrksrc="Shapely-${version}"
+version=1.8.1
+revision=1
+wrksrc="shapely-${version}"
 build_style=python3-module
 build_helper=numpy
 hostmakedepends="python3-setuptools python3-Cython geos"
@@ -12,9 +12,9 @@ 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=492d4207b20541e3d0f31c238e07d2f55fe5e00afcfd12390bf55737901fce91
+homepage="https://github.com/shapely/shapely"
+distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
+checksum=daf4d5ceae7d1e4053d96af760377b843787cae0b42e6d9d19eb832204c7c8a4
 
 pre_configure() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Updated] python3-shapely: update to 1.8.1.
  2022-03-25 18:10 [PR PATCH] python3-shapely: update to 1.8.1 karl-nilsson
@ 2022-04-02 17:19 ` karl-nilsson
  2022-04-02 17:23 ` karl-nilsson
  2022-04-02 20:17 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2022-04-02 17:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 720 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
https://github.com/void-linux/void-packages/pull/36340

python3-shapely: update to 1.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, x64_glibc

Note: a few of the tests fail. Upstream is aware of this, but they won't address it in any future 1.8.X releases
https://github.com/shapely/shapely/issues/1207

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

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

From 253dcf943f098cf873c5228004ac479b45742c74 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Wed, 23 Mar 2022 18:09:45 -0400
Subject: [PATCH] python3-shapely: update to 1.8.1.

---
 srcpkgs/python3-shapely/template | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 8a1cf7158476..7ca8f0ddd041 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-shapely'
 pkgname=python3-shapely
-version=1.8.0
-revision=2
-wrksrc="Shapely-${version}"
+version=1.8.1
+revision=1
+wrksrc="shapely-${version}"
 build_style=python3-module
 build_helper=numpy
+make_check_target=tests
 hostmakedepends="python3-setuptools python3-Cython geos"
 makedepends="python3-devel python3-numpy geos-devel"
 depends="python3"
@@ -12,9 +13,9 @@ 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=492d4207b20541e3d0f31c238e07d2f55fe5e00afcfd12390bf55737901fce91
+homepage="https://github.com/shapely/shapely"
+distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
+checksum=daf4d5ceae7d1e4053d96af760377b843787cae0b42e6d9d19eb832204c7c8a4
 
 pre_configure() {
 	if [ "$CROSS_BUILD" ]; then
@@ -29,7 +30,3 @@ pre_configure() {
 post_install() {
 	vlicense LICENSE.txt LICENSE
 }
-
-do_check() {
-	python3 -m pytest tests/
-}

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

* Re: python3-shapely: update to 1.8.1.
  2022-03-25 18:10 [PR PATCH] python3-shapely: update to 1.8.1 karl-nilsson
  2022-04-02 17:19 ` [PR PATCH] [Updated] " karl-nilsson
@ 2022-04-02 17:23 ` karl-nilsson
  2022-04-02 20:17 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: karl-nilsson @ 2022-04-02 17:23 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/36340#issuecomment-1086683318

Comment:
@paper42 fixed

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

* Re: [PR PATCH] [Merged]: python3-shapely: update to 1.8.1.
  2022-03-25 18:10 [PR PATCH] python3-shapely: update to 1.8.1 karl-nilsson
  2022-04-02 17:19 ` [PR PATCH] [Updated] " karl-nilsson
  2022-04-02 17:23 ` karl-nilsson
@ 2022-04-02 20:17 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-02 20:17 UTC (permalink / raw)
  To: ml

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

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

python3-shapely: update to 1.8.1.
https://github.com/void-linux/void-packages/pull/36340

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, x64_glibc

Note: a few of the tests fail. Upstream is aware of this, but they won't address it in any future 1.8.X releases
https://github.com/shapely/shapely/issues/1207

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

end of thread, other threads:[~2022-04-02 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 18:10 [PR PATCH] python3-shapely: update to 1.8.1 karl-nilsson
2022-04-02 17:19 ` [PR PATCH] [Updated] " karl-nilsson
2022-04-02 17:23 ` karl-nilsson
2022-04-02 20:17 ` [PR PATCH] [Merged]: " paper42

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