ports/graphics/py-pyganim/files/patch-setup.py
Po-Chuan Hsieh d7fce4c1c7
graphics/py-pyganim: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:01:56 +08:00

18 lines
410 B
Python

--- setup.py.orig 2015-08-03 09:20:46 UTC
+++ setup.py
@@ -2,7 +2,7 @@ setup(
setup(
- name='Pyganim',
+ name='pyganim',
version='0.9.2',
url='http://inventwithpython.com/pyganim',
author='Al Sweigart',
@@ -28,4 +28,4 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
-)
\ No newline at end of file
+)