Date: Thu, 21 Jun 2018 02:59:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472948 - in head/math: . py-spectral Message-ID: <201806210259.w5L2x7EC087638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Jun 21 02:59:06 2018 New Revision: 472948 URL: https://svnweb.freebsd.org/changeset/ports/472948 Log: New port: math/py-spectral: Spectral Python (SPy) is a Python module for hyperspectral image processing Added: head/math/py-spectral/ head/math/py-spectral/Makefile (contents, props changed) head/math/py-spectral/distinfo (contents, props changed) head/math/py-spectral/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Jun 21 00:20:42 2018 (r472947) +++ head/math/Makefile Thu Jun 21 02:59:06 2018 (r472948) @@ -719,6 +719,7 @@ SUBDIR += py-seaborn SUBDIR += py-secp256k1 SUBDIR += py-simhash + SUBDIR += py-spectral SUBDIR += py-statsmodels SUBDIR += py-svgmath SUBDIR += py-sym Added: head/math/py-spectral/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-spectral/Makefile Thu Jun 21 02:59:06 2018 (r472948) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= spectral +DISTVERSION= 0.19 +CATEGORIES= math +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Spectral Python (SPy) is a Python module for hyperspectral image processing + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/math/py-spectral/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-spectral/distinfo Thu Jun 21 02:59:06 2018 (r472948) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529549527 +SHA256 (spectral-0.19.tar.gz) = b8d5dc9e2e36d45d1f55bf95528a63d7a95dd049857c98f86d400a3f0c7c86f1 +SIZE (spectral-0.19.tar.gz) = 141565 Added: head/math/py-spectral/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-spectral/pkg-descr Thu Jun 21 02:59:06 2018 (r472948) @@ -0,0 +1,12 @@ +Spectral Python (SPy) is a pure Python module for processing hyperspectral +image data. It has functions for reading, displaying, manipulating, and +classifying hyperspectral imagery. It can be used interactively from the Python +command prompt or via Python scripts. SPy is free, open source software +distributed under the GNU General Public License. To see some examples of how +SPy can be used, you may want to jump straight to the documentation sections +on Displaying Data or Spectral Algorithms. A categorized listing of the main +classes and functions are in the Class/Function Glossary. You can download SPy +from GitHub or the Python Package Index (PyPI). See the Installing SPy section +section of the documentation for details. + +WWW: http://www.spectralpython.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210259.w5L2x7EC087638>