Date: Fri, 27 Apr 2018 15:55:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468447 - head/astro/py-astLib Message-ID: <201804271555.w3RFtnI0077848@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804271555.w3RFtnI0077848>