25 lines
683 B
Makefile
25 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/06/13 20:40:47 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= uncertainties-1.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= physics python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/u/uncertainties/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://packages.python.org/uncertainties/
|
|
COMMENT= Support for physical quantities with units, based on numpy
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/uncertainties-1.7.1
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26 25
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|