87f23cbf84
1.1.7: Graphite release 1.1.7 1.1.6: Graphite release 1.1.6 * set package long description * Dump as raw values
29 lines
911 B
Makefile
29 lines
911 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/12/06 11:21:02 adam Exp $
|
|
|
|
DISTNAME= whisper-1.1.7
|
|
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/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|