Skip to content
Snippets Groups Projects
Verified Commit d7fce4c1 authored by sunpoet's avatar sunpoet
Browse files

graphics/py-pyganim: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
parent 459d857a
No related branches found
No related tags found
No related merge requests found
PORTNAME= pyganim PORTNAME= pyganim
PORTVERSION= 0.9.2 PORTVERSION= 0.9.2
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= graphics python CATEGORIES= graphics python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
...@@ -13,10 +13,12 @@ WWW= https://inventwithpython.com/pyganim/ \ ...@@ -13,10 +13,12 @@ WWW= https://inventwithpython.com/pyganim/ \
LICENSE= BSD2CLAUSE 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
USES= python zip USES= python zip
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes NO_ARCH= yes
......
--- 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
+)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment