pkgsrc-WIP-changes archive

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

py-astroalign: new package py-astroalign for aligning two astronomical images



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Jan 28 04:42:43 2021 +0800
Changeset:	2b95696a981ccce75d29aecf38c84464ca973c73

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

Log Message:
py-astroalign: new package py-astroalign for aligning two astronomical images

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

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

diffstat:
 py-astroalign/DESCR    |  1 +
 py-astroalign/Makefile | 17 +++++++++++++++++
 py-astroalign/PLIST    | 12 ++++++++++++
 py-astroalign/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-astroalign/DESCR b/py-astroalign/DESCR
new file mode 100644
index 0000000000..b57937f75d
--- /dev/null
+++ b/py-astroalign/DESCR
@@ -0,0 +1 @@
+Astroalign is a Python module for aligning astronomical images.
diff --git a/py-astroalign/Makefile b/py-astroalign/Makefile
new file mode 100644
index 0000000000..2c9a379600
--- /dev/null
+++ b/py-astroalign/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	astroalign-2.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/astroalign/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://astroalign.readthedocs.io/en/latest/
+COMMENT=	Python module for aligning astronomical images
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-setuptools>=50.3.2:../../devel/py-setuptools
+DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-astroalign/PLIST b/py-astroalign/PLIST
new file mode 100644
index 0000000000..0787983918
--- /dev/null
+++ b/py-astroalign/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/astroalign.py
+${PYSITELIB}/astroalign.pyc
+${PYSITELIB}/astroalign.pyo
+${PYSITELIB}/ez_setup.py
+${PYSITELIB}/ez_setup.pyc
+${PYSITELIB}/ez_setup.pyo
diff --git a/py-astroalign/distinfo b/py-astroalign/distinfo
new file mode 100644
index 0000000000..826ae89514
--- /dev/null
+++ b/py-astroalign/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (astroalign-2.3.1.tar.gz) = 3dae9662fbbf2eb75817d357f16f62dc17de1678
+RMD160 (astroalign-2.3.1.tar.gz) = 4195ff339b007aa07439c9b8499a9ddfcccd18b0
+SHA512 (astroalign-2.3.1.tar.gz) = 5effce2f98cc494fe6eb38458fcf2e0a933b0d1a7ef74bf4e42fd149ed9a77ac314415e50500128e4c69925c4793ffd40f833c3a55ed40d8fba6f1b103629c14
+Size (astroalign-2.3.1.tar.gz) = 57846 bytes


Home | Main Index | Thread Index | Old Index