pkgsrc-WIP-changes archive

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

I would like to add new package "py-astroplan" to pkgsrc-wip.



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Sun Dec 13 17:19:16 2020 +0800
Changeset:	00957cfbc0cde5636709872442e75cea802bbf00

Added Files:
	py-astroplan/DESCR
	py-astroplan/Makefile
	py-astroplan/PLIST
	py-astroplan/distinfo

Log Message:
I would like to add new package "py-astroplan" to pkgsrc-wip.

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

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

diffstat:
 py-astroplan/DESCR    |  2 ++
 py-astroplan/Makefile | 24 +++++++++++++
 py-astroplan/PLIST    | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-astroplan/distinfo |  6 ++++
 4 files changed, 126 insertions(+)

diffs:
diff --git a/py-astroplan/DESCR b/py-astroplan/DESCR
new file mode 100644
index 0000000000..1f54e9c96d
--- /dev/null
+++ b/py-astroplan/DESCR
@@ -0,0 +1,2 @@
+Astroplan is an Astropy affiliated Python module for planning astronomical
+observations.
diff --git a/py-astroplan/Makefile b/py-astroplan/Makefile
new file mode 100644
index 0000000000..b9460aeca6
--- /dev/null
+++ b/py-astroplan/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	astroplan-0.7
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=astropy/}
+GITHUB_PROJECT=	astroplan
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kinoshita%astro.ncu.edu.tw@localhost
+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}-astropy4>=4.2:../../wip/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-astroquery>=0.3.9:../../wip/py-astroquery
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-astroplan/PLIST b/py-astroplan/PLIST
new file mode 100644
index 0000000000..7753442a99
--- /dev/null
+++ b/py-astroplan/PLIST
@@ -0,0 +1,94 @@
+@comment $NetBSD$
+${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/py-astroplan/distinfo b/py-astroplan/distinfo
new file mode 100644
index 0000000000..427d83d0a8
--- /dev/null
+++ b/py-astroplan/distinfo
@@ -0,0 +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


Home | Main Index | Thread Index | Old Index