pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-infinity py-infinity: update to 1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0807a55f6a0e
branches:  trunk
changeset: 369253:0807a55f6a0e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 27 20:21:54 2017 +0000

description:
py-infinity: update to 1.4

1.4:
- Added __hash__ method

diffstat:

 math/py-infinity/Makefile   |  15 +++++++++++----
 math/py-infinity/distinfo   |  10 +++++-----
 math/py-infinity/options.mk |  15 ---------------
 3 files changed, 16 insertions(+), 24 deletions(-)

diffs (67 lines):

diff -r 89f711a50de9 -r 0807a55f6a0e math/py-infinity/Makefile
--- a/math/py-infinity/Makefile Wed Sep 27 20:15:25 2017 +0000
+++ b/math/py-infinity/Makefile Wed Sep 27 20:21:54 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/09/16 19:26:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/27 20:21:54 adam Exp $
 
-DISTNAME=      infinity-1.3
+DISTNAME=      infinity-1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel math python
+CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/infinity/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +10,16 @@
 COMMENT=       All-in-one infinity value for Python
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8>=2.4.0:../../devel/py-flake8
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-isort>=4.2.2:../../devel/py-isort
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
+
 USE_LANGUAGES= # none
 
-.include "options.mk"
+do-test:
+       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 89f711a50de9 -r 0807a55f6a0e math/py-infinity/distinfo
--- a/math/py-infinity/distinfo Wed Sep 27 20:15:25 2017 +0000
+++ b/math/py-infinity/distinfo Wed Sep 27 20:21:54 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:33:42 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/09/27 20:21:54 adam Exp $
 
-SHA1 (infinity-1.3.tar.gz) = 5cfc9dcfa0ed447d433b69558cbbb3f9042d36ca
-RMD160 (infinity-1.3.tar.gz) = 5715bc4d4f38332b90068309cbc591a5b0459681
-SHA512 (infinity-1.3.tar.gz) = 2f4832dddec9357dfb6f40ed338aedd297990f3ac9ff9f289d6340dce1375984022d754b3d432b6729cd6222a50c2441e277fe7cefbf7d5c15240399ae78b99d
-Size (infinity-1.3.tar.gz) = 4649 bytes
+SHA1 (infinity-1.4.tar.gz) = 4041bf5620bbb4e80feeecc18fabf16e917be82a
+RMD160 (infinity-1.4.tar.gz) = b9822c0d2148c3211ba27f199412b1b69af25f46
+SHA512 (infinity-1.4.tar.gz) = 57ce539d861a47d02b570f997a0b1ee6c631a1d9825b68692e9edfac789ec3069b754abb64bb4128dbfcf2eea231067c61a287315ec130a301f18c0e65387acb
+Size (infinity-1.4.tar.gz) = 5410 bytes
diff -r 89f711a50de9 -r 0807a55f6a0e math/py-infinity/options.mk
--- a/math/py-infinity/options.mk       Wed Sep 27 20:15:25 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/06/14 13:57:58 rodent Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.py-infinity
-PKG_SUPPORTED_OPTIONS= tests
-PKG_SUGGESTED_OPTIONS+=        # blank
-
-.include "../../mk/bsd.options.mk"
-
-.include "../../lang/python/pyversion.mk"
-
-.if !empty(PKG_OPTIONS:Mtests)
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.2.3:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-pygments>=1.2:../../textproc/py-pygments
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
-.endif



Home | Main Index | Thread Index | Old Index