svn commit: r343515 - head/astro/py-astLib

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Feb 9 15:56:09 UTC 2014


Author: rm
Date: Sun Feb  9 15:56:08 2014
New Revision: 343515
URL: http://svnweb.freebsd.org/changeset/ports/343515
QAT: https://qat.redports.org/buildarchive/r343515/

Log:
  - update to 0.7.0
  
  PR:		186209
  Submitted by:	Eero Hanninen <fax at nohik.ee>

Modified:
  head/astro/py-astLib/Makefile
  head/astro/py-astLib/distinfo
  head/astro/py-astLib/pkg-descr

Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Sun Feb  9 15:41:45 2014	(r343514)
+++ head/astro/py-astLib/Makefile	Sun Feb  9 15:56:08 2014	(r343515)
@@ -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 at 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
 

Modified: head/astro/py-astLib/distinfo
==============================================================================
--- head/astro/py-astLib/distinfo	Sun Feb  9 15:41:45 2014	(r343514)
+++ head/astro/py-astLib/distinfo	Sun Feb  9 15:56:08 2014	(r343515)
@@ -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

Modified: head/astro/py-astLib/pkg-descr
==============================================================================
--- head/astro/py-astLib/pkg-descr	Sun Feb  9 15:41:45 2014	(r343514)
+++ head/astro/py-astLib/pkg-descr	Sun Feb  9 15:56:08 2014	(r343515)
@@ -5,4 +5,4 @@ with World Coordinate System (WCS) infor
 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/


More information about the svn-ports-all mailing list