svn commit: r366719 - head/devel/py-pytest
Kubilay Kocak
koobs at FreeBSD.org
Sun Aug 31 03:56:04 UTC 2014
Author: koobs
Date: Sun Aug 31 03:56:03 2014
New Revision: 366719
URL: http://svnweb.freebsd.org/changeset/ports/366719
QAT: https://qat.redports.org/buildarchive/r366719/
Log:
devel/py-pytest: Update to 2.6.1
- Update to 2.6.1
- Add LICENSE_FILE
- Update COMMENT (from upstream)
- RUN_DEPENDS: Add mock, update pylib minimum version
- Modernize Python framework entries
- Canonicalize regression-test target
- pkg-descr: Strip trailing slash from WWW: URL
Changes:
* http://pytest.org/latest/changelog.html
QA: 1055 passed, 39 skipped, 10 xfailed in 89.95 seconds
Approved by: maintainer (via email)
Modified:
head/devel/py-pytest/Makefile
head/devel/py-pytest/distinfo
head/devel/py-pytest/pkg-descr
Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile Sun Aug 31 03:54:20 2014 (r366718)
+++ head/devel/py-pytest/Makefile Sun Aug 31 03:56:03 2014 (r366719)
@@ -1,25 +1,25 @@
# $FreeBSD$
PORTNAME= pytest
-PORTVERSION= 2.5.2
+PORTVERSION= 2.6.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm at FreeBSD.org
-COMMENT= Cross-project testing tool for Python
+COMMENT= Mature full-featured Python testing tool
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.20:${PORTSDIR}/devel/py-pylib
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.22:${PORTSDIR}/devel/py-pylib
+TEST_DEPENDS:= ${RUN_DEPENDS} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-
-TEST_DEPENDS:= ${RUN_DEPENDS}
+USES= python
+USE_PYTHON= autoplist distutils
regression-test: build
- @cd ${WRKSRC} && PYTHONPATH=${WRKSRC} ${PYTHON_CMD} pytest.py --ignore=doc/ja
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
Modified: head/devel/py-pytest/distinfo
==============================================================================
--- head/devel/py-pytest/distinfo Sun Aug 31 03:54:20 2014 (r366718)
+++ head/devel/py-pytest/distinfo Sun Aug 31 03:56:03 2014 (r366719)
@@ -1,2 +1,2 @@
-SHA256 (pytest-2.5.2.tar.gz) = 962452611799878616d6df5e7674cc2c356f902ed005dc4dae9d4e79bb8abda4
-SIZE (pytest-2.5.2.tar.gz) = 608703
+SHA256 (pytest-2.6.1.tar.gz) = 994dabcb3149659d259add2aa7d11bff4d35efb7cf4c8233fa9b0b62c1255c3c
+SIZE (pytest-2.6.1.tar.gz) = 627761
Modified: head/devel/py-pytest/pkg-descr
==============================================================================
--- head/devel/py-pytest/pkg-descr Sun Aug 31 03:54:20 2014 (r366718)
+++ head/devel/py-pytest/pkg-descr Sun Aug 31 03:56:03 2014 (r366719)
@@ -1,3 +1,3 @@
py.test is a simple and popular testing tool for Python.
-WWW: http://pytest.org/
+WWW: http://pytest.org
More information about the svn-ports-head
mailing list