svn commit: r525068 - head/www/py-pastedeploy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 3 19:46:23 UTC 2020


Author: sunpoet
Date: Mon Feb  3 19:46:22 2020
New Revision: 525068
URL: https://svnweb.freebsd.org/changeset/ports/525068

Log:
  Update to 2.1.0
  
  Changes:	https://github.com/Pylons/pastedeploy/blob/master/docs/news.rst
  		https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html

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

Modified: head/www/py-pastedeploy/Makefile
==============================================================================
--- head/www/py-pastedeploy/Makefile	Mon Feb  3 19:46:17 2020	(r525067)
+++ head/www/py-pastedeploy/Makefile	Mon Feb  3 19:46:22 2020	(r525068)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PasteDeploy
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,7 @@ COMMENT=	Load, configure, and compose WSGI application
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-pastedeploy/distinfo
==============================================================================
--- head/www/py-pastedeploy/distinfo	Mon Feb  3 19:46:17 2020	(r525067)
+++ head/www/py-pastedeploy/distinfo	Mon Feb  3 19:46:22 2020	(r525068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544007596
-SHA256 (PasteDeploy-2.0.1.tar.gz) = d423fb9d51fdcf853aa4ff43ac7ec469b643ea19590f67488122d6d0d772350a
-SIZE (PasteDeploy-2.0.1.tar.gz) = 13756
+TIMESTAMP = 1580746245
+SHA256 (PasteDeploy-2.1.0.tar.gz) = e7559878b6e92023041484be9bcb6d767cf4492fc3de7257a5dae76a7cc11a9b
+SIZE (PasteDeploy-2.1.0.tar.gz) = 19078


More information about the svn-ports-all mailing list