1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/devel/py-represent/files/patch-setup.py
Po-Chuan Hsieh f51bf171c0
devel/py-represent: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:03:58 +08:00

11 lines
250 B
Python

--- setup.py.orig 2020-12-22 00:50:20 UTC
+++ setup.py
@@ -31,7 +31,7 @@ extras_require = {
setup(
- name='Represent',
+ name='represent',
version=VERSION,
description=DESCRIPTION,
long_description=open('README.md').read(),