ports/math/py-fraction/files/patch-setup.py
Po-Chuan Hsieh 499f21bf5c
math/py-fraction: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:02:33 +08:00

11 lines
354 B
Python

--- setup.py.orig 2022-05-21 10:47:22 UTC
+++ setup.py
@@ -4,7 +4,7 @@ setuptools.setup(
long_description = fh.read()
setuptools.setup(
- name="Fraction", # Replace with your own username
+ name="fraction", # Replace with your own username
version="2.2.0",
author="Shantanu Banerjee",
author_email="hi@shantanubanerjee.com",