pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

changed from GITHUB to PYPI, astropy dependency corrected



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Fri Dec 18 21:51:17 2020 +0800
Changeset:	cda438329e4268a3119f1ec32b3df71494a9c939

Modified Files:
	py-astropy-healpix/Makefile
	py-astropy-healpix/distinfo

Log Message:
changed from GITHUB to PYPI, astropy dependency corrected

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cda438329e4268a3119f1ec32b3df71494a9c939

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-astropy-healpix/Makefile | 6 ++----
 py-astropy-healpix/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-astropy-healpix/Makefile b/py-astropy-healpix/Makefile
index b2de4668ae..578270828c 100644
--- a/py-astropy-healpix/Makefile
+++ b/py-astropy-healpix/Makefile
@@ -3,9 +3,7 @@
 DISTNAME=	astropy-healpix-0.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=astropy/}
-GITHUB_PROJECT=	astropy-healpix
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/astropy-healpix/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/astropy/astropy-healpix
@@ -13,7 +11,7 @@ COMMENT=	Hierarchical Equal Area isoLatitude Pixelisation
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.11.0:../../math/py-numpy
-DEPENDS+=	${PYPKGPREFIX}-astropy4>=4:../../wip/py-astropy4
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4:../../wip/py-astropy4
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-astropy-healpix/distinfo b/py-astropy-healpix/distinfo
index a325450b9a..0fb2db15eb 100644
--- a/py-astropy-healpix/distinfo
+++ b/py-astropy-healpix/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (astropy-healpix-0.5.tar.gz) = 9a51f82a74b3a2b2e8105afd5ccfea7bf92ba14d
-RMD160 (astropy-healpix-0.5.tar.gz) = 42138233c4032366325e18e30dbea0466fb2ca14
-SHA512 (astropy-healpix-0.5.tar.gz) = 156c1cb4b6b8510bfc01d8ce77ec1b5e1c214c8f535799b56e21c1ded83a7111054b9ee03ac1462668c84299fbc1cdd9bb4e306f7c3b146392bb616d27bd8bed
-Size (astropy-healpix-0.5.tar.gz) = 109744 bytes
+SHA1 (astropy-healpix-0.5.tar.gz) = d68f5d3a6badcb7453227d4b310135007c49f1d7
+RMD160 (astropy-healpix-0.5.tar.gz) = b6c2977a6fe493cb58600797c26ceec90a83542f
+SHA512 (astropy-healpix-0.5.tar.gz) = 8eb43da00b907de7763143153641117d57bd1ccdb50b57d721b5858fc33e5f4c63348134c2eaa044ee5619ae93cb6436d26565d42e9d9df6bfc515b388833576
+Size (astropy-healpix-0.5.tar.gz) = 163123 bytes


Home | Main Index | Thread Index | Old Index