[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_APPDIRS
bool "python-appdirs"
help
A small Python module for determining appropriate platform-
specific dirs, e.g. a "user data dir".
http://github.com/ActiveState/appdirs

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/appdirs/json
md5 d6bca12613174185dd9abc8a29f4f012 appdirs-1.4.4.tar.gz
sha256 7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41 appdirs-1.4.4.tar.gz
# Locally computed sha256 checksums
sha256 36ddb4d0a745a93ab203203d7190814b1b89727d254caff48c7a7afbbd47000b LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-appdirs
#
################################################################################
PYTHON_APPDIRS_VERSION = 1.4.4
PYTHON_APPDIRS_SOURCE = appdirs-$(PYTHON_APPDIRS_VERSION).tar.gz
PYTHON_APPDIRS_SITE = https://files.pythonhosted.org/packages/d7/d8/05696357e0311f5b5c316d7b95f46c669dd9c15aaeecbb48c7d0aeb88c40
PYTHON_APPDIRS_SETUP_TYPE = setuptools
PYTHON_APPDIRS_LICENSE = MIT
PYTHON_APPDIRS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))