summaryrefslogtreecommitdiff
path: root/databases/py-geoalchemy2/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:03:00 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:03:00 +0800
commit5286a7c3ac1c8a5976dc5dd2eeabc923d79b1e78 (patch)
tree68c1d63db1b7155ce4b4f96efc1ebcb10d0972bd /databases/py-geoalchemy2/files/patch-setup.py
parentdatabases/py-fakeredis: Update to 2.14.1 (diff)
databases/py-geoalchemy2: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to '')
-rw-r--r--databases/py-geoalchemy2/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-geoalchemy2/files/patch-setup.py b/databases/py-geoalchemy2/files/patch-setup.py
new file mode 100644
index 000000000000..2e2e4884c6d2
--- /dev/null
+++ b/databases/py-geoalchemy2/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2023-05-18 09:18:05 UTC
++++ setup.py
+@@ -2,7 +2,7 @@ from setuptools import find_namespace_packages
+ from setuptools import setup
+
+ setup(
+- name="GeoAlchemy2",
++ name="geoalchemy2",
+ use_scm_version=True,
+ description="Using SQLAlchemy with Spatial Databases",
+ long_description=open("README.rst", encoding="utf-8").read(),