git: 76bec89303ed - main - graphics/py-graphlib-backport: Add py-graphlib-backport 1.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=76bec89303ed4f4c12731fb35dda14325e58dfd1
commit 76bec89303ed4f4c12731fb35dda14325e58dfd1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:58:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:58:45 +0000
graphics/py-graphlib-backport: Add py-graphlib-backport 1.0.3
graphlib-backport is the backport of the Python 3.9 graphlib module for older
Python versions.
WWW: https://github.com/mariushelf/graphlib_backport
---
graphics/Makefile | 1 +
graphics/py-graphlib-backport/Makefile | 20 ++++++++++++++++++++
graphics/py-graphlib-backport/distinfo | 3 +++
graphics/py-graphlib-backport/pkg-descr | 4 ++++
4 files changed, 28 insertions(+)
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 <sunpoet@FreeBSD.org>
+
+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 <bsd.port.mk>
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