pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-whisper: updated databases/py-whisper to 1.1.5.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Mon Aug 5 19:15:08 2019 +0200
Changeset:	c3333b298d6caeeb51b6b7d034e9f4f3a5f7709f

Added Files:
	py-whisper/DESCR
	py-whisper/Makefile
	py-whisper/PLIST
	py-whisper/distinfo

Log Message:
py-whisper: updated databases/py-whisper to 1.1.5.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c3333b298d6caeeb51b6b7d034e9f4f3a5f7709f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-whisper/DESCR    |  3 +++
 py-whisper/Makefile | 20 ++++++++++++++++++++
 py-whisper/PLIST    | 21 +++++++++++++++++++++
 py-whisper/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/py-whisper/DESCR b/py-whisper/DESCR
new file mode 100644
index 0000000000..bea1708202
--- /dev/null
+++ b/py-whisper/DESCR
@@ -0,0 +1,3 @@
+Whisper is a fixed-size database, similar in design to RRD
+(round-robin-database). It provides fast, reliable storage of numeric
+data over time.
diff --git a/py-whisper/Makefile b/py-whisper/Makefile
new file mode 100644
index 0000000000..cf5d1d91fd
--- /dev/null
+++ b/py-whisper/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.7 2018/11/14 10:41:17 adam Exp $
+
+DISTNAME=	whisper-1.1.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=w/whisper/}
+
+MAINTAINER=	riz%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/graphite-project/whisper
+COMMENT=	Fixed-size database, similar in design to RRD
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+PYTHON_SELF_CONFLICT=	yes
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-whisper/PLIST b/py-whisper/PLIST
new file mode 100644
index 0000000000..7c3f5ff8a4
--- /dev/null
+++ b/py-whisper/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.2 2018/07/07 04:56:45 minskim Exp $
+bin/find-corrupt-whisper-files.py
+bin/rrd2whisper.py
+bin/update-storage-times.py
+bin/whisper-auto-resize.py
+bin/whisper-auto-update.py
+bin/whisper-create.py
+bin/whisper-diff.py
+bin/whisper-dump.py
+bin/whisper-fetch.py
+bin/whisper-fill.py
+bin/whisper-info.py
+bin/whisper-merge.py
+bin/whisper-resize.py
+bin/whisper-set-aggregation-method.py
+bin/whisper-set-xfilesfactor.py
+bin/whisper-update.py
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/whisper.py
+${PYSITELIB}/whisper.pyc
+${PYSITELIB}/whisper.pyo
diff --git a/py-whisper/distinfo b/py-whisper/distinfo
new file mode 100644
index 0000000000..89a8ed7f79
--- /dev/null
+++ b/py-whisper/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2018/11/14 10:41:17 adam Exp $
+
+SHA1 (whisper-1.1.5.tar.gz) = 8fa3658f5ae134b08ac4e872e2bfe0a4013c08e2
+RMD160 (whisper-1.1.5.tar.gz) = 4619530d9edd2419e395679fdf787116e8dd5da3
+SHA512 (whisper-1.1.5.tar.gz) = 4aa7cd37cbc45b57643f57bcbd29ad726bb28026201419e28945be4a1e2201ba2f32a4d6ee263fdfed2f7d3cd099556f4c48813992041c5f8b4973c667152bd4
+Size (whisper-1.1.5.tar.gz) = 31660 bytes


Home | Main Index | Thread Index | Old Index