register egg-info.
Bump PKGREVISION.
This commit is contained in:
parent
58b0e5741a
commit
abbe1a370a
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:37 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2011/10/25 09:05:27 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= numarray-1.5.2
|
||||
PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
|
||||
|
||||
|
@ -12,8 +13,6 @@ COMMENT= Array manipulation
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
PLIST_VARS+= blas
|
||||
.if exists(/System/Library/Frameworks/vecLib.framework/Headers)
|
||||
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
|
||||
|
@ -23,5 +22,5 @@ PLIST.blas= yes
|
|||
do-test:
|
||||
(cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:05:47 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2011/10/25 09:05:27 obache Exp $
|
||||
${PYINC}/numarray/arraybase.h
|
||||
${PYINC}/numarray/arrayif.h
|
||||
${PYINC}/numarray/arrayobject.h
|
||||
|
@ -12,6 +12,7 @@ ${PYINC}/numarray/numcomplex.h
|
|||
${PYINC}/numarray/numconfig.h
|
||||
${PYINC}/numarray/nummacro.h
|
||||
${PYINC}/numarray/tc.h
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/numarray/LICENSE.txt
|
||||
${PYSITELIB}/numarray/__init__.py
|
||||
${PYSITELIB}/numarray/__init__.pyc
|
||||
|
|
Loading…
Reference in a new issue