mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-pyephem: upgrade 4.1.5 -> 4.1.6
Changelog: ============ - Build wheels for Python 2.7 again - Update github actions and add Python 3.13 - Fix or remove several old broken links - Remove broken link to Meeus's book Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "PyEphem astronomical calculations"
|
||||
HOMEPAGE = "http://rhodesmill.org/pyephem/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40"
|
||||
|
||||
SRC_URI[sha256sum] = "0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f"
|
||||
|
||||
PYPI_PACKAGE = "ephem"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-datetime \
|
||||
python3-math \
|
||||
"
|
||||
Reference in New Issue
Block a user