Bug 186209

Summary: [PATCH] astro/py-astLib update to version 0.7.0
Product: Ports & Packages Reporter: Eero Hänninen <fax>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eero Hänninen 2014-01-28 21:00:00 UTC
- Added LICENSE
- update to version 0.7.0
New release highlights:

   * Python 2.6-3.2 now supported.
   * Fixed bug in effective wavelength calculation (1 per cent effect depending on band).
   * Changed h, m, s in image plot labels to non-italic.
   * Added choice of interpolation used in ImagePlot.
   * Added OmegaLz, OmegaRz, and updated Ez, Ez2 functions to account for radiation density.
   * Added shiftRADec function.
   * Added a workaround for bug in handling ZPN projections if PV2_3 == 0.
   * Updated astWCS to avoid using a depreciated function in pyfits 3.0+.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-28 21:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 15:41:51 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-09 15:56:16 UTC
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@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@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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 16:15:37 UTC
State Changed
From-To: open->closed

Committed, thank you!