Sun Dec 6 11:21:02 2020 UTC ()
py-whisper: updated to 1.1.7

1.1.7:
Graphite release 1.1.7

1.1.6:
Graphite release 1.1.6
* set package long description
* Dump as raw values


(adam)
diff -r1.8 -r1.9 pkgsrc/databases/py-whisper/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/py-whisper/PLIST
diff -r1.4 -r1.5 pkgsrc/databases/py-whisper/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/databases/py-whisper/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-whisper/Makefile 2019/08/11 18:08:01 1.8
+++ pkgsrc/databases/py-whisper/Makefile 2020/12/06 11:21:02 1.9
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.8 2019/08/11 18:08:01 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2020/12/06 11:21:02 adam Exp $
2 2
3DISTNAME= whisper-1.1.5 3DISTNAME= whisper-1.1.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= databases python 5CATEGORIES= databases python
6MASTER_SITES= ${MASTER_SITE_PYPI:=w/whisper/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=w/whisper/}
7 7
8MAINTAINER= riz@NetBSD.org 8MAINTAINER= riz@NetBSD.org
9HOMEPAGE= https://github.com/graphite-project/whisper 9HOMEPAGE= https://github.com/graphite-project/whisper
10COMMENT= Fixed-size database, similar in design to RRD 10COMMENT= Fixed-size database, similar in design to RRD
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17post-install: 17post-install:
18.for bin in find-corrupt-whisper-files rrd2whisper update-storage-times \ 18.for bin in find-corrupt-whisper-files rrd2whisper update-storage-times \
19 whisper-auto-resize whisper-auto-update whisper-create \ 19 whisper-auto-resize whisper-auto-update whisper-create \
20 whisper-diff whisper-dump whisper-fetch whisper-fill \ 20 whisper-diff whisper-dump whisper-fetch whisper-fill \
21 whisper-info whisper-merge whisper-resize \ 21 whisper-info whisper-merge whisper-resize \
22 whisper-set-aggregation-method whisper-set-xfilesfactor \ 22 whisper-set-aggregation-method whisper-set-xfilesfactor \
23 whisper-update 23 whisper-update
24 cd ${DESTDIR}${PREFIX}/bin && \ 24 cd ${DESTDIR}${PREFIX}/bin && \
25 ${MV} ${bin}.py ${bin}-${PYVERSSUFFIX} || ${TRUE} 25 ${MV} ${bin}.py ${bin}-${PYVERSSUFFIX} || ${TRUE}
26.endfor 26.endfor
27 27
28.include "../../lang/python/distutils.mk" 28.include "../../lang/python/egg.mk"
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/databases/py-whisper/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/py-whisper/PLIST 2019/08/11 18:08:01 1.3
+++ pkgsrc/databases/py-whisper/PLIST 2020/12/06 11:21:02 1.4
@@ -1,21 +1,26 @@ @@ -1,21 +1,26 @@
1@comment $NetBSD: PLIST,v 1.3 2019/08/11 18:08:01 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2020/12/06 11:21:02 adam Exp $
2bin/find-corrupt-whisper-files-${PYVERSSUFFIX} 2bin/find-corrupt-whisper-files-${PYVERSSUFFIX}
3bin/rrd2whisper-${PYVERSSUFFIX} 3bin/rrd2whisper-${PYVERSSUFFIX}
4bin/update-storage-times-${PYVERSSUFFIX} 4bin/update-storage-times-${PYVERSSUFFIX}
5bin/whisper-auto-resize-${PYVERSSUFFIX} 5bin/whisper-auto-resize-${PYVERSSUFFIX}
6bin/whisper-auto-update-${PYVERSSUFFIX} 6bin/whisper-auto-update-${PYVERSSUFFIX}
7bin/whisper-create-${PYVERSSUFFIX} 7bin/whisper-create-${PYVERSSUFFIX}
8bin/whisper-diff-${PYVERSSUFFIX} 8bin/whisper-diff-${PYVERSSUFFIX}
9bin/whisper-dump-${PYVERSSUFFIX} 9bin/whisper-dump-${PYVERSSUFFIX}
10bin/whisper-fetch-${PYVERSSUFFIX} 10bin/whisper-fetch-${PYVERSSUFFIX}
11bin/whisper-fill-${PYVERSSUFFIX} 11bin/whisper-fill-${PYVERSSUFFIX}
12bin/whisper-info-${PYVERSSUFFIX} 12bin/whisper-info-${PYVERSSUFFIX}
13bin/whisper-merge-${PYVERSSUFFIX} 13bin/whisper-merge-${PYVERSSUFFIX}
14bin/whisper-resize-${PYVERSSUFFIX} 14bin/whisper-resize-${PYVERSSUFFIX}
15bin/whisper-set-aggregation-method-${PYVERSSUFFIX} 15bin/whisper-set-aggregation-method-${PYVERSSUFFIX}
16bin/whisper-set-xfilesfactor-${PYVERSSUFFIX} 16bin/whisper-set-xfilesfactor-${PYVERSSUFFIX}
17bin/whisper-update-${PYVERSSUFFIX} 17bin/whisper-update-${PYVERSSUFFIX}
18${PYSITELIB}/${EGG_FILE} 18${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 19${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 20${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 21${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 22${PYSITELIB}/${EGG_INFODIR}/requires.txt
 23${PYSITELIB}/${EGG_INFODIR}/top_level.txt
19${PYSITELIB}/whisper.py 24${PYSITELIB}/whisper.py
20${PYSITELIB}/whisper.pyc 25${PYSITELIB}/whisper.pyc
21${PYSITELIB}/whisper.pyo 26${PYSITELIB}/whisper.pyo

cvs diff -r1.4 -r1.5 pkgsrc/databases/py-whisper/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-whisper/distinfo 2019/08/11 18:08:01 1.4
+++ pkgsrc/databases/py-whisper/distinfo 2020/12/06 11:21:02 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2019/08/11 18:08:01 adam Exp $ 1$NetBSD: distinfo,v 1.5 2020/12/06 11:21:02 adam Exp $
2 2
3SHA1 (whisper-1.1.5.tar.gz) = 8fa3658f5ae134b08ac4e872e2bfe0a4013c08e2 3SHA1 (whisper-1.1.7.tar.gz) = c7b9024af2117555c5f35e2a34ffd5451f529004
4RMD160 (whisper-1.1.5.tar.gz) = 4619530d9edd2419e395679fdf787116e8dd5da3 4RMD160 (whisper-1.1.7.tar.gz) = d12ab9bc561243287677c64cbf58dd650df906d0
5SHA512 (whisper-1.1.5.tar.gz) = 4aa7cd37cbc45b57643f57bcbd29ad726bb28026201419e28945be4a1e2201ba2f32a4d6ee263fdfed2f7d3cd099556f4c48813992041c5f8b4973c667152bd4 5SHA512 (whisper-1.1.7.tar.gz) = 602c39345abb1d6e3e41ab0eaff9baa374ba513beba31878c9e65b863ee148dd7df55bfb66b0b86d7d94cdbf49672b46e6dfa3d48f7d8e770dee7f39fd52fdc6
6Size (whisper-1.1.5.tar.gz) = 31660 bytes 6Size (whisper-1.1.7.tar.gz) = 37376 bytes