Update version
This commit is contained in:
parent
646aad775f
commit
e130c8e577
3 changed files with 14 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/04/18 21:26:21 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/08/22 21:57:16 jihbed Exp $
|
||||
|
||||
DISTNAME= hyperspy-0.7
|
||||
DISTNAME= hyperspy-0.7.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/h/hyperspy/
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= http://hyperspy.org/
|
|||
COMMENT= Multidimensional data analysis toolbox
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
WRKSRC= ${WRKDIR}/hyperspy-0.7
|
||||
WRKSRC= ${WRKDIR}/hyperspy-0.7.2
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/04/18 21:26:21 jihbed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/08/22 21:57:16 jihbed Exp $
|
||||
bin/hyperspy2.7
|
||||
${PYSITELIB}/hyperspy/Release.py
|
||||
${PYSITELIB}/hyperspy/Release.pyc
|
||||
|
@ -335,9 +335,6 @@ ${PYSITELIB}/hyperspy/misc/ipython_tools.pyo
|
|||
${PYSITELIB}/hyperspy/misc/machine_learning/__init__.py
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/__init__.pyc
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/__init__.pyo
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/fastica.py
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/fastica.pyc
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/fastica.pyo
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/import_sklearn.py
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/import_sklearn.pyc
|
||||
${PYSITELIB}/hyperspy/misc/machine_learning/import_sklearn.pyo
|
||||
|
@ -559,9 +556,15 @@ ${PYSITELIB}/hyperspy/tests/model/__init__.pyo
|
|||
${PYSITELIB}/hyperspy/tests/model/test_chi_squared.py
|
||||
${PYSITELIB}/hyperspy/tests/model/test_chi_squared.pyc
|
||||
${PYSITELIB}/hyperspy/tests/model/test_chi_squared.pyo
|
||||
${PYSITELIB}/hyperspy/tests/model/test_component.py
|
||||
${PYSITELIB}/hyperspy/tests/model/test_component.pyc
|
||||
${PYSITELIB}/hyperspy/tests/model/test_component.pyo
|
||||
${PYSITELIB}/hyperspy/tests/model/test_components.py
|
||||
${PYSITELIB}/hyperspy/tests/model/test_components.pyc
|
||||
${PYSITELIB}/hyperspy/tests/model/test_components.pyo
|
||||
${PYSITELIB}/hyperspy/tests/model/test_eelsmodel.py
|
||||
${PYSITELIB}/hyperspy/tests/model/test_eelsmodel.pyc
|
||||
${PYSITELIB}/hyperspy/tests/model/test_eelsmodel.pyo
|
||||
${PYSITELIB}/hyperspy/tests/model/test_fit_component.py
|
||||
${PYSITELIB}/hyperspy/tests/model/test_fit_component.pyc
|
||||
${PYSITELIB}/hyperspy/tests/model/test_fit_component.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/04/18 21:26:21 jihbed Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/08/22 21:57:16 jihbed Exp $
|
||||
|
||||
SHA1 (hyperspy-0.7.tar.gz) = 4704f4f4a132650a8388e2171c9edd9b454908ea
|
||||
RMD160 (hyperspy-0.7.tar.gz) = ae2ded5858c346b27583b6ec1ba1b23c208d5ffc
|
||||
Size (hyperspy-0.7.tar.gz) = 1065409 bytes
|
||||
SHA1 (hyperspy-0.7.2.tar.gz) = 14b4fff540ca52a115e7fdb7c5e459fa4b4e6f73
|
||||
RMD160 (hyperspy-0.7.2.tar.gz) = 35d26a35104c6ea50e08cc12bf3ae511a046bb96
|
||||
Size (hyperspy-0.7.2.tar.gz) = 965443 bytes
|
||||
SHA1 (patch-setup.py) = 10d8973fd05d3da5495b30b643cbbc0002f176b3
|
||||
|
|
Loading…
Reference in a new issue