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:
6
buildroot-external/package/python-pymeeus/Config.in
Normal file
6
buildroot-external/package/python-pymeeus/Config.in
Normal 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
|
@@ -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
|
14
buildroot-external/package/python-pymeeus/python-pymeeus.mk
Normal file
14
buildroot-external/package/python-pymeeus/python-pymeeus.mk
Normal 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))
|
Reference in New Issue
Block a user