Index: MOVED =================================================================== --- MOVED (revision 566065) +++ MOVED (working copy) @@ -16173,3 +16173,4 @@ textproc/py-sphinx18|textproc/py-sphinx|2021-02-17|Has expired: Old version, use textproc/py-sphinx instead audio/herrie||2021-02-17|Removed sysutils/uefi-edk2-bhyve-devel|sysutils/uefi-edk2-bhyve|2021-02-17|Development version no longer necessary +graphics/py-graph-core|graphics/py-pygraph|2021-02-19|Is outdated and broken with python3, use graphics/py-pygraph instead Index: graphics/Makefile =================================================================== --- graphics/Makefile (revision 566065) +++ graphics/Makefile (working copy) @@ -824,7 +824,6 @@ SUBDIR += py-glfw SUBDIR += py-glooey SUBDIR += py-gphoto2 - SUBDIR += py-graph-core SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen @@ -865,6 +864,7 @@ SUBDIR += py-pygeos SUBDIR += py-pyglet SUBDIR += py-pyglet150 + SUBDIR += py-pygraph SUBDIR += py-pygraphviz SUBDIR += py-pyinsane2 SUBDIR += py-pymaging Index: graphics/py-graph-core/Makefile =================================================================== --- graphics/py-graph-core/Makefile (revision 566065) +++ graphics/py-graph-core/Makefile (nonexistent) @@ -1,20 +0,0 @@ -# Created by: Yi-Jheng Lin -# $FreeBSD$ - -PORTNAME= graph-core -PORTVERSION= 1.8.2 -PORTREVISION= 2 -CATEGORIES= graphics python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} - -MAINTAINER= demon@FreeBSD.org -COMMENT= Library for working with graphs in Python, core module - -LICENSE= MIT - -USES= python:3.6+ -USE_PYTHON= distutils autoplist - -.include Property changes on: graphics/py-graph-core/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/py-graph-core/distinfo =================================================================== --- graphics/py-graph-core/distinfo (revision 566065) +++ graphics/py-graph-core/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1489918992 -SHA256 (python-graph-core-1.8.2.tar.gz) = 503fa45f42b3bfa8b62db1357afaec52fe0e9104e27e905e24784ef62347fc21 -SIZE (python-graph-core-1.8.2.tar.gz) = 27414 Property changes on: graphics/py-graph-core/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/py-graph-core/pkg-descr =================================================================== --- graphics/py-graph-core/pkg-descr (revision 566065) +++ graphics/py-graph-core/pkg-descr (nonexistent) @@ -1,5 +0,0 @@ -A library for working with graphs in Python. -It provides a suitable data structure for representing graphs -and a whole set of important algorithms. - -WWW: http://code.google.com/p/python-graph/ Property changes on: graphics/py-graph-core/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: graphics/py-pygraph/Makefile =================================================================== --- graphics/py-pygraph/Makefile (revision 566065) +++ graphics/py-pygraph/Makefile (working copy) @@ -1,20 +1,22 @@ # Created by: Yi-Jheng Lin # $FreeBSD$ -PORTNAME= graph-core -PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTNAME= pygraph +DISTVERSION= 0.2.1-4 +DISTVERSIONSUFFIX= -g037bb2f CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org -COMMENT= Library for working with graphs in Python, core module +COMMENT= Graph manipulation library in pure Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= jciskey +USE_PYTHON= autoplist distutils .include Index: graphics/py-pygraph/distinfo =================================================================== --- graphics/py-pygraph/distinfo (revision 566065) +++ graphics/py-pygraph/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489918992 -SHA256 (python-graph-core-1.8.2.tar.gz) = 503fa45f42b3bfa8b62db1357afaec52fe0e9104e27e905e24784ef62347fc21 -SIZE (python-graph-core-1.8.2.tar.gz) = 27414 +TIMESTAMP = 1613740798 +SHA256 (jciskey-pygraph-0.2.1-4-g037bb2f_GH0.tar.gz) = 59cdaccb7294cf413ec8d13ddf74f55ff5ba8d1c830551af6018dbefe5ea608e +SIZE (jciskey-pygraph-0.2.1-4-g037bb2f_GH0.tar.gz) = 31765 Index: graphics/py-pygraph/pkg-descr =================================================================== --- graphics/py-pygraph/pkg-descr (revision 566065) +++ graphics/py-pygraph/pkg-descr (working copy) @@ -1,5 +1,8 @@ -A library for working with graphs in Python. -It provides a suitable data structure for representing graphs -and a whole set of important algorithms. +Pygraph aims to be an easy-to-use and functional graph library that +doesn't sacrifice advanced capabilities or usability in the process. -WWW: http://code.google.com/p/python-graph/ +By implementing the library in pure Python, it can be installed without +any dependencies aside from the Python core, enabling maximum ease of +use. + +WWW: https://github.com/jciskey/pygraph