This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_SEE
bool "python-see"
help
dir for humans.
https://ljcooke.github.io/see/
+4
View File
@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi/see/json, sha256 locally computed
md5 cb3bf4d314f73a8f7a2fd3d2d99aab54 see-1.4.1.tar.gz
sha256 14f8f8a88a909a7d7dea81f0016e3fdfabd3b5d335992e102a382e1a71672bd1 see-1.4.1.tar.gz
sha256 dccbd040a7deacee7f05e5e46a8eba6e786ac319f0cb94c36f92d789585911a6 LICENSE
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-see
#
################################################################################
PYTHON_SEE_VERSION = 1.4.1
PYTHON_SEE_SOURCE = see-$(PYTHON_SEE_VERSION).tar.gz
PYTHON_SEE_SITE = https://pypi.python.org/packages/ff/fc/fcabb6a9bfe7c56798285839780cae67342256b823b97e94d862b0ba21d6
PYTHON_SEE_SETUP_TYPE = setuptools
PYTHON_SEE_LICENSE = BSD-3-Clause
PYTHON_SEE_LICENSE_FILES = LICENSE
$(eval $(python-package))