aboutsummaryrefslogtreecommitdiff
path: root/net/py-dugong
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2020-09-24 03:02:19 +0000
committerWen Heping <wen@FreeBSD.org>2020-09-24 03:02:19 +0000
commite4fe2c6f230e5da84eb07cc84b47bbbc52acceb6 (patch)
tree943a5e83470fd95b9c17b0033f6e4366c84c20ca /net/py-dugong
parenta0e228e14ed2968adb464e4c969c428a27025b42 (diff)
downloadports-e4fe2c6f230e5da84eb07cc84b47bbbc52acceb6.tar.gz
ports-e4fe2c6f230e5da84eb07cc84b47bbbc52acceb6.zip
- Update to 3.7.5
- Update WWW PR: 249215 Submitted by: gspurki@gmail.com Approved by: maintainer(timeout, > 14 days)
Notes
Notes: svn path=/head/; revision=549883
Diffstat (limited to 'net/py-dugong')
-rw-r--r--net/py-dugong/Makefile6
-rw-r--r--net/py-dugong/distinfo6
-rw-r--r--net/py-dugong/pkg-descr2
3 files changed, 7 insertions, 7 deletions
diff --git a/net/py-dugong/Makefile b/net/py-dugong/Makefile
index 43b5a0de7919..2b67b0c347e3 100644
--- a/net/py-dugong/Makefile
+++ b/net/py-dugong/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dugong
-PORTVERSION= 3.7.3
+PORTVERSION= 3.7.5
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-NO_ARCH= yes
-
USES= python:3.3+ tar:bzip2
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
do-test:
${PYTHON_CMD} -m pytest ${WRKSRC}/test
diff --git a/net/py-dugong/distinfo b/net/py-dugong/distinfo
index 7b9e7e33791c..6c91fd57feb8 100644
--- a/net/py-dugong/distinfo
+++ b/net/py-dugong/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534556579
-SHA256 (dugong-3.7.3.tar.bz2) = e0fd39eb6e2845d5365e158af94e20aad2d5275c15b02a698dd14e64de5db48f
-SIZE (dugong-3.7.3.tar.bz2) = 206720
+TIMESTAMP = 1600944094
+SHA256 (dugong-3.7.5.tar.bz2) = d0d07606282230fd9832f2de647e4cb46882c227883e6a12a8ff811ac46d7283
+SIZE (dugong-3.7.5.tar.bz2) = 211642
diff --git a/net/py-dugong/pkg-descr b/net/py-dugong/pkg-descr
index 1ff6ce86ad60..fbde3c762d46 100644
--- a/net/py-dugong/pkg-descr
+++ b/net/py-dugong/pkg-descr
@@ -21,4 +21,4 @@ All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.
-WWW: https://bitbucket.org/nikratio/python-dugong/
+WWW: https://github.com/python-dugong/python-dugong/