pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-imexam: new package for astronomical image examination is added
Module Name: pkgsrc-wip
Committed By: Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By: daisuke
Date: Tue Apr 13 12:44:29 2021 +0800
Changeset: bccfb87c7e67c9ba09502aadfea270d4dceec288
Modified Files:
Makefile
Added Files:
py-imexam/DESCR
py-imexam/Makefile
py-imexam/PLIST
py-imexam/distinfo
Log Message:
py-imexam: new package for astronomical image examination is added
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bccfb87c7e67c9ba09502aadfea270d4dceec288
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-imexam/DESCR | 2 ++
py-imexam/Makefile | 14 ++++++++++++++
py-imexam/PLIST | 37 +++++++++++++++++++++++++++++++++++++
py-imexam/distinfo | 6 ++++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c0260dd465..d85d00f209 100644
--- a/Makefile
+++ b/Makefile
@@ -3852,6 +3852,7 @@ SUBDIR+= py-idx2numpy
SUBDIR+= py-ift-nifty
SUBDIR+= py-igraph
SUBDIR+= py-iisignature
+SUBDIR+= py-imexam
SUBDIR+= py-import-linter
SUBDIR+= py-imread
SUBDIR+= py-imreg-dft
diff --git a/py-imexam/DESCR b/py-imexam/DESCR
new file mode 100644
index 0000000000..3249cbd954
--- /dev/null
+++ b/py-imexam/DESCR
@@ -0,0 +1,2 @@
+Imexam is a Python module for astronomical image examination. It is an Astropy
+affiliated package.
diff --git a/py-imexam/Makefile b/py-imexam/Makefile
new file mode 100644
index 0000000000..eb21496e33
--- /dev/null
+++ b/py-imexam/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= imexam-0.9.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/imexam/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/imexam/
+COMMENT= Python module for astronomical image examination
+LICENSE= modified-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-imexam/PLIST b/py-imexam/PLIST
new file mode 100644
index 0000000000..e9bc52a47b
--- /dev/null
+++ b/py-imexam/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/imexam/__init__.py
+${PYSITELIB}/imexam/__init__.pyc
+${PYSITELIB}/imexam/__init__.pyo
+${PYSITELIB}/imexam/_astropy_init.py
+${PYSITELIB}/imexam/_astropy_init.pyc
+${PYSITELIB}/imexam/_astropy_init.pyo
+${PYSITELIB}/imexam/connect.py
+${PYSITELIB}/imexam/connect.pyc
+${PYSITELIB}/imexam/connect.pyo
+${PYSITELIB}/imexam/ds9_viewer.py
+${PYSITELIB}/imexam/ds9_viewer.pyc
+${PYSITELIB}/imexam/ds9_viewer.pyo
+${PYSITELIB}/imexam/ginga_viewer.py
+${PYSITELIB}/imexam/ginga_viewer.pyc
+${PYSITELIB}/imexam/ginga_viewer.pyo
+${PYSITELIB}/imexam/imexam_defpars.py
+${PYSITELIB}/imexam/imexam_defpars.pyc
+${PYSITELIB}/imexam/imexam_defpars.pyo
+${PYSITELIB}/imexam/imexamine.py
+${PYSITELIB}/imexam/imexamine.pyc
+${PYSITELIB}/imexam/imexamine.pyo
+${PYSITELIB}/imexam/math_helper.py
+${PYSITELIB}/imexam/math_helper.pyc
+${PYSITELIB}/imexam/math_helper.pyo
+${PYSITELIB}/imexam/util.py
+${PYSITELIB}/imexam/util.pyc
+${PYSITELIB}/imexam/util.pyo
+${PYSITELIB}/imexam/xpa_wrap.py
+${PYSITELIB}/imexam/xpa_wrap.pyc
+${PYSITELIB}/imexam/xpa_wrap.pyo
diff --git a/py-imexam/distinfo b/py-imexam/distinfo
new file mode 100644
index 0000000000..6fca68e71f
--- /dev/null
+++ b/py-imexam/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (imexam-0.9.1.tar.gz) = 81391e1cd7a20fa4cb2858c0e94ad274bac7819f
+RMD160 (imexam-0.9.1.tar.gz) = 7aa9da0fb4670a0b1411e18460519d7385347150
+SHA512 (imexam-0.9.1.tar.gz) = d5272cb3447516d1c0ef834dba3f7177a59614035933ce8c772f3caec1dc86fa622b30537245e992fa08b72bac112a36bcab7dc791c63dbe3d9f716a79155b28
+Size (imexam-0.9.1.tar.gz) = 21359358 bytes
Home |
Main Index |
Thread Index |
Old Index