pkgsrc/databases/py-whisper/Makefile
adam ef356658a9 py-whisper: updated to 1.1.5
1.1.5:
Python 3.x support fixes for whisper, carbon and graphite-web
REMOTE_BUFFER_SIZE = 0 now works properly
Multi-instance settings support
Increase performance of localdatabase tag db
avg_zero consolidation function fully supported now
Carbonlink queries working now for tagged series
Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB
2019-08-11 18:08:01 +00:00

29 lines
917 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/08/11 18:08:01 adam Exp $
DISTNAME= whisper-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whisper/}
MAINTAINER= riz@NetBSD.org
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
post-install:
.for bin in find-corrupt-whisper-files rrd2whisper update-storage-times \
whisper-auto-resize whisper-auto-update whisper-create \
whisper-diff whisper-dump whisper-fetch whisper-fill \
whisper-info whisper-merge whisper-resize \
whisper-set-aggregation-method whisper-set-xfilesfactor \
whisper-update
cd ${DESTDIR}${PREFIX}/bin && \
${MV} ${bin}.py ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"