ports/misc/py-pyprind/files/patch-setup.py
Po-Chuan Hsieh b62faa9f19
misc/py-pyprind: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:04:02 +08:00

19 lines
631 B
Python

--- setup.py.orig 2021-04-18 17:12:43 UTC
+++ setup.py
@@ -16,7 +16,7 @@ VERSION = pyprind.__version__
VERSION = pyprind.__version__
-setup(name='PyPrind',
+setup(name='pyprind',
version=VERSION,
description='Python Progress Bar and Percent Indicator Utility',
author='Sebastian Raschka',
@@ -39,6 +39,7 @@ setup(name='PyPrind',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Environment :: Console'],
+ test_suite = "nose.collector",
long_description="""
The PyPrind (Python Progress Indicator) module provides a progress