diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 23:46:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 23:46:48 +0000 |
commit | 4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf (patch) | |
tree | b2459d12abea880acbe44b27e416ae215bf21ca3 /math | |
parent | 0726b834af308abbc869792710d4229a9d008fb2 (diff) | |
download | pkgsrc-4dbe70f79b821e00cfd571c63ad2d515ce6ddfaf.tar.gz |
*: convert to egg.mk
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Scientific/Makefile | 6 | ||||
-rw-r--r-- | math/py-astroquery/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index 33befe51752..82c4df0a9a5 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.71 2021/12/08 16:05:35 adam Exp $ +# $NetBSD: Makefile,v 1.72 2022/01/10 23:46:49 wiz Exp $ DISTNAME= ScientificPython-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= math python MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/4411/ @@ -33,7 +33,7 @@ post-install: ${DESTDIR}${PREFIX}/bin/mpipython${PYVERSSUFFIX} .include "../../devel/netcdf/buildlink3.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/mpi.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/math/py-astroquery/Makefile b/math/py-astroquery/Makefile index b24fcb6d700..7dbdb5b1820 100644 --- a/math/py-astroquery/Makefile +++ b/math/py-astroquery/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2021/12/30 13:05:36 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/10 23:46:49 wiz Exp $ DISTNAME= astroquery-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=astropy/} GITHUB_PROJECT= astroquery @@ -20,5 +21,5 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy DEPENDS+= ${PYPKGPREFIX}-pyvo>=1.0:../../math/py-pyvo -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |