py-Numeric: convert to egg.mk
This commit is contained in:
parent
0099f2b1ee
commit
3af156f8e4
2 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:00 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2022/01/10 08:43:23 wiz Exp $
|
||||
|
||||
DISTNAME= Numeric-24.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
|
||||
|
||||
|
@ -19,5 +19,5 @@ BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
|
|||
PLIST.blas= yes
|
||||
.endif
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2012/04/08 20:21:51 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2022/01/10 08:43:23 wiz Exp $
|
||||
${PYINC}/Numeric/arrayobject.h
|
||||
${PYINC}/Numeric/f2c.h
|
||||
${PYINC}/Numeric/ranlib.h
|
||||
|
@ -32,7 +32,6 @@ ${PYSITELIB}/Numeric/MLab.pyo
|
|||
${PYSITELIB}/Numeric/Matrix.py
|
||||
${PYSITELIB}/Numeric/Matrix.pyc
|
||||
${PYSITELIB}/Numeric/Matrix.pyo
|
||||
${PYSITELIB}/Numeric/${EGG_FILE}
|
||||
${PYSITELIB}/Numeric/Numeric_headers/__init__.py
|
||||
${PYSITELIB}/Numeric/Numeric_headers/__init__.pyc
|
||||
${PYSITELIB}/Numeric/Numeric_headers/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue