Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-geojson
Commits:
6e4eb7ba by Antonio Rojas at 2025-12-21T11:20:19+01:00
upgpkg: 3.2.0-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-geojson
pkgdesc = Python bindings and utilities for GeoJSON
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/geojson
arch = any
license = BSD-3-Clause
@@ -11,6 +11,8 @@ pkgbase = python-geojson
makedepends = python-setuptools
depends = python
source =
https://github.com/jazzband/geojson/archive/3.2.0/geojson-3.2.0.tar.gz
+ source = https://github.com/jazzband/geojson/commit/2584c0de.patch
sha256sums =
4ea0262bc8c733d3ee4a7ff8971bf0065c2148bff170644fe5d194f07694532a
+ sha256sums =
18a8dc66706b08f9b96e2d4383e1a6cbc628921f20ce4cc86a6510a3082daaff
pkgname = python-geojson
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_pyname=geojson
pkgname="python-$_pyname"
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python bindings and utilities for GeoJSON'
url="https://github.com/jazzband/$_pyname"
arch=(any)
@@ -14,8 +14,14 @@ depends=(python)
makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('4ea0262bc8c733d3ee4a7ff8971bf0065c2148bff170644fe5d194f07694532a')
+source=("$url/archive/$pkgver/$_archive.tar.gz"
+ https://github.com/jazzband/geojson/commit/2584c0de.patch)
+sha256sums=('4ea0262bc8c733d3ee4a7ff8971bf0065c2148bff170644fe5d194f07694532a'
+ '18a8dc66706b08f9b96e2d4383e1a6cbc628921f20ce4cc86a6510a3082daaff')
+
+prepare() {
+ patch -d $_archive -p1 < 2584c0de.patch # Support python 3.14
+}
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geojson/-/commit/6e4eb7ba0c4552c4780e68763b4f237f5c93c631
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geojson/-/commit/6e4eb7ba0c4552c4780e68763b4f237f5c93c631
You're receiving this email because of your account on gitlab.archlinux.org.