summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:33:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:33:24 +0000
commit89c905ca05d31a7eb3e451fa3d42e4398c3ec8bf (patch)
tree710eea5a9360bfba17bb2cad727535301a89a261
parentRelax USES=python (diff)
Remove BUILD_DEPENDS
- Use PYGAME - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Update WWW - Take maintainership
Notes
Notes: svn path=/head/; revision=462921
-rw-r--r--graphics/py-pyganim/Makefile7
-rw-r--r--graphics/py-pyganim/pkg-descr6
2 files changed, 5 insertions, 8 deletions
diff --git a/graphics/py-pyganim/Makefile b/graphics/py-pyganim/Makefile
index 31ba804389e6..34548411c61b 100644
--- a/graphics/py-pyganim/Makefile
+++ b/graphics/py-pyganim/Makefile
@@ -8,16 +8,15 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyganim-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sprite animation module for Pygame
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${FLAVOR}
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYGAME}
USES= python zip
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/graphics/py-pyganim/pkg-descr b/graphics/py-pyganim/pkg-descr
index cf04c4302f90..3fd3e33da0f8 100644
--- a/graphics/py-pyganim/pkg-descr
+++ b/graphics/py-pyganim/pkg-descr
@@ -4,7 +4,5 @@ Pyganim works with Python 2 and Python 3.
The mascot of Pyganim is a red vitruvian pig.
-Pyganim was written by Al Sweigart and released under a "Simplified BSD"
-license. Contact Al with any questions/bug reports: al@inventwithpython.com
-
-WWW: http://inventwithpython.com/pyganim
+WWW: https://pypi.python.org/pypi/Pyganim
+WWW: https://inventwithpython.com/pyganim/