pkgsrc/math/py-ephem/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

20 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:39 rillig Exp $
DISTNAME= ephem-3.7.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ephem/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://rhodesmill.org/pyephem/
COMMENT= Scientific-grade astronomical computations for Python
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v3
REPLACE_PYTHON+= ephem/tests/test_*.py
do-test:
cd ${WRKSRC}/ephem && ${PYTHONBIN} -m unittest discover
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"