Date: Sat, 26 Sep 2020 12:01:46 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550173 - head/www/py-paste Message-ID: <202009261201.08QC1kgl068003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sat Sep 26 12:01:45 2020 New Revision: 550173 URL: https://svnweb.freebsd.org/changeset/ports/550173 Log: - Update to 3.4.6 - Use devel/py-tox for testing. Running pytest directly fails a couple of tests with this version. Modified: head/www/py-paste/Makefile head/www/py-paste/distinfo Modified: head/www/py-paste/Makefile ============================================================================== --- head/www/py-paste/Makefile Sat Sep 26 11:58:01 2020 (r550172) +++ head/www/py-paste/Makefile Sat Sep 26 12:01:45 2020 (r550173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Paste -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.6 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/docs/license.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist @@ -24,6 +26,6 @@ USE_PYTHON= distutils autoplist NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest tests + @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} .include <bsd.port.mk> Modified: head/www/py-paste/distinfo ============================================================================== --- head/www/py-paste/distinfo Sat Sep 26 11:58:01 2020 (r550172) +++ head/www/py-paste/distinfo Sat Sep 26 12:01:45 2020 (r550173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601041602 -SHA256 (Paste-3.4.5.tar.gz) = de4dccf92e06d505add5a634e01d2ddb7a15a53f68c522c57531c8e69ba4bd1a -SIZE (Paste-3.4.5.tar.gz) = 630575 +TIMESTAMP = 1601112224 +SHA256 (Paste-3.4.6.tar.gz) = 001370f4fcc7446006b52a39ed386341fce626605af711e0ec18ddb0b4912cb7 +SIZE (Paste-3.4.6.tar.gz) = 630593
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009261201.08QC1kgl068003>