Date: Sat, 14 Apr 2018 08:33:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467298 - head/devel/py-lazy Message-ID: <201804140833.w3E8XdvK017898@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Apr 14 08:33:39 2018 New Revision: 467298 URL: https://svnweb.freebsd.org/changeset/ports/467298 Log: - Add license (it's ambigous "BSD" here, but newer version fixes this and states BSD2CLAUSE) - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/py-lazy/Makefile Modified: head/devel/py-lazy/Makefile ============================================================================== --- head/devel/py-lazy/Makefile Sat Apr 14 08:27:53 2018 (r467297) +++ head/devel/py-lazy/Makefile Sat Apr 14 08:33:39 2018 (r467298) @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Lazy attributes for Python objects +LICENSE= BSD2CLAUSE + USES= python zip USE_PYTHON= distutils autoplist -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804140833.w3E8XdvK017898>