Add new port databases/py-python-rrdtool with Python bindings to RRDTool
Reviewed by: marino (mentor) Approved by: swills (mentor)
This commit is contained in:
parent
2105d43db1
commit
dad7313ad0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358512
24
databases/py-python-rrdtool/Makefile
Normal file
24
databases/py-python-rrdtool/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= python-rrdtool
|
||||
PORTVERSION= 1.4.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= robak@FreeBSD.org
|
||||
COMMENT= Python bindings for RRDTool, the graphing and logging utility
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= cairo glib20 libxml2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/py-python-rrdtool/distinfo
Normal file
2
databases/py-python-rrdtool/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (python-rrdtool-1.4.7.tar.gz) = ffcddfb43d361fb983475b18e9be8f8f92883c9f2e732a329c0bb976e359cba7
|
||||
SIZE (python-rrdtool-1.4.7.tar.gz) = 1396786
|
4
databases/py-python-rrdtool/pkg-descr
Normal file
4
databases/py-python-rrdtool/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a working Python Package of RRDtool binding to Python.
|
||||
It delivers the same API as original binding.
|
||||
|
||||
WWW: https://github.com/pbanaszkiewicz/python-rrdtool
|
Loading…
Reference in New Issue
Block a user