aboutsummaryrefslogtreecommitdiff
path: root/databases/py-rrdtool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-rrdtool')
-rw-r--r--databases/py-rrdtool/Makefile14
-rw-r--r--databases/py-rrdtool/distinfo6
-rw-r--r--databases/py-rrdtool/pkg-descr2
3 files changed, 9 insertions, 13 deletions
diff --git a/databases/py-rrdtool/Makefile b/databases/py-rrdtool/Makefile
index 125055a5caca..24570c694249 100644
--- a/databases/py-rrdtool/Makefile
+++ b/databases/py-rrdtool/Makefile
@@ -1,22 +1,20 @@
-# Created by: Daniel O'Connor
-
PORTNAME= rrdtool
-DISTVERSION= 0.1.15
+DISTVERSION= 0.1.16
CATEGORIES= databases python
-MASTER_SITES= CHEESESHOP
-# Bindings name is different from https://pypi.org/project/rrdtool/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # Bindings name is different from https://pypi.org/project/rrdtool/
MAINTAINER= darius@dons.net.au
COMMENT= Python interface to RRDTool, the graphing and logging utility
+WWW= https://github.com/commx/python-rrdtool
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= librrd.so:databases/rrdtool
-USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rrdtool*.so
diff --git a/databases/py-rrdtool/distinfo b/databases/py-rrdtool/distinfo
index 2bc1a503462a..3a18f5135c1d 100644
--- a/databases/py-rrdtool/distinfo
+++ b/databases/py-rrdtool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607259691
-SHA256 (rrdtool-0.1.15.tar.gz) = 951d2c23121dbe94859ea46bc9ed54e908e2f2ee60eff3c505db0778a3212732
-SIZE (rrdtool-0.1.15.tar.gz) = 21864
+TIMESTAMP = 1659532096
+SHA256 (rrdtool-0.1.16.tar.gz) = 5f0aff8b3e0a0f701652fa88bf605a54be9e6b25fba52a13b67c71f7b35a1451
+SIZE (rrdtool-0.1.16.tar.gz) = 22088
diff --git a/databases/py-rrdtool/pkg-descr b/databases/py-rrdtool/pkg-descr
index bd6fa4dd54c7..a86364a0db5e 100644
--- a/databases/py-rrdtool/pkg-descr
+++ b/databases/py-rrdtool/pkg-descr
@@ -8,5 +8,3 @@ bindings module for rrdtool by Hye-Shik Chang and are now
shipped with the RRDtool distribution. This project is
maintained separately to provide a more pythonic way to
install those bindings via PyPI.
-
-WWW: https://github.com/commx/python-rrdtool