Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 20:50:02 GMT
From:      Eero Hänninen <fax@nohik.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186209: [PATCH] astro/py-astLib update to version 0.7.0
Message-ID:  <201401282050.s0SKo2pL077812@oldred.freebsd.org>
Resent-Message-ID: <201401282100.s0SL00iB004000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186209
>Category:       ports
>Synopsis:       [PATCH] astro/py-astLib update to version 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 21:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Eero Hänninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD labakinnas 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- 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+.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-astLib.orig/Makefile py-astLib/Makefile
--- py-astLib.orig/Makefile	2013-10-26 03:52:33.000000000 +0300
+++ py-astLib/Makefile	2014-01-28 22:41:15.000000000 +0200
@@ -2,8 +2,7 @@
 # $FreeBSD: astro/py-astLib/Makefile 331644 2013-10-26 00:52:33Z gerald $
 
 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 @@
 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 \
diff -ruN py-astLib.orig/distinfo py-astLib/distinfo
--- py-astLib.orig/distinfo	2014-01-22 17:30:13.000000000 +0200
+++ py-astLib/distinfo	2014-01-22 23:57:14.000000000 +0200
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282050.s0SKo2pL077812>