forked from Lainports/freebsd-ports
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:
parent
ba8cf8a9f1
commit
76bec89303
4 changed files with 28 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
20
graphics/py-graphlib-backport/Makefile
Normal file
20
graphics/py-graphlib-backport/Makefile
Normal 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>
|
||||
3
graphics/py-graphlib-backport/distinfo
Normal file
3
graphics/py-graphlib-backport/distinfo
Normal 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
|
||||
4
graphics/py-graphlib-backport/pkg-descr
Normal file
4
graphics/py-graphlib-backport/pkg-descr
Normal 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
|
||||
Loading…
Add table
Reference in a new issue