diff options
author | joerg <joerg@pkgsrc.org> | 2020-08-05 13:47:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-08-05 13:47:43 +0000 |
commit | b876fdfe8d0ee80b95502fdd896b8ca141be2523 (patch) | |
tree | 48a7e4f348087ecb74270acc1a3be0c058b28f81 /math | |
parent | c9a6e4a2c0639e646d6af1ada04c2794b4cea353 (diff) | |
download | pkgsrc-b876fdfe8d0ee80b95502fdd896b8ca141be2523.tar.gz |
Tyops
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numpy16/Makefile b/math/py-numpy16/Makefile index 0c4d66d72c5..610a9a18b95 100644 --- a/math/py-numpy16/Makefile +++ b/math/py-numpy16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/07/09 00:47:40 gdt Exp $ +# $NetBSD: Makefile,v 1.4 2020/08/05 13:47:43 joerg Exp $ DISTNAME= numpy-1.16.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= http://www.numpy.org/ COMMENT= Array processing for numbers, strings, records, and objects LICENSE= modified-bsd -# While this builds wtih 3, the package only exists to accomodate -# things that requuire python2.7. +# While this builds with 3, the package only exists to accomodate +# things that require python2.7. PYTHON_VERSIONS_ACCEPTED= 27 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose |