diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:26:12 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-27 01:26:12 +0800 |
commit | e6b54b6e82fd6c478d9285adbfa3b26828018e15 (patch) | |
tree | a25f445267a076e50383f3126ceb26c80148f053 /astro | |
parent | 4214186f34e7c54784732503e19ebfe7f688d5a1 (diff) | |
download | freebsd-ports-gnome-e6b54b6e82fd6c478d9285adbfa3b26828018e15.tar.gz freebsd-ports-gnome-e6b54b6e82fd6c478d9285adbfa3b26828018e15.tar.zst freebsd-ports-gnome-e6b54b6e82fd6c478d9285adbfa3b26828018e15.zip |
Update to 0.11.5
- Update WWW
Changes: https://github.com/mattyowl/astLib/releases
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astlib/Makefile | 6 | ||||
-rw-r--r-- | astro/py-astlib/distinfo | 6 | ||||
-rw-r--r-- | astro/py-astlib/pkg-descr | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile index b44b9350db4b..ee1963d0c741 100644 --- a/astro/py-astlib/Makefile +++ b/astro/py-astlib/Makefile @@ -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,11 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \ ${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 diff --git a/astro/py-astlib/distinfo b/astro/py-astlib/distinfo index d626a0dfdd8d..9032abbd491d 100644 --- a/astro/py-astlib/distinfo +++ b/astro/py-astlib/distinfo @@ -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 diff --git a/astro/py-astlib/pkg-descr b/astro/py-astlib/pkg-descr index 3b53bf8d0202..14b488f3bc18 100644 --- a/astro/py-astlib/pkg-descr +++ b/astro/py-astlib/pkg-descr @@ -4,4 +4,5 @@ coordinate conversions, and manipulating FITS images with World Coordinate 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 |