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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 27 15:55:52 UTC 2018


Author: sunpoet
Date: Fri Apr 27 15:55:49 2018
New Revision: 468447
URL: https://svnweb.freebsd.org/changeset/ports/468447

Log:
  Update to 0.10.1
  
  - Relax USES=python
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://sourceforge.net/p/astlib/git/ci/master/tree/CHANGE_LOG

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

Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Fri Apr 27 15:55:44 2018	(r468446)
+++ head/astro/py-astLib/Makefile	Fri Apr 27 15:55:49 2018	(r468447)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	astLib
-PORTVERSION=	0.10.0
-PORTREVISION=	1
+PORTVERSION=	0.10.1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,10 +21,10 @@ RUN_DEPENDS=	${PKGNAMEPREFIX}astropy>=1.1:astro/py-ast
 
 PORTSCOUT=	skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
 
-USES=		python:2.7
-USE_PYTHON=	autoplist distutils
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyWCSTools/*.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyWCSTools/*.so
 
 .include <bsd.port.mk>

Modified: head/astro/py-astLib/distinfo
==============================================================================
--- head/astro/py-astLib/distinfo	Fri Apr 27 15:55:44 2018	(r468446)
+++ head/astro/py-astLib/distinfo	Fri Apr 27 15:55:49 2018	(r468447)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520432964
-SHA256 (astLib-0.10.0.tar.gz) = 8231da3294d8ac7b40292e9be0a0a7ab515f29401a148088464a0c2dcd8e6610
-SIZE (astLib-0.10.0.tar.gz) = 742005
+TIMESTAMP = 1524750503
+SHA256 (astLib-0.10.1.tar.gz) = 080a015f025623451d9429cc82ed33e7930099429064282027b5663438903982
+SIZE (astLib-0.10.1.tar.gz) = 742043


More information about the svn-ports-head mailing list