mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
geo/py-owslib: update to 0.36.0
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
COMMENT = library for accessing OGC Web Services
|
COMMENT = library for accessing OGC Web Services
|
||||||
|
|
||||||
MODPY_DISTV = 0.35.0
|
MODPY_DISTV = 0.36.0
|
||||||
DISTNAME = owslib-${MODPY_DISTV}
|
DISTNAME = owslib-${MODPY_DISTV}
|
||||||
PKGNAME = py-${DISTNAME}
|
PKGNAME = py-${DISTNAME}
|
||||||
REVISION = 0
|
|
||||||
|
|
||||||
CATEGORIES = geo devel
|
CATEGORIES = geo devel
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
SHA256 (owslib-0.35.0.tar.gz) = AYLzd7sw0lt4KEu6+CoS3s6XkC7YRM7oh5H/OGZbmwA=
|
SHA256 (owslib-0.36.0.tar.gz) = seo1LuhPN6GorkQSKxPL07W3v5rw902E/p7X2WE7lUM=
|
||||||
SIZE (owslib-0.35.0.tar.gz) = 194282
|
SIZE (owslib-0.36.0.tar.gz) = 196090
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
Index: pyproject.toml
|
||||||
|
--- pyproject.toml.orig
|
||||||
|
+++ pyproject.toml
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
[build-system]
|
||||||
|
-requires = ["setuptools<69", "wheel"]
|
||||||
|
+requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
@@ -58,4 +58,4 @@ exclude = [".git", "__pycache__", "docs/source/conf.py
|
||||||
|
|
||||||
|
# ensure all subpackages are found
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
-include = ["owslib*"]
|
||||||
|
\ No newline at end of file
|
||||||
|
+include = ["owslib*"]
|
||||||
Reference in New Issue
Block a user