svn commit: r550044 - head/www/py-paste

Nicola Vitale nivit at FreeBSD.org
Fri Sep 25 15:05:06 UTC 2020


Author: nivit
Date: Fri Sep 25 15:05:05 2020
New Revision: 550044
URL: https://svnweb.freebsd.org/changeset/ports/550044

Log:
  - Update to 3.4.5
  - Add test target

Modified:
  head/www/py-paste/Makefile
  head/www/py-paste/distinfo

Modified: head/www/py-paste/Makefile
==============================================================================
--- head/www/py-paste/Makefile	Fri Sep 25 14:52:56 2020	(r550043)
+++ head/www/py-paste/Makefile	Fri Sep 25 15:05:05 2020	(r550044)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Paste
-PORTVERSION=	2.0.3
+PORTVERSION=	3.4.5
 PORTREVISION=	0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
@@ -16,8 +16,14 @@ 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}
+
 USES=		python
 USE_PYTHON=	distutils autoplist
+
 NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest tests
 
 .include <bsd.port.mk>

Modified: head/www/py-paste/distinfo
==============================================================================
--- head/www/py-paste/distinfo	Fri Sep 25 14:52:56 2020	(r550043)
+++ head/www/py-paste/distinfo	Fri Sep 25 15:05:05 2020	(r550044)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536165848
-SHA256 (Paste-2.0.3.tar.gz) = 2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218
-SIZE (Paste-2.0.3.tar.gz) = 643935
+TIMESTAMP = 1601041602
+SHA256 (Paste-3.4.5.tar.gz) = de4dccf92e06d505add5a634e01d2ddb7a15a53f68c522c57531c8e69ba4bd1a
+SIZE (Paste-3.4.5.tar.gz) = 630575


More information about the svn-ports-all mailing list