summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-30 12:56:49 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commit4259c41cc40a8f7ffa4a6d8b2f4b8155ee230acb (patch)
tree63bb15cbf622380389145989dec4bc01b24458c4 /meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb
parent5ded36bc807fb59e47cfe10c46c52f812c514b9a (diff)
downloadmeta-openembedded-4259c41cc40a8f7ffa4a6d8b2f4b8155ee230acb.tar.gz
python3-pyephem: upgrade 4.1.3 -> 4.1.4
0001-Don-t-set-tp_print-on-Python-3.patch removed since it's included in 4.1.4 Changelog: ========== In previous versions, if you asked for the position of a body (a) whose elliptical or hyperbolic orbit has an eccentricity very close to 1.0 and (b) which is very far from perihelion, then the underlying C library would print a warning Near-parabolic orbit: inaccurate result but let your Python script continue on unawares. Now, no message is printed directly to the screen, and instead a RuntimeError will tell you why PyEphem can't compute the body's position. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb')
-rw-r--r--meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb
new file mode 100644
index 0000000000..8850b79e8c
--- /dev/null
+++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.4.bb
@@ -0,0 +1,16 @@
1SUMMARY = "PyEphem astronomical calculations"
2HOMEPAGE = "http://rhodesmill.org/pyephem/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40"
6
7SRC_URI[sha256sum] = "73a59f0d2162d1624535c3c3b75f956556bdbb2055eaf554a7bef147d3f9c760"
8
9PYPI_PACKAGE = "ephem"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-datetime \
15 ${PYTHON_PN}-math \
16 "