update to 0.3.0
o Makefile o PLIST
This commit is contained in:
parent
22c95cb39f
commit
25efeefa7a
2 changed files with 13 additions and 10 deletions
|
@ -1,20 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/03/20 23:59:05 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/04/25 21:00:36 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= algopy-0.2.2
|
||||
DISTNAME= algopy-0.3.0
|
||||
EGG_NAME= ${DISTNAME}
|
||||
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/a/algopy/
|
||||
|
||||
MAINTAINER= jihbed.esearch@gmail.com
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://packages.python.org/algopy
|
||||
COMMENT= Taylor Arithmetic Computation and Algorithmic Differentiation
|
||||
LICENSE= modified-bsd
|
||||
|
||||
#DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/algopy-0.2.2
|
||||
WRKSRC= ${WRKDIR}/algopy-0.3.0
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../math/py-numpy/buildlink3.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/20 23:59:05 jihbed Exp $
|
||||
${PYSITELIB}/algopy-0.2.2-py2.6.egg-info/PKG-INFO
|
||||
${PYSITELIB}/algopy-0.2.2-py2.6.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/algopy-0.2.2-py2.6.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/algopy-0.2.2-py2.6.egg-info/entry_points.txt
|
||||
${PYSITELIB}/algopy-0.2.2-py2.6.egg-info/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/04/25 21:00:36 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/algopy/__init__.py
|
||||
${PYSITELIB}/algopy/__init__.pyc
|
||||
${PYSITELIB}/algopy/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue