Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-shapely
Commits:
c8b6e14a by Antonio Rojas at 2024-06-23T01:12:45+02:00
upgpkg: 2.0.4-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-shapely
pkgdesc = Manipulation and analysis of geometric objects in the
Cartesian plane
- pkgver = 2.0.3
- pkgrel = 2
+ pkgver = 2.0.4
+ pkgrel = 1
url = https://pypi.python.org/pypi/Shapely
arch = x86_64
license = BSD
@@ -15,7 +15,7 @@ pkgbase = python-shapely
depends = geos
depends = python
optdepends = python-numpy: for shapely.vectorized submodule
- source = https://pypi.io/packages/source/s/shapely/shapely-2.0.3.tar.gz
- sha512sums =
4ac5c7d78a9d69332c974ef0ff85deb966a6693a6c8973f22b4ce62a6882c7e6d1003536e1df9cf07e48996b8eb263e5596ae378bf5201a583337d0bc4cb861c
+ source = https://pypi.io/packages/source/s/shapely/shapely-2.0.4.tar.gz
+ sha512sums =
2c6b0a0efc591a9aec2b257209340a4043247a914f4a2482948b4235a1bf34d4fd5e4e01698fbdeef035164c435c3be6c574324b4f4a5ab8f83330682a58bde7
pkgname = python-shapely
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: richli
pkgname=python-shapely
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
arch=(x86_64)
url="https://pypi.python.org/pypi/Shapely"
@@ -15,10 +15,11 @@ optdepends=('python-numpy: for shapely.vectorized
submodule')
makedepends=(python-build python-installer python-setuptools python-wheel
python-numpy cython)
checkdepends=(python-pytest)
source=("https://pypi.io/packages/source/s/shapely/shapely-${pkgver}.tar.gz")
-sha512sums=('4ac5c7d78a9d69332c974ef0ff85deb966a6693a6c8973f22b4ce62a6882c7e6d1003536e1df9cf07e48996b8eb263e5596ae378bf5201a583337d0bc4cb861c')
+sha512sums=('2c6b0a0efc591a9aec2b257209340a4043247a914f4a2482948b4235a1bf34d4fd5e4e01698fbdeef035164c435c3be6c574324b4f4a5ab8f83330682a58bde7')
build() {
cd shapely-$pkgver
+ CFLAGS+=" -Wno-incompatible-pointer-types" \
python -m build --wheel --no-isolation --skip-dependency-check
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/c8b6e14aae72b0b5930f4fb392cb45e3a67904e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-shapely/-/commit/c8b6e14aae72b0b5930f4fb392cb45e3a67904e9
You're receiving this email because of your account on gitlab.archlinux.org.