aboutsummaryrefslogtreecommitdiff
path: root/www/py-paste/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-paste/Makefile')
-rw-r--r--www/py-paste/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile
index 94ffb8a5f099..8a10cf5937d0 100644
--- a/www/py-paste/Makefile
+++ b/www/py-paste/Makefile
@@ -1,19 +1,21 @@
PORTNAME= Paste
-PORTVERSION= 3.9.0
+PORTVERSION= 3.10.1
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:tl}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Tools for using a Web Server Gateway Interface stack
-WWW= https://github.com/cdent/paste
+WWW= https://github.com/pasteorg/paste
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
+# 175 passed, 1 skipped
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
USES= python