[149429] trunk/dports/python

khindenburg at macports.org khindenburg at macports.org
Sun Jun 19 12:32:45 PDT 2016


Revision: 149429
          https://trac.macports.org/changeset/149429
Author:   khindenburg at macports.org
Date:     2016-06-19 12:32:45 -0700 (Sun, 19 Jun 2016)
Log Message:
-----------
py-fabio: new port maintainer #51467

Added Paths:
-----------
    trunk/dports/python/py-fabio/
    trunk/dports/python/py-fabio/PortFile

Added: trunk/dports/python/py-fabio/PortFile
===================================================================
--- trunk/dports/python/py-fabio/PortFile	                        (rev 0)
+++ trunk/dports/python/py-fabio/PortFile	2016-06-19 19:32:45 UTC (rev 149429)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-fabio
+version             0.3.0
+homepage            https://github.com/kif/fabio
+master_sites        https://pypi.python.org/packages/source/f/fabio/
+
+license             GPL-3
+platforms           darwin
+maintainers         ill.fr:coquelleni openmaintainer
+
+description         Reading and handling data from two-dimensional X-ray detectors.
+long_description \
+    FabIO is a Python module written for easy and transparent reading of raw \
+    two-dimensional data from various X-ray detectors. The module provides \
+    a function for reading any image and returning a fabioimage object which \
+    contains both metadata (header information) and the raw data. All \
+    fabioimage object offer additional methods to extract information about \
+    the image and to open other detector images from the same data series.
+
+distname            fabio-${version}
+
+checksums           rmd160  346d9401c75ff63d71f606ba2938d444c5aa8c2a \
+                    sha256  477fd1fb2325da12f09fe9d59ebab2d010e94908f6a48b4ff3dc755b21e5aeea
+
+universal_variant   no
+
+python.versions     27 34 35
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-numpy
+
+    test.run            yes
+
+    notes "If fabio_viewer is needed, install\
+        py${python.version}-pyqt4"
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-fabio/PortFile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160619/a7bd693b/attachment.html>


More information about the macports-changes mailing list