diff --git a/graphics/Makefile b/graphics/Makefile index ee14bdd7bb73..6bd3a85b3f17 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -849,6 +849,7 @@ SUBDIR += py-glfw SUBDIR += py-glooey SUBDIR += py-gphoto2 + SUBDIR += py-graphlib-backport SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen diff --git a/graphics/py-graphlib-backport/Makefile b/graphics/py-graphlib-backport/Makefile new file mode 100644 index 000000000000..2cd7f2a2b58e --- /dev/null +++ b/graphics/py-graphlib-backport/Makefile @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= graphlib-backport +PORTVERSION= 1.0.3 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= graphlib_backport-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Backport of the Python 3.9 graphlib module for Python 3.6+ + +LICENSE= PSFL + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/graphics/py-graphlib-backport/distinfo b/graphics/py-graphlib-backport/distinfo new file mode 100644 index 000000000000..ec49f76ebe90 --- /dev/null +++ b/graphics/py-graphlib-backport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1655208196 +SHA256 (graphlib_backport-1.0.3.tar.gz) = 7bb8fc7757b8ae4e6d8000a26cd49e9232aaa9a3aa57edb478474b8424bfaae2 +SIZE (graphlib_backport-1.0.3.tar.gz) = 5031 diff --git a/graphics/py-graphlib-backport/pkg-descr b/graphics/py-graphlib-backport/pkg-descr new file mode 100644 index 000000000000..e95c6d8661e6 --- /dev/null +++ b/graphics/py-graphlib-backport/pkg-descr @@ -0,0 +1,4 @@ +graphlib-backport is the backport of the Python 3.9 graphlib module for older +Python versions. + +WWW: https://github.com/mariushelf/graphlib_backport