mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Rename graphics/py-graph-core to graphics/py-pygraph. The new version works
correctly with python3. Use Github instead of PyPy for it has newer, unbreaking patches. Take maintainership. PR: 253691 Approved by: demon (maintainer)
This commit is contained in:
parent
f02a61616c
commit
d4b6405f40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566069
8 changed files with 35 additions and 29 deletions
1
MOVED
1
MOVED
|
@ -16173,3 +16173,4 @@ textproc/py-sphinxcontrib-websupport11|textproc/py-sphinxcontrib-websupport|2021
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
||||
# $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 <bsd.port.mk>
|
|
@ -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
|
|
@ -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/
|
22
graphics/py-pygraph/Makefile
Normal file
22
graphics/py-pygraph/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pygraph
|
||||
DISTVERSION= 0.2.1-4
|
||||
DISTVERSIONSUFFIX= -g037bb2f
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Graph manipulation library in pure Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jciskey
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-pygraph/distinfo
Normal file
3
graphics/py-pygraph/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
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
|
8
graphics/py-pygraph/pkg-descr
Normal file
8
graphics/py-pygraph/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Pygraph aims to be an easy-to-use and functional graph library that
|
||||
doesn't sacrifice advanced capabilities or usability in the process.
|
||||
|
||||
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
|
Loading…
Add table
Reference in a new issue