pkgsrc-WIP-changes archive

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

py-astroplan: upgraded from version 0.7 to 0.8



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Mon Apr 19 12:37:02 2021 +0800
Changeset:	ea741fb17b4d95a0dc95d56358a0bde24a41f2b4

Modified Files:
	py-astroplan/Makefile
	py-astroplan/PLIST
	py-astroplan/distinfo

Log Message:
py-astroplan: upgraded from version 0.7 to 0.8

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

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

diffstat:
 py-astroplan/Makefile | 9 ++++-----
 py-astroplan/PLIST    | 3 ---
 py-astroplan/distinfo | 8 ++++----
 3 files changed, 8 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-astroplan/Makefile b/py-astroplan/Makefile
index 2db4031bdb..83f1d14f25 100644
--- a/py-astroplan/Makefile
+++ b/py-astroplan/Makefile
@@ -1,11 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	astroplan-0.7
+DISTNAME=	astroplan-0.8
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math
-MASTER_SITES=	${MASTER_SITE_GITHUB:=astropy/}
-GITHUB_PROJECT=	astroplan
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/astroplan/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://astroplan.readthedocs.io/en/latest/
@@ -16,8 +14,9 @@ PYTHON_VERSIONS_INCOMPATIBLE+=	27
 PYTHON_VERSIONS_INCOMPATIBLE+=	36
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-numpy>1.10:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-pytz>=2020.4:../../time/py-pytz
-DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../wip/py-astropy4
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
 DEPENDS+=	${PYPKGPREFIX}-astroquery>=0.3.9:../../wip/py-astroquery
 
 .include "../../lang/python/egg.mk"
diff --git a/py-astroplan/PLIST b/py-astroplan/PLIST
index 7753442a99..b38dd48e46 100644
--- a/py-astroplan/PLIST
+++ b/py-astroplan/PLIST
@@ -2,7 +2,6 @@
 ${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}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@@ -45,7 +44,6 @@ ${PYSITELIB}/astroplan/plots/sky.pyo
 ${PYSITELIB}/astroplan/plots/tests/__init__.py
 ${PYSITELIB}/astroplan/plots/tests/__init__.pyc
 ${PYSITELIB}/astroplan/plots/tests/__init__.pyo
-${PYSITELIB}/astroplan/plots/tests/baseline_images/test_image_example.png
 ${PYSITELIB}/astroplan/plots/tests/test_sky.py
 ${PYSITELIB}/astroplan/plots/tests/test_sky.pyc
 ${PYSITELIB}/astroplan/plots/tests/test_sky.pyo
@@ -64,7 +62,6 @@ ${PYSITELIB}/astroplan/target.pyo
 ${PYSITELIB}/astroplan/tests/__init__.py
 ${PYSITELIB}/astroplan/tests/__init__.pyc
 ${PYSITELIB}/astroplan/tests/__init__.pyo
-${PYSITELIB}/astroplan/tests/coveragerc
 ${PYSITELIB}/astroplan/tests/test_constraints.py
 ${PYSITELIB}/astroplan/tests/test_constraints.pyc
 ${PYSITELIB}/astroplan/tests/test_constraints.pyo
diff --git a/py-astroplan/distinfo b/py-astroplan/distinfo
index 427d83d0a8..df52cd4e2b 100644
--- a/py-astroplan/distinfo
+++ b/py-astroplan/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (astroplan-0.7.tar.gz) = 1e7f9e58a7378eebf39524b3fe3587ddc95bc337
-RMD160 (astroplan-0.7.tar.gz) = 89497fc467737eba4c2c41f798ac4af1c91b3fd7
-SHA512 (astroplan-0.7.tar.gz) = 7182ab01303f631096eb12600f5cb1542601202303529489b5f4412e8ce24fec10c71e4cfb7c7d557d02a1c456ae29822d4a961327155decff2837ed15bcffff
-Size (astroplan-0.7.tar.gz) = 145302 bytes
+SHA1 (astroplan-0.8.tar.gz) = 5b011805c991d686e473120f5acfbb661cef2815
+RMD160 (astroplan-0.8.tar.gz) = b03a7d17f054c2290f841c9d739fedfa9df1d259
+SHA512 (astroplan-0.8.tar.gz) = 3c2e95d58ff028beeb6ee14402bc12b25444e97a7f16883005e6e8efaa4424d1883161c137b3f552044f28283548cb9865de7b81b18710549c7024cf37476067
+Size (astroplan-0.8.tar.gz) = 134720 bytes


Home | Main Index | Thread Index | Old Index