pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy16



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Aug  5 13:47:43 UTC 2020

Modified Files:
        pkgsrc/math/py-numpy16: Makefile

Log Message:
Tyops


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

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-numpy16/Makefile
diff -u pkgsrc/math/py-numpy16/Makefile:1.3 pkgsrc/math/py-numpy16/Makefile:1.4
--- pkgsrc/math/py-numpy16/Makefile:1.3 Thu Jul  9 00:47:40 2020
+++ pkgsrc/math/py-numpy16/Makefile     Wed Aug  5 13:47:43 2020
@@ -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



Home | Main Index | Thread Index | Old Index