summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-12-19 14:38:01 +0000
committermef <mef@pkgsrc.org>2020-12-19 14:38:01 +0000
commit9fa96a885f6e08852cd52a5322d53f6f8ffd1f9a (patch)
tree25e2eff8e39e6555e101dfaf337bf4a771b3dc1b /math
parent54c8a28bfe41d9eda1ec9bb634657b0560159e56 (diff)
downloadpkgsrc-9fa96a885f6e08852cd52a5322d53f6f8ffd1f9a.tar.gz
(math/py-astroplan) import py38-astroplan-0.7
Based on PR pkg/55872 by Daisuke Kinoshita Astroplan is an Astropy affiliated Python module for planning astronomical observations.
Diffstat (limited to 'math')
-rw-r--r--math/py-astroplan/DESCR2
-rw-r--r--math/py-astroplan/Makefile24
-rw-r--r--math/py-astroplan/PLIST94
-rw-r--r--math/py-astroplan/distinfo6
4 files changed, 126 insertions, 0 deletions
diff --git a/math/py-astroplan/DESCR b/math/py-astroplan/DESCR
new file mode 100644
index 00000000000..1f54e9c96de
--- /dev/null
+++ b/math/py-astroplan/DESCR
@@ -0,0 +1,2 @@
+Astroplan is an Astropy affiliated Python module for planning astronomical
+observations.
diff --git a/math/py-astroplan/Makefile b/math/py-astroplan/Makefile
new file mode 100644
index 00000000000..c35cc0c5ec6
--- /dev/null
+++ b/math/py-astroplan/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/12/19 14:38:01 mef Exp $
+
+DISTNAME= astroplan-0.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_GITHUB:=astropy/}
+GITHUB_PROJECT= astroplan
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://astroplan.readthedocs.io/en/latest/
+COMMENT= Astropy affiliated module for planning astronomical observations
+LICENSE= modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+PYTHON_VERSIONS_INCOMPATIBLE+= 36
+
+DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
+DEPENDS+= ${PYPKGPREFIX}-pytz>=2020.4:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
+DEPENDS+= ${PYPKGPREFIX}-astroquery>=0.3.9:../../math/py-astroquery
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-astroplan/PLIST b/math/py-astroplan/PLIST
new file mode 100644
index 00000000000..fd224c8d58c
--- /dev/null
+++ b/math/py-astroplan/PLIST
@@ -0,0 +1,94 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/19 14:38:01 mef 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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/astroplan/__init__.py
+${PYSITELIB}/astroplan/__init__.pyc
+${PYSITELIB}/astroplan/__init__.pyo
+${PYSITELIB}/astroplan/_astropy_init.py
+${PYSITELIB}/astroplan/_astropy_init.pyc
+${PYSITELIB}/astroplan/_astropy_init.pyo
+${PYSITELIB}/astroplan/conftest.py
+${PYSITELIB}/astroplan/conftest.pyc
+${PYSITELIB}/astroplan/conftest.pyo
+${PYSITELIB}/astroplan/constraints.py
+${PYSITELIB}/astroplan/constraints.pyc
+${PYSITELIB}/astroplan/constraints.pyo
+${PYSITELIB}/astroplan/exceptions.py
+${PYSITELIB}/astroplan/exceptions.pyc
+${PYSITELIB}/astroplan/exceptions.pyo
+${PYSITELIB}/astroplan/moon.py
+${PYSITELIB}/astroplan/moon.pyc
+${PYSITELIB}/astroplan/moon.pyo
+${PYSITELIB}/astroplan/observer.py
+${PYSITELIB}/astroplan/observer.pyc
+${PYSITELIB}/astroplan/observer.pyo
+${PYSITELIB}/astroplan/periodic.py
+${PYSITELIB}/astroplan/periodic.pyc
+${PYSITELIB}/astroplan/periodic.pyo
+${PYSITELIB}/astroplan/plots/__init__.py
+${PYSITELIB}/astroplan/plots/__init__.pyc
+${PYSITELIB}/astroplan/plots/__init__.pyo
+${PYSITELIB}/astroplan/plots/finder.py
+${PYSITELIB}/astroplan/plots/finder.pyc
+${PYSITELIB}/astroplan/plots/finder.pyo
+${PYSITELIB}/astroplan/plots/mplstyles.py
+${PYSITELIB}/astroplan/plots/mplstyles.pyc
+${PYSITELIB}/astroplan/plots/mplstyles.pyo
+${PYSITELIB}/astroplan/plots/sky.py
+${PYSITELIB}/astroplan/plots/sky.pyc
+${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
+${PYSITELIB}/astroplan/plots/time_dependent.py
+${PYSITELIB}/astroplan/plots/time_dependent.pyc
+${PYSITELIB}/astroplan/plots/time_dependent.pyo
+${PYSITELIB}/astroplan/scheduling.py
+${PYSITELIB}/astroplan/scheduling.pyc
+${PYSITELIB}/astroplan/scheduling.pyo
+${PYSITELIB}/astroplan/setup_package.py
+${PYSITELIB}/astroplan/setup_package.pyc
+${PYSITELIB}/astroplan/setup_package.pyo
+${PYSITELIB}/astroplan/target.py
+${PYSITELIB}/astroplan/target.pyc
+${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
+${PYSITELIB}/astroplan/tests/test_moon.py
+${PYSITELIB}/astroplan/tests/test_moon.pyc
+${PYSITELIB}/astroplan/tests/test_moon.pyo
+${PYSITELIB}/astroplan/tests/test_observer.py
+${PYSITELIB}/astroplan/tests/test_observer.pyc
+${PYSITELIB}/astroplan/tests/test_observer.pyo
+${PYSITELIB}/astroplan/tests/test_periodic.py
+${PYSITELIB}/astroplan/tests/test_periodic.pyc
+${PYSITELIB}/astroplan/tests/test_periodic.pyo
+${PYSITELIB}/astroplan/tests/test_scheduling.py
+${PYSITELIB}/astroplan/tests/test_scheduling.pyc
+${PYSITELIB}/astroplan/tests/test_scheduling.pyo
+${PYSITELIB}/astroplan/tests/test_target.py
+${PYSITELIB}/astroplan/tests/test_target.pyc
+${PYSITELIB}/astroplan/tests/test_target.pyo
+${PYSITELIB}/astroplan/tests/test_utils.py
+${PYSITELIB}/astroplan/tests/test_utils.pyc
+${PYSITELIB}/astroplan/tests/test_utils.pyo
+${PYSITELIB}/astroplan/utils.py
+${PYSITELIB}/astroplan/utils.pyc
+${PYSITELIB}/astroplan/utils.pyo
+${PYSITELIB}/astroplan/version.py
+${PYSITELIB}/astroplan/version.pyc
+${PYSITELIB}/astroplan/version.pyo
diff --git a/math/py-astroplan/distinfo b/math/py-astroplan/distinfo
new file mode 100644
index 00000000000..f3ac27cb885
--- /dev/null
+++ b/math/py-astroplan/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/19 14:38:01 mef Exp $
+
+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