pkgsrc-WIP-changes archive

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

+py-enum, +py-poppy



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Jul 16 03:39:51 2016 +0100
Changeset:	7cdd8fcfcbeb4a385b2a6eddb9236a0d63131313

Added Files:
	py-enum/DESCR
	py-enum/Makefile
	py-enum/PLIST
	py-enum/distinfo
	py-poppy/DESCR
	py-poppy/Makefile
	py-poppy/PLIST
	py-poppy/distinfo

Log Message:
+py-enum, +py-poppy

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

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

diffstat:
 py-enum/DESCR     |   1 +
 py-enum/Makefile  |  16 ++++++++
 py-enum/PLIST     |  10 +++++
 py-enum/distinfo  |   6 +++
 py-poppy/DESCR    |   6 +++
 py-poppy/Makefile |  21 ++++++++++
 py-poppy/PLIST    | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-poppy/distinfo |   6 +++
 8 files changed, 182 insertions(+)

diffs:
diff --git a/py-enum/DESCR b/py-enum/DESCR
new file mode 100644
index 0000000..14f7bbc
--- /dev/null
+++ b/py-enum/DESCR
@@ -0,0 +1 @@
+Robust enumerated type support in Python
diff --git a/py-enum/Makefile b/py-enum/Makefile
new file mode 100644
index 0000000..e1c45c6
--- /dev/null
+++ b/py-enum/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	enum-0.4.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/0c/4e/1ea357e7783c756bb579333c1e4a026fb331371ee771f616ffedc781e531/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://pypi.python.org/pypi/enum/
+COMMENT=	Robust enumerated type support in Python
+#LICENSE=	gnu-gpl-v3 OR python-software-foundation
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-enum/PLIST b/py-enum/PLIST
new file mode 100644
index 0000000..92ca767
--- /dev/null
+++ b/py-enum/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/enum.py
+${PYSITELIB}/enum.pyc
+${PYSITELIB}/enum.pyo
diff --git a/py-enum/distinfo b/py-enum/distinfo
new file mode 100644
index 0000000..c6aa959
--- /dev/null
+++ b/py-enum/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (enum-0.4.6.tar.gz) = b8868b1370181e92bbffbcd18b3ccd2be1f0438d
+RMD160 (enum-0.4.6.tar.gz) = f095ae903bea652e682a93cd1827c8c1fccf991c
+SHA512 (enum-0.4.6.tar.gz) = b3ccc5bd7cc613f7683f12247a26aae9dacde37e60616c3078c7505fb1defbb512451a2e3e8cd1db3e84d115af01420e3ceaea0d58ae38975f40220e59531227
+Size (enum-0.4.6.tar.gz) = 20265 bytes
diff --git a/py-poppy/DESCR b/py-poppy/DESCR
new file mode 100644
index 0000000..f183c7c
--- /dev/null
+++ b/py-poppy/DESCR
@@ -0,0 +1,6 @@
+POPPY is a Python package that simulates physical optical propagation
+including diffraction. It implements a flexible framework for modeling
+Fraunhofer and Fresnel diffraction and point spread
+function formation, particularly in the context of astronomical telescopes.
+POPPY was developed as part of a simulation package for JWST, but is more
+broadly applicable to many kinds of imaging simulations
diff --git a/py-poppy/Makefile b/py-poppy/Makefile
new file mode 100644
index 0000000..3dbdd55
--- /dev/null
+++ b/py-poppy/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	poppy-0.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/5a/0f/3719002f4581effcbe8a792ce2405e3bdb6cd41d01bf98dddfa17905885d/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pythonhosted.org/poppy/
+COMMENT=	Physical optics propagation for optical simulations
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-astropy>=1.1.1:../../wip/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-enum>=0.4.6:../../wip/py-enum
+
+.include "../../graphics/py-matplotlib/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-poppy/PLIST b/py-poppy/PLIST
new file mode 100644
index 0000000..c469c34
--- /dev/null
+++ b/py-poppy/PLIST
@@ -0,0 +1,116 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/poppy/__init__.py
+${PYSITELIB}/poppy/__init__.pyc
+${PYSITELIB}/poppy/__init__.pyo
+${PYSITELIB}/poppy/_astropy_init.py
+${PYSITELIB}/poppy/_astropy_init.pyc
+${PYSITELIB}/poppy/_astropy_init.pyo
+${PYSITELIB}/poppy/conftest.py
+${PYSITELIB}/poppy/conftest.pyc
+${PYSITELIB}/poppy/conftest.pyo
+${PYSITELIB}/poppy/cython_version.py
+${PYSITELIB}/poppy/cython_version.pyc
+${PYSITELIB}/poppy/cython_version.pyo
+${PYSITELIB}/poppy/fresnel.py
+${PYSITELIB}/poppy/fresnel.pyc
+${PYSITELIB}/poppy/fresnel.pyo
+${PYSITELIB}/poppy/fwcentroid.py
+${PYSITELIB}/poppy/fwcentroid.pyc
+${PYSITELIB}/poppy/fwcentroid.pyo
+${PYSITELIB}/poppy/instrument.py
+${PYSITELIB}/poppy/instrument.pyc
+${PYSITELIB}/poppy/instrument.pyo
+${PYSITELIB}/poppy/matrixDFT.py
+${PYSITELIB}/poppy/matrixDFT.pyc
+${PYSITELIB}/poppy/matrixDFT.pyo
+${PYSITELIB}/poppy/misc.py
+${PYSITELIB}/poppy/misc.pyc
+${PYSITELIB}/poppy/misc.pyo
+${PYSITELIB}/poppy/optics.py
+${PYSITELIB}/poppy/optics.pyc
+${PYSITELIB}/poppy/optics.pyo
+${PYSITELIB}/poppy/poppy_core.py
+${PYSITELIB}/poppy/poppy_core.pyc
+${PYSITELIB}/poppy/poppy_core.pyo
+${PYSITELIB}/poppy/tests/__init__.py
+${PYSITELIB}/poppy/tests/__init__.pyc
+${PYSITELIB}/poppy/tests/__init__.pyo
+${PYSITELIB}/poppy/tests/coveragerc
+${PYSITELIB}/poppy/tests/setup_package.py
+${PYSITELIB}/poppy/tests/setup_package.pyc
+${PYSITELIB}/poppy/tests/setup_package.pyo
+${PYSITELIB}/poppy/tests/test_core.py
+${PYSITELIB}/poppy/tests/test_core.pyc
+${PYSITELIB}/poppy/tests/test_core.pyo
+${PYSITELIB}/poppy/tests/test_errorhandling.py
+${PYSITELIB}/poppy/tests/test_errorhandling.pyc
+${PYSITELIB}/poppy/tests/test_errorhandling.pyo
+${PYSITELIB}/poppy/tests/test_fft.py
+${PYSITELIB}/poppy/tests/test_fft.pyc
+${PYSITELIB}/poppy/tests/test_fft.pyo
+${PYSITELIB}/poppy/tests/test_fresnel.py
+${PYSITELIB}/poppy/tests/test_fresnel.pyc
+${PYSITELIB}/poppy/tests/test_fresnel.pyo
+${PYSITELIB}/poppy/tests/test_fwcentroid.py
+${PYSITELIB}/poppy/tests/test_fwcentroid.pyc
+${PYSITELIB}/poppy/tests/test_fwcentroid.pyo
+${PYSITELIB}/poppy/tests/test_instrument.py
+${PYSITELIB}/poppy/tests/test_instrument.pyc
+${PYSITELIB}/poppy/tests/test_instrument.pyo
+${PYSITELIB}/poppy/tests/test_matrixDFT.py
+${PYSITELIB}/poppy/tests/test_matrixDFT.pyc
+${PYSITELIB}/poppy/tests/test_matrixDFT.pyo
+${PYSITELIB}/poppy/tests/test_matrixFTcoronagraph.py
+${PYSITELIB}/poppy/tests/test_matrixFTcoronagraph.pyc
+${PYSITELIB}/poppy/tests/test_matrixFTcoronagraph.pyo
+${PYSITELIB}/poppy/tests/test_misc.py
+${PYSITELIB}/poppy/tests/test_misc.pyc
+${PYSITELIB}/poppy/tests/test_misc.pyo
+${PYSITELIB}/poppy/tests/test_multiprocessing.py
+${PYSITELIB}/poppy/tests/test_multiprocessing.pyc
+${PYSITELIB}/poppy/tests/test_multiprocessing.pyo
+${PYSITELIB}/poppy/tests/test_nonsquare.py
+${PYSITELIB}/poppy/tests/test_nonsquare.pyc
+${PYSITELIB}/poppy/tests/test_nonsquare.pyo
+${PYSITELIB}/poppy/tests/test_optics.py
+${PYSITELIB}/poppy/tests/test_optics.pyc
+${PYSITELIB}/poppy/tests/test_optics.pyo
+${PYSITELIB}/poppy/tests/test_plotting.py
+${PYSITELIB}/poppy/tests/test_plotting.pyc
+${PYSITELIB}/poppy/tests/test_plotting.pyo
+${PYSITELIB}/poppy/tests/test_utils.py
+${PYSITELIB}/poppy/tests/test_utils.pyc
+${PYSITELIB}/poppy/tests/test_utils.pyo
+${PYSITELIB}/poppy/tests/test_wavefront.py
+${PYSITELIB}/poppy/tests/test_wavefront.pyc
+${PYSITELIB}/poppy/tests/test_wavefront.pyo
+${PYSITELIB}/poppy/tests/test_wfe.py
+${PYSITELIB}/poppy/tests/test_wfe.pyc
+${PYSITELIB}/poppy/tests/test_wfe.pyo
+${PYSITELIB}/poppy/tests/test_zernike.py
+${PYSITELIB}/poppy/tests/test_zernike.pyc
+${PYSITELIB}/poppy/tests/test_zernike.pyo
+${PYSITELIB}/poppy/utils.py
+${PYSITELIB}/poppy/utils.pyc
+${PYSITELIB}/poppy/utils.pyo
+${PYSITELIB}/poppy/vendor/__init__.py
+${PYSITELIB}/poppy/vendor/__init__.pyc
+${PYSITELIB}/poppy/vendor/__init__.pyo
+${PYSITELIB}/poppy/vendor/lru_cache.py
+${PYSITELIB}/poppy/vendor/lru_cache.pyc
+${PYSITELIB}/poppy/vendor/lru_cache.pyo
+${PYSITELIB}/poppy/version.py
+${PYSITELIB}/poppy/version.pyc
+${PYSITELIB}/poppy/version.pyo
+${PYSITELIB}/poppy/wfe.py
+${PYSITELIB}/poppy/wfe.pyc
+${PYSITELIB}/poppy/wfe.pyo
+${PYSITELIB}/poppy/zernike.py
+${PYSITELIB}/poppy/zernike.pyc
+${PYSITELIB}/poppy/zernike.pyo
diff --git a/py-poppy/distinfo b/py-poppy/distinfo
new file mode 100644
index 0000000..45534a3
--- /dev/null
+++ b/py-poppy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (poppy-0.5.0.tar.gz) = 0c41c959fad3954403370b8646b417f2477ca780
+RMD160 (poppy-0.5.0.tar.gz) = 17aeca303bb57c0fa5b00bfe86c0351e4a4d22b0
+SHA512 (poppy-0.5.0.tar.gz) = aaaf30c7661580448984dd2366862a656dc7b56a230d3a721a57365b5010e99b0cec9a8eb9190a683e8d81fdf6bf5f0ce3ebc3869aefd4eafddbb49937b2c9c4
+Size (poppy-0.5.0.tar.gz) = 3728238 bytes


Home | Main Index | Thread Index | Old Index