pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-intervals



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 17:01:48 UTC 2017

Modified Files:
        pkgsrc/math/py-intervals: Makefile distinfo

Log Message:
py-intervals: updated to 0.8.1

0.8.1:
- Fixed interval coercion


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-intervals/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-intervals/distinfo

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

Modified files:

Index: pkgsrc/math/py-intervals/Makefile
diff -u pkgsrc/math/py-intervals/Makefile:1.4 pkgsrc/math/py-intervals/Makefile:1.5
--- pkgsrc/math/py-intervals/Makefile:1.4       Sun Oct  8 10:12:40 2017
+++ pkgsrc/math/py-intervals/Makefile   Sun Dec 10 17:01:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/10/08 10:12:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/12/10 17:01:48 adam Exp $
 
-DISTNAME=      intervals-0.8.0
+DISTNAME=      intervals-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/intervals/}
@@ -18,5 +18,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test>=2.2
 
 USE_LANGUAGES= # none
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-intervals/distinfo
diff -u pkgsrc/math/py-intervals/distinfo:1.3 pkgsrc/math/py-intervals/distinfo:1.4
--- pkgsrc/math/py-intervals/distinfo:1.3       Sun Oct  8 10:12:40 2017
+++ pkgsrc/math/py-intervals/distinfo   Sun Dec 10 17:01:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/10/08 10:12:40 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/10 17:01:48 adam Exp $
 
-SHA1 (intervals-0.8.0.tar.gz) = 04f8f38298006c8110f7c69a938790a321ce2b20
-RMD160 (intervals-0.8.0.tar.gz) = 5523894f1c8c13979a012762812f74f75087db84
-SHA512 (intervals-0.8.0.tar.gz) = 1953c9535c9d5dbf2080409000e9942b71416473d4856f6eb1e08e55576fce1e979d00563953afca59eed4a6ff8df2f52cf0557e88312416cf1294213e924c38
-Size (intervals-0.8.0.tar.gz) = 15193 bytes
+SHA1 (intervals-0.8.1.tar.gz) = c0acbb00ebf0b41943f91833084007c48205cef6
+RMD160 (intervals-0.8.1.tar.gz) = 5b1dd3a6e3a6cd86d84861361abff930cc9cfe28
+SHA512 (intervals-0.8.1.tar.gz) = f97142d5f1c8d4da21692b856803481878ac2b2afc3b81937de456bacbf66ebb129b1fe9a070ac442cbc6bbe26fdaf2ed839f8fc8b26392b4bd1ce032d054e65
+Size (intervals-0.8.1.tar.gz) = 15255 bytes



Home | Main Index | Thread Index | Old Index