sysutils/py-plumbum: update to 1.6.1

- Switching testing frameworks from nosetest to pytest
 - Use setup.py to run tests
This commit is contained in:
David Naylor 2016-02-08 04:05:57 +00:00
parent 61eafe8c6f
commit 3b04ee54e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408462
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= plumbum
PORTVERSION= 1.6.0
PORTVERSION= 1.6.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +12,7 @@ COMMENT= Shell combinators and more for python
LICENSE= MIT
TEST_DEPENDS= nosetests-${PYTHON_VER}:${PORTSDIR}/devel/py-nose
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
USES= python
USE_GITHUB= yes
@ -20,5 +20,5 @@ USE_PYTHON= distutils concurrent
GH_ACCOUNT= tomerfiliba
do-test:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} nosetests-${PYTHON_VER} --processes=${MAKE_JOBS_NUMBER})
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = bfbac39789e29ea49b011771d288796b4363886c856cf5c11d61e7c5723f4238
SIZE (tomerfiliba-plumbum-v1.6.0_GH0.tar.gz) = 250932
SHA256 (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = ec7a13dcd7109fd29fcbceffc00b2247c4264ea91099e1322b6b041cb753ee75
SIZE (tomerfiliba-plumbum-v1.6.1_GH0.tar.gz) = 255484