From 499f21bf5c98b697eb26322db0198867210330f0 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 13 May 2024 22:02:33 +0800 Subject: math/py-fraction: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- math/py-fraction/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/py-fraction/files/patch-setup.py (limited to 'math/py-fraction/files/patch-setup.py') diff --git a/math/py-fraction/files/patch-setup.py b/math/py-fraction/files/patch-setup.py new file mode 100644 index 000000000000..7f8199f859ab --- /dev/null +++ b/math/py-fraction/files/patch-setup.py @@ -0,0 +1,11 @@ +--- 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", -- cgit v1.2.3