1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/databases/py-sqlalchemy-utils/files/patch-setup.py
Po-Chuan Hsieh 5f5ded0f84
databases/py-sqlalchemy-utils: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-03-23 22:31:09 +08:00

11 lines
257 B
Python

--- setup.py.orig 2023-04-27 07:33:40 UTC
+++ setup.py
@@ -60,7 +60,7 @@ setup(
setup(
- name='SQLAlchemy-Utils',
+ name='sqlalchemy-utils',
version=get_version(),
url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD',