pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-whisper



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 14 10:41:17 UTC 2018

Modified Files:
        pkgsrc/databases/py-whisper: Makefile distinfo
Removed Files:
        pkgsrc/databases/py-whisper/patches: patch-bin_rrd2whisper.py

Log Message:
py-whisper: updated to 1.1.4

1.1.4:
Include tests in PyPI distributions
Add Python 3.7 testing to Travis


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-whisper/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/py-whisper/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/py-whisper/patches/patch-bin_rrd2whisper.py

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

Modified files:

Index: pkgsrc/databases/py-whisper/Makefile
diff -u pkgsrc/databases/py-whisper/Makefile:1.6 pkgsrc/databases/py-whisper/Makefile:1.7
--- pkgsrc/databases/py-whisper/Makefile:1.6    Sat Jul  7 04:56:45 2018
+++ pkgsrc/databases/py-whisper/Makefile        Wed Nov 14 10:41:17 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2018/07/07 04:56:45 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/14 10:41:17 adam Exp $
 
-DISTNAME=      whisper-1.1.3
+DISTNAME=      whisper-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    databases
+CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/whisper/}
 
 MAINTAINER=    riz%NetBSD.org@localhost
@@ -10,11 +10,11 @@ HOMEPAGE=   https://github.com/graphite-pr
 COMMENT=       Fixed-size database, similar in design to RRD
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-.include "../../lang/python/distutils.mk"
+USE_LANGUAGES= # none
 
-post-install:
-       ${RM} -f ${DESTDIR}${PREFIX}/bin/*.orig
+PYTHON_SELF_CONFLICT=  yes
 
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/py-whisper/distinfo
diff -u pkgsrc/databases/py-whisper/distinfo:1.2 pkgsrc/databases/py-whisper/distinfo:1.3
--- pkgsrc/databases/py-whisper/distinfo:1.2    Sat Jul  7 04:56:45 2018
+++ pkgsrc/databases/py-whisper/distinfo        Wed Nov 14 10:41:17 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/07/07 04:56:45 minskim Exp $
+$NetBSD: distinfo,v 1.3 2018/11/14 10:41:17 adam Exp $
 
-SHA1 (whisper-1.1.3.tar.gz) = 3a4a959c5859f5d7260dd251c0c5a4000a77255f
-RMD160 (whisper-1.1.3.tar.gz) = e3e774b9ceec193c04d1e953b76c5633bddeb38c
-SHA512 (whisper-1.1.3.tar.gz) = abad7c8abbf6ea4dd07a644ec6347be24ebac2a669fc584e5be8a41aa6476544ccbbb16b96a867496e701d04a0fe6bf91c1d70af2e360bfdc0dd6034eb9a7003
-Size (whisper-1.1.3.tar.gz) = 24490 bytes
-SHA1 (patch-bin_rrd2whisper.py) = 332b5ceec5d7ebec9f7428b94875bacece5a5f43
+SHA1 (whisper-1.1.4.tar.gz) = dceaa212ac687043c6c5ac485b99fdda156642c4
+RMD160 (whisper-1.1.4.tar.gz) = 05323a4ff28a9f8afbe5a5e2e3db9be805130855
+SHA512 (whisper-1.1.4.tar.gz) = aacdad56c84104e175f1b13af08c9a3cab9b6daa36970584c2902ab3297626209424cdd87098cac1c7674cf9567156010768a8a4735d3c359384276d24a92247
+Size (whisper-1.1.4.tar.gz) = 31395 bytes



Home | Main Index | Thread Index | Old Index