svn commit: r462921 - head/graphics/py-pyganim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 25 05:33:25 UTC 2018


Author: sunpoet
Date: Sun Feb 25 05:33:24 2018
New Revision: 462921
URL: https://svnweb.freebsd.org/changeset/ports/462921

Log:
  Remove BUILD_DEPENDS
  
  - Use PYGAME
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add PyPI as primary WWW
  - Update WWW
  - Take maintainership

Modified:
  head/graphics/py-pyganim/Makefile
  head/graphics/py-pyganim/pkg-descr

Modified: head/graphics/py-pyganim/Makefile
==============================================================================
--- head/graphics/py-pyganim/Makefile	Sun Feb 25 05:33:18 2018	(r462920)
+++ head/graphics/py-pyganim/Makefile	Sun Feb 25 05:33:24 2018	(r462921)
@@ -8,16 +8,15 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Pyganim-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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>

Modified: head/graphics/py-pyganim/pkg-descr
==============================================================================
--- head/graphics/py-pyganim/pkg-descr	Sun Feb 25 05:33:18 2018	(r462920)
+++ head/graphics/py-pyganim/pkg-descr	Sun Feb 25 05:33:24 2018	(r462921)
@@ -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 at inventwithpython.com
-
-WWW: http://inventwithpython.com/pyganim
+WWW: https://pypi.python.org/pypi/Pyganim
+WWW: https://inventwithpython.com/pyganim/


More information about the svn-ports-head mailing list