Skip to content

Commit

Permalink
www/py-pastedeploy: Update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 7ed946c commit 91c2826
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions www/py-pastedeploy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pastedeploy
PORTVERSION= 2.1.1
PORTVERSION= 3.0.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,11 +12,15 @@ WWW= https://pylonsproject.org/ \

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions www/py-pastedeploy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1602877815
SHA256 (PasteDeploy-2.1.1.tar.gz) = 6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817
SIZE (PasteDeploy-2.1.1.tar.gz) = 19141
TIMESTAMP = 1684104580
SHA256 (PasteDeploy-3.0.1.tar.gz) = 5f4b4d5fddd39b8947ea727161e366bf55b90efc60a4d1dd7976b9031d0b4e5f
SIZE (PasteDeploy-3.0.1.tar.gz) = 37389

0 comments on commit 91c2826

Please sign in to comment.