graphics/py-pyganim: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-05-13 22:01:56 +08:00
parent 459d857af3
commit d7fce4c1c7
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 22 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= pyganim
PORTVERSION= 0.9.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +13,12 @@ WWW= https://inventwithpython.com/pyganim/ \
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View file

@ -0,0 +1,18 @@
--- 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
+)