Date: Mon, 21 Jan 2019 22:50:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490909 - in head/astro/py-astropy: . files Message-ID: <201901212250.x0LMoS8h048991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 21 22:50:27 2019 New Revision: 490909 URL: https://svnweb.freebsd.org/changeset/ports/490909 Log: Revert r490900, it breaks ports depending on astro/py-astropy With hat: portmgr Added: head/astro/py-astropy/files/ - copied from r490899, head/astro/py-astropy/files/ Modified: head/astro/py-astropy/Makefile head/astro/py-astropy/distinfo head/astro/py-astropy/pkg-descr Modified: head/astro/py-astropy/Makefile ============================================================================== --- head/astro/py-astropy/Makefile Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/Makefile Mon Jan 21 22:50:27 2019 (r490909) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 3.1.1 +PORTVERSION= 1.1.2 +PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +17,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils - -POST_PLIST= rm-bogus-plist-files - -rm-bogus-plist-files: # https://github.com/astropy/astropy/issues/8364 - @${REINPLACE_CMD} '/.*\.\.\/wcs\/tests/d' ${TMPPLIST} .include <bsd.port.mk> Modified: head/astro/py-astropy/distinfo ============================================================================== --- head/astro/py-astropy/distinfo Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/distinfo Mon Jan 21 22:50:27 2019 (r490909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548103725 -SHA256 (astropy-3.1.1.tar.gz) = 6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b -SIZE (astropy-3.1.1.tar.gz) = 8204190 +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 Modified: head/astro/py-astropy/pkg-descr ============================================================================== --- head/astro/py-astropy/pkg-descr Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/pkg-descr Mon Jan 21 22:50:27 2019 (r490909) @@ -3,4 +3,4 @@ tools needed for performing astronomy and astrophysics also provides an index for other astronomy packages and tools for managing them. -WWW: https://www.astropy.org +WWW: http://www.astropy.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901212250.x0LMoS8h048991>