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
This commit is contained in:
Po-Chuan Hsieh 2022-06-16 21:58:45 +08:00
parent ba8cf8a9f1
commit 76bec89303
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1655208196
SHA256 (graphlib_backport-1.0.3.tar.gz) = 7bb8fc7757b8ae4e6d8000a26cd49e9232aaa9a3aa57edb478474b8424bfaae2
SIZE (graphlib_backport-1.0.3.tar.gz) = 5031

View file

@ -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