svn commit: r562782 - head/astro/py-astlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:26:20 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:26:12 2021
New Revision: 562782
URL: https://svnweb.freebsd.org/changeset/ports/562782

Log:
  Update to 0.11.5
  
  - Update WWW
  
  Changes:	https://github.com/mattyowl/astLib/releases

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	Tue Jan 26 17:26:08 2021	(r562781)
+++ head/astro/py-astlib/Makefile	Tue Jan 26 17:26:12 2021	(r562782)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	astlib
-PORTVERSION=	0.11.4
+PORTVERSION=	0.11.5
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,10 +20,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro
 		${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR}
 
-PORTSCOUT=	skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
-
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
+
+PORTSCOUT=	skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyWCSTools/*.so

Modified: head/astro/py-astlib/distinfo
==============================================================================
--- head/astro/py-astlib/distinfo	Tue Jan 26 17:26:08 2021	(r562781)
+++ head/astro/py-astlib/distinfo	Tue Jan 26 17:26:12 2021	(r562782)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581081378
-SHA256 (astLib-0.11.4.tar.gz) = d6a74e6e5562ab8e8a95045c4b7112bea1838b9d93d55d05841dc2057704198c
-SIZE (astLib-0.11.4.tar.gz) = 742432
+TIMESTAMP = 1611665399
+SHA256 (astLib-0.11.5.tar.gz) = 8f9f3127192ca1b963d4c2f5421f6e7f27c52dd98f52fbea8c89f1aa353afa96
+SIZE (astLib-0.11.5.tar.gz) = 7194120

Modified: head/astro/py-astlib/pkg-descr
==============================================================================
--- head/astro/py-astlib/pkg-descr	Tue Jan 26 17:26:08 2021	(r562781)
+++ head/astro/py-astlib/pkg-descr	Tue Jan 26 17:26:12 2021	(r562782)
@@ -4,4 +4,5 @@ coordinate conversions, and manipulating FITS images w
 System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by
 Jessica Mink. PyWCSTools is distributed (and developed) as part of astLib.
 
-WWW: https://sourceforge.net/projects/astlib/
+WWW: https://astlib.readthedocs.io/en/latest/
+WWW: https://github.com/mattyowl/astLib


More information about the svn-ports-all mailing list