aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmokhi <mmokhi@FreeBSD.org>2017-05-30 22:40:27 +0800
committermmokhi <mmokhi@FreeBSD.org>2017-05-30 22:40:27 +0800
commit02cb07447e93a8a57fe94d596cc7471a7d71113f (patch)
tree6aee3716b71dbf436036ebae48db375a973bed63
parentb3f165d5b0f055202db3efcf60da1bbcea0acd2a (diff)
downloadfreebsd-ports-gnome-02cb07447e93a8a57fe94d596cc7471a7d71113f.tar.gz
freebsd-ports-gnome-02cb07447e93a8a57fe94d596cc7471a7d71113f.tar.zst
freebsd-ports-gnome-02cb07447e93a8a57fe94d596cc7471a7d71113f.zip
devel/py-gdbgui: Update to 0.7.6.2
Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914
-rw-r--r--devel/py-gdbgui/Makefile8
-rw-r--r--devel/py-gdbgui/distinfo6
-rw-r--r--devel/py-pypugjs/Makefile2
-rw-r--r--devel/py-pypugjs/distinfo6
-rw-r--r--devel/py-python-engineio/Makefile2
-rw-r--r--devel/py-python-engineio/distinfo6
6 files changed, 15 insertions, 15 deletions
diff --git a/devel/py-gdbgui/Makefile b/devel/py-gdbgui/Makefile
index a97455f06c0c..d064a9540824 100644
--- a/devel/py-gdbgui/Makefile
+++ b/devel/py-gdbgui/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gdbgui
-PORTVERSION= 0.7.5.4
-DISTVERSIONPREFIX= pyPI-
+PORTVERSION= 0.7.6.2
CATEGORIES= devel lang python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.12:www/py-flask \
${PYTHON_PKGNAMEPREFIX}Flask-SocketIO>=2.8.4:www/py-flask-socketio \
${PYTHON_PKGNAMEPREFIX}eventlet>=0.20.1:net/py-eventlet \
- ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0.7.3.0:devel/py-pygdbmi \
- ${PYTHON_PKGNAMEPREFIX}pypugjs>=4.2.0:devel/py-pypugjs
+ ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0.7.3.3:devel/py-pygdbmi \
+ ${PYTHON_PKGNAMEPREFIX}pypugjs>=4.2.0:devel/py-pypugjs \
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments
USE_GITHUB= yes
GH_ACCOUNT= cs01
diff --git a/devel/py-gdbgui/distinfo b/devel/py-gdbgui/distinfo
index 9547aad5a5de..4ca911954eea 100644
--- a/devel/py-gdbgui/distinfo
+++ b/devel/py-gdbgui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490886725
-SHA256 (cs01-gdbgui-pyPI-0.7.5.4_GH0.tar.gz) = 0f1da6a7947fb7e209e34d318799be2aa1c24932d5a36336bc15d603e42bd31b
-SIZE (cs01-gdbgui-pyPI-0.7.5.4_GH0.tar.gz) = 1333587
+TIMESTAMP = 1495724146
+SHA256 (cs01-gdbgui-0.7.6.2_GH0.tar.gz) = a2fb8c581de3f19191b56745ff7e2f54a710c75298c753064a81707e0ceb7cad
+SIZE (cs01-gdbgui-0.7.6.2_GH0.tar.gz) = 1335337
diff --git a/devel/py-pypugjs/Makefile b/devel/py-pypugjs/Makefile
index 1110b9667495..6de06a2a5e99 100644
--- a/devel/py-pypugjs/Makefile
+++ b/devel/py-pypugjs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pypugjs
-PORTVERSION= 4.2.0
+PORTVERSION= 4.2.2
CATEGORIES= devel lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pypugjs/distinfo b/devel/py-pypugjs/distinfo
index db3d1252c239..8daeca803a1e 100644
--- a/devel/py-pypugjs/distinfo
+++ b/devel/py-pypugjs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488405055
-SHA256 (pypugjs-4.2.0.tar.gz) = 66730ddb6f300877975c3356b8e3b852615d15bcc7f52fe30b24de7e87ac0bab
-SIZE (pypugjs-4.2.0.tar.gz) = 29453
+TIMESTAMP = 1495724488
+SHA256 (pypugjs-4.2.2.tar.gz) = c99a72a78766d9462d94379a6b489f9864ecdeeeeaf8d0f34b2ce04963f6ec8c
+SIZE (pypugjs-4.2.2.tar.gz) = 29538
diff --git a/devel/py-python-engineio/Makefile b/devel/py-python-engineio/Makefile
index 8c177c91d8b5..efc17cf793ba 100644
--- a/devel/py-python-engineio/Makefile
+++ b/devel/py-python-engineio/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= python-engineio
-PORTVERSION= 1.3.1
+PORTVERSION= 1.5.2
CATEGORIES= devel python net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-python-engineio/distinfo b/devel/py-python-engineio/distinfo
index 79aa5bd719b1..19fce8d12002 100644
--- a/devel/py-python-engineio/distinfo
+++ b/devel/py-python-engineio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490875740
-SHA256 (python-engineio-1.3.1.tar.gz) = cfb9f11d459e8d08e924c376737019dd5967cb1a7ec48611e25b69a948dba2a7
-SIZE (python-engineio-1.3.1.tar.gz) = 19464
+TIMESTAMP = 1495724538
+SHA256 (python-engineio-1.5.2.tar.gz) = f70e874cda164f42c465e478afe1dd5b3de46f35b4818fbc3a6c7524c78ffe62
+SIZE (python-engineio-1.5.2.tar.gz) = 21035