generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-pathtools/Config.in
Normal file
6
package/python-pathtools/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PATHTOOLS
|
||||
bool "python-pathtools"
|
||||
help
|
||||
File system general utilities.
|
||||
|
||||
http://github.com/gorakhargosh/pathtools
|
||||
6
package/python-pathtools/python-pathtools.hash
Normal file
6
package/python-pathtools/python-pathtools.hash
Normal 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
|
||||
14
package/python-pathtools/python-pathtools.mk
Normal file
14
package/python-pathtools/python-pathtools.mk
Normal 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))
|
||||
Reference in New Issue
Block a user