pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-whisper py-whisper: updated to 1.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92a9e4b5766b
branches:  trunk
changeset: 315029:92a9e4b5766b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 14 10:41:17 2018 +0000

description:
py-whisper: updated to 1.1.4

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

diffstat:

 databases/py-whisper/Makefile                         |  14 +++++++-------
 databases/py-whisper/distinfo                         |  11 +++++------
 databases/py-whisper/patches/patch-bin_rrd2whisper.py |  16 ----------------
 3 files changed, 12 insertions(+), 29 deletions(-)

diffs (67 lines):

diff -r 65eb190be5ee -r 92a9e4b5766b databases/py-whisper/Makefile
--- a/databases/py-whisper/Makefile     Wed Nov 14 10:35:35 2018 +0000
+++ b/databases/py-whisper/Makefile     Wed Nov 14 10:41:17 2018 +0000
@@ -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 @@
 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"
-
-post-install:
-       ${RM} -f ${DESTDIR}${PREFIX}/bin/*.orig
-
 .include "../../mk/bsd.pkg.mk"
diff -r 65eb190be5ee -r 92a9e4b5766b databases/py-whisper/distinfo
--- a/databases/py-whisper/distinfo     Wed Nov 14 10:35:35 2018 +0000
+++ b/databases/py-whisper/distinfo     Wed Nov 14 10:41:17 2018 +0000
@@ -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
diff -r 65eb190be5ee -r 92a9e4b5766b databases/py-whisper/patches/patch-bin_rrd2whisper.py
--- a/databases/py-whisper/patches/patch-bin_rrd2whisper.py     Wed Nov 14 10:35:35 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-bin_rrd2whisper.py,v 1.1 2018/07/07 04:56:45 minskim Exp $
-
-Make the command work with Python 3.
-https://github.com/graphite-project/whisper/pull/254
-
---- bin/rrd2whisper.py.orig    2018-04-04 08:34:11.000000000 +0000
-+++ bin/rrd2whisper.py
-@@ -20,7 +20,7 @@ except ImportError:
- # Ignore SIGPIPE
- signal.signal(signal.SIGPIPE, signal.SIG_DFL)
- 
--aggregationMethods = whisper.aggregationMethods
-+aggregationMethods = list(whisper.aggregationMethods)
- 
- # RRD doesn't have a 'sum' or 'total' type
- aggregationMethods.remove('sum')



Home | Main Index | Thread Index | Old Index