From 7002ffd2b2aab8373d4e344c1ae4534c6e8851ff Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:54 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python-pyephem/python3-pyephem_4.1.5.bb | 16 ---------------- .../python-pyephem/python3-pyephem_4.1.6.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb create mode 100644 meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb (limited to 'meta-python') diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb deleted file mode 100644 index 8c9262afb8..0000000000 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "PyEphem astronomical calculations" -HOMEPAGE = "http://rhodesmill.org/pyephem/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" - -SRC_URI[sha256sum] = "0c64a8aa401574c75942045b9af70d1656e14c5366151c0cbb400cbeedc2362a" - -PYPI_PACKAGE = "ephem" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-datetime \ - python3-math \ - " diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb new file mode 100644 index 0000000000..c3b151508c --- /dev/null +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.6.bb @@ -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 \ + " -- cgit v1.2.3-54-g00ecf