Date: Sun, 25 Feb 2018 05:33:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462921 - head/graphics/py-pyganim Message-ID: <201802250533.w1P5XOaY065556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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@inventwithpython.com - -WWW: http://inventwithpython.com/pyganim +WWW: https://pypi.python.org/pypi/Pyganim +WWW: https://inventwithpython.com/pyganim/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802250533.w1P5XOaY065556>