svn commit: r490900 - in head/astro/py-astropy: . files
Yuri Victorovich
yuri at FreeBSD.org
Mon Jan 21 21:17:28 UTC 2019
Author: yuri
Date: Mon Jan 21 21:17:27 2019
New Revision: 490900
URL: https://svnweb.freebsd.org/changeset/ports/490900
Log:
astro/py-astropy: Update 1.1.2 -> 3.1.1
Port changes:
* Replace WWW with the https version
* Now only works for pythion 3.5+
* Add a fix for the wrong plist problem
* Remove patches for compiler warnings, reported them upstream
PR: 231279
Approved by: nwhitehorn at FreeBSD.org (maintainer's timeout; 132 days)
Deleted:
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 20:52:18 2019 (r490899)
+++ head/astro/py-astropy/Makefile Mon Jan 21 21:17:27 2019 (r490900)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= astropy
-PORTVERSION= 1.1.2
-PORTREVISION= 2
+PORTVERSION= 3.1.1
CATEGORIES= astro
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,12 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
-USES= python
+USES= python:3.5+
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 20:52:18 2019 (r490899)
+++ head/astro/py-astropy/distinfo Mon Jan 21 21:17:27 2019 (r490900)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465919806
-SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1
-SIZE (astropy-1.1.2.tar.gz) = 8059713
+TIMESTAMP = 1548103725
+SHA256 (astropy-3.1.1.tar.gz) = 6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b
+SIZE (astropy-3.1.1.tar.gz) = 8204190
Modified: head/astro/py-astropy/pkg-descr
==============================================================================
--- head/astro/py-astropy/pkg-descr Mon Jan 21 20:52:18 2019 (r490899)
+++ head/astro/py-astropy/pkg-descr Mon Jan 21 21:17:27 2019 (r490900)
@@ -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: http://www.astropy.org
+WWW: https://www.astropy.org
More information about the svn-ports-all
mailing list