1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

WIP: Implementing all goodies and required changes / dependencies.

This commit is contained in:
j1nx
2021-01-07 21:21:21 +01:00
parent 96ddea2de3
commit 68d555fb16
71 changed files with 1181 additions and 195 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYMEEUS
bool "python-pymeeus"
help
Python implementation of Jean Meeus astronomical routines.
https://github.com/architest/pymeeus

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pymeeus/json
md5 47dd9b52aa30a096bf25029e087fb793 PyMeeus-0.3.7.tar.gz
sha256 56430209e6f9a039f1ba73f107ab0b23121548e2a67ed2855f2416c3749a5662 PyMeeus-0.3.7.tar.gz
# Locally computed sha256 checksums
sha256 e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b LICENSE.txt

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pymeeus
#
################################################################################
PYTHON_PYMEEUS_VERSION = 0.3.7
PYTHON_PYMEEUS_SOURCE = PyMeeus-$(PYTHON_PYMEEUS_VERSION).tar.gz
PYTHON_PYMEEUS_SITE = https://files.pythonhosted.org/packages/2c/30/47957d487fff94083bdd17247734c165f12b5ac39a3abd1aa476a93eea6e
PYTHON_PYMEEUS_SETUP_TYPE = setuptools
PYTHON_PYMEEUS_LICENSE = GPL-3.0
PYTHON_PYMEEUS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))