diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-09-22 21:38:15 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-09-22 21:38:15 +0800 |
commit | f4eecfe36f0667e3fb55db2cd7f930fbdc82db0c (patch) | |
tree | e65ddee8a2b41e67ba7891ad9e09a2bf217ffcb3 /x11 | |
parent | 18e1334ea4ab7a53eafbe189d01bee22be0e2b85 (diff) | |
download | freebsd-ports-gnome-f4eecfe36f0667e3fb55db2cd7f930fbdc82db0c.tar.gz freebsd-ports-gnome-f4eecfe36f0667e3fb55db2cd7f930fbdc82db0c.tar.zst freebsd-ports-gnome-f4eecfe36f0667e3fb55db2cd7f930fbdc82db0c.zip |
x11/py-xdot: Update to 1.0
Remove `files/patch-setup.py`, not necessary anymore.
Add USES=gnome because USE_GNOME alone is deprecated.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-xdot/Makefile | 4 | ||||
-rw-r--r-- | x11/py-xdot/distinfo | 6 | ||||
-rw-r--r-- | x11/py-xdot/files/patch-setup.py | 12 |
3 files changed, 5 insertions, 17 deletions
diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile index 087dc6a7655e..1761e5a65d73 100644 --- a/x11/py-xdot/Makefile +++ b/x11/py-xdot/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xdot -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= x11 python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= LGPL3+ RUN_DEPENDS= dot:graphics/graphviz NO_ARCH= yes -USES= python:3.4+ +USES= gnome python:3.4+ USE_PYTHON= autoplist distutils USE_GNOME= cairo gtk30 pygobject3 diff --git a/x11/py-xdot/distinfo b/x11/py-xdot/distinfo index e9638aa1ea47..079032380f37 100644 --- a/x11/py-xdot/distinfo +++ b/x11/py-xdot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522370491 -SHA256 (xdot-0.9.tar.gz) = a33701664ecfefe7c7313a120a587e87334f3a566409bc451538fcde5edd6907 -SIZE (xdot-0.9.tar.gz) = 26716 +TIMESTAMP = 1537622322 +SHA256 (xdot-1.0.tar.gz) = 7e067896d729af82f1fd0758e265f129944d469c30f550e3f15dbdb751cc42a1 +SIZE (xdot-1.0.tar.gz) = 26507 diff --git a/x11/py-xdot/files/patch-setup.py b/x11/py-xdot/files/patch-setup.py deleted file mode 100644 index 51a3de54eac6..000000000000 --- a/x11/py-xdot/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ -# https://github.com/jrfonseca/xdot.py/commit/3f866766be44adbe3634de95cd0a031e8a863c91 - ---- setup.py.orig 2018-03-30 00:51:44 UTC -+++ setup.py -@@ -31,7 +31,6 @@ setup( - """, - license="LGPL", - -- install_requires=['graphviz'], - packages=['xdot', 'xdot/dot', 'xdot/ui'], - entry_points=dict(gui_scripts=['xdot=xdot.__main__:main']), - |