blob: 7cf88ec33244d2ab30e94c4ece3e436b25a7efaf [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "PyEphem astronomical calculations"
2HOMEPAGE = "http://rhodesmill.org/pyephem/"
3
4LICENSE = "LGPL-3.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f288303760f6e5ceaafe3aaa32186ab1"
6
Andrew Geisslereef63862021-01-29 15:58:13 -06007SRC_URI[sha256sum] = "36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9PYPI_PACKAGE = "ephem"
10
11inherit pypi setuptools3
12
Patrick Williams213cb262021-08-07 19:21:33 -050013RDEPENDS:${PN} += "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ${PYTHON_PN}-datetime \
15 ${PYTHON_PN}-math \
16 "