Thu Jan 11 14:31:21 2018 UTC ()
py-ephem: updated to 3.7.6.0nb1

PkgSrc changes:
- now use 'ephem' PyPI (not 'pyephem') to allow correct dependencies
- enabled unit tests


(adam)
diff -r1.15 -r1.16 pkgsrc/math/py-ephem/Makefile
diff -r1.5 -r1.6 pkgsrc/math/py-ephem/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/math/py-ephem/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-ephem/Makefile 2017/09/26 17:32:26 1.15
+++ pkgsrc/math/py-ephem/Makefile 2018/01/11 14:31:20 1.16
@@ -1,17 +1,21 @@ @@ -1,17 +1,21 @@
1# $NetBSD: Makefile,v 1.15 2017/09/26 17:32:26 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2018/01/11 14:31:20 adam Exp $
2 2
3DISTNAME= pyephem-3.7.6.0 3DISTNAME= ephem-3.7.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyephem/ephem/} 4PKGREVISION= 1
 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math geography python 6CATEGORIES= math geography python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyephem/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=e/ephem/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.rhodesmill.org/brandon/projects/pyephem.html 10HOMEPAGE= http://rhodesmill.org/pyephem/
10COMMENT= Scientific-grade astronomical computations for Python 11COMMENT= Scientific-grade astronomical computations for Python
11LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3 12LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3
12 13
13REPLACE_PYTHON+= ephem/tests/test_*.py 14REPLACE_PYTHON+= ephem/tests/test_*.py
14 15
 16do-test:
 17 cd ${WRKSRC}/ephem && ${PYTHONBIN} -m unittest discover
 18
15.include "../../lang/python/application.mk" 19.include "../../lang/python/application.mk"
16.include "../../lang/python/distutils.mk" 20.include "../../lang/python/distutils.mk"
17.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/math/py-ephem/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-ephem/distinfo 2017/09/26 17:32:26 1.5
+++ pkgsrc/math/py-ephem/distinfo 2018/01/11 14:31:20 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2017/09/26 17:32:26 adam Exp $ 1$NetBSD: distinfo,v 1.6 2018/01/11 14:31:20 adam Exp $
2 2
3SHA1 (pyephem-3.7.6.0.tar.gz) = 00d016d757d773b4bce4479e699c9b0f9270782a 3SHA1 (ephem-3.7.6.0.tar.gz) = 4134799e9fb828c20757870c684facbfcfb16394
4RMD160 (pyephem-3.7.6.0.tar.gz) = 1fc99dd1553de160a41545a47eb4e6494ca1c5e1 4RMD160 (ephem-3.7.6.0.tar.gz) = 32e5fcb0e74936706b68bd811a9dcdf55b97b1f8
5SHA512 (pyephem-3.7.6.0.tar.gz) = c3013ef943c0e1e2c30bba6f72912efb100b4c8c45904b7d6d7ba73d8b741564793a6e538117eb88abb824c93c874e2c955de734418ebd2370888718a149c9a8 5SHA512 (ephem-3.7.6.0.tar.gz) = 64f1ac2529782d5d50668d17aa2af4810e42db29e4dc55354dd6167c4ce052ffcd0b02f6bb06c1557c4ff6da1180131cfc0dfa53a97ff34aaa488fe58e4b41a3
6Size (pyephem-3.7.6.0.tar.gz) = 739561 bytes 6Size (ephem-3.7.6.0.tar.gz) = 739442 bytes