diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 23:56:08 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 23:56:08 +0800 |
commit | 9a1cc41687d32064f1ad4162d2d5a822039a7b5d (patch) | |
tree | fe6686cd728b4dae486e2f842aa3748a69cb4aca /astro | |
parent | d95e5f2092df7eb19418325442bd3842d6c5bb69 (diff) | |
download | freebsd-ports-gnome-9a1cc41687d32064f1ad4162d2d5a822039a7b5d.tar.gz freebsd-ports-gnome-9a1cc41687d32064f1ad4162d2d5a822039a7b5d.tar.zst freebsd-ports-gnome-9a1cc41687d32064f1ad4162d2d5a822039a7b5d.zip |
- update to 0.7.0
PR: 186209
Submitted by: Eero Hanninen <fax@nohik.ee>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astLib/Makefile | 7 | ||||
-rw-r--r-- | astro/py-astLib/distinfo | 4 | ||||
-rw-r--r-- | astro/py-astLib/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile index b503a1bf6f6f..b760cd62f6ce 100644 --- a/astro/py-astLib/Makefile +++ b/astro/py-astLib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astLib -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= astro python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Astronomy modules for Python +LICENSE= LGPL21 + BUILD_DEPENDS= ${PYNUMPY} \ ${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \ ${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/astro/py-astLib/distinfo b/astro/py-astLib/distinfo index 42b8ab75ccb5..126142a96a9c 100644 --- a/astro/py-astLib/distinfo +++ b/astro/py-astLib/distinfo @@ -1,2 +1,2 @@ -SHA256 (astLib-0.6.1.tar.gz) = ac6ea190012058b6001b254145dbeb3a1f5e95e49754f49641265188887c10f1 -SIZE (astLib-0.6.1.tar.gz) = 702436 +SHA256 (astLib-0.7.0.tar.gz) = c6105a6d86c8fceeb0d0bad217106efcc1f1d12a1fcae2d63c1392f518c18152 +SIZE (astLib-0.7.0.tar.gz) = 711298 diff --git a/astro/py-astLib/pkg-descr b/astro/py-astLib/pkg-descr index 317c855c7524..b8f86281f17c 100644 --- a/astro/py-astLib/pkg-descr +++ b/astro/py-astLib/pkg-descr @@ -5,4 +5,4 @@ with World Coordinate System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and developed) as part of astLib. -WWW: http://astlib.sourceforge.net +WWW: http://astlib.sourceforge.net/ |