svn commit: r366047 - head/devel/py-six
Kubilay Kocak
koobs at FreeBSD.org
Mon Aug 25 09:44:57 UTC 2014
Author: koobs
Date: Mon Aug 25 09:44:56 2014
New Revision: 366047
URL: http://svnweb.freebsd.org/changeset/ports/366047
QAT: https://qat.redports.org/buildarchive/r366047/
Log:
devel/py-six: Add LICENSE_FILE and QA entries
- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- pkg-descr: Strip trailing slash from WWW: URL
Modified:
head/devel/py-six/Makefile
head/devel/py-six/pkg-descr
Modified: head/devel/py-six/Makefile
==============================================================================
--- head/devel/py-six/Makefile Mon Aug 25 09:43:15 2014 (r366046)
+++ head/devel/py-six/Makefile Mon Aug 25 09:44:56 2014 (r366047)
@@ -3,6 +3,7 @@
PORTNAME= six
PORTVERSION= 1.7.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,14 @@ MAINTAINER= python at FreeBSD.org
COMMENT= Python 2 and 3 compatibility utilities
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
USES= python
USE_PYTHON= autoplist concurrent distutils
+regression-test: build
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v
+
.include <bsd.port.mk>
Modified: head/devel/py-six/pkg-descr
==============================================================================
--- head/devel/py-six/pkg-descr Mon Aug 25 09:43:15 2014 (r366046)
+++ head/devel/py-six/pkg-descr Mon Aug 25 09:44:56 2014 (r366047)
@@ -3,4 +3,4 @@ functions for smoothing over the differe
with the goal of writing Python code that is compatible on both Python
versions. See the documentation for more information on what is provided.
-WWW: https://pypi.python.org/pypi/six/
+WWW: https://pypi.python.org/pypi/six
More information about the svn-ports-all
mailing list