[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,6 @@
config BR2_PACKAGE_PYTHON_PATHTOOLS
bool "python-pathtools"
help
File system general utilities.
http://github.com/gorakhargosh/pathtools

View File

@ -0,0 +1,6 @@
# md5 from https://pypi.python.org/pypi/pathtools/json
md5 9a1af5c605768ea5804b03b734ff0f82 pathtools-0.1.2.tar.gz
# sha256 calculated by scanpypi
sha256 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0 pathtools-0.1.2.tar.gz
# Locally computed
sha256 b52d83fba08f61bd1e603fee1b44cbc7ead9fcb512a5ceb8c53fec90ba415ac4 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pathtools
#
################################################################################
PYTHON_PATHTOOLS_VERSION = 0.1.2
PYTHON_PATHTOOLS_SOURCE = pathtools-$(PYTHON_PATHTOOLS_VERSION).tar.gz
PYTHON_PATHTOOLS_SITE = https://pypi.python.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a
PYTHON_PATHTOOLS_SETUP_TYPE = setuptools
PYTHON_PATHTOOLS_LICENSE = MIT
PYTHON_PATHTOOLS_LICENSE_FILES = LICENSE
$(eval $(python-package))