mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-pathlib2/Config.in
Normal file
14
package/python-pathlib2/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_PYTHON_PATHLIB2
|
||||
bool "python-pathlib2"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_SCANDIR # runtime
|
||||
help
|
||||
Object-oriented filesystem paths.
|
||||
|
||||
The goal of pathlib2 is to provide a backport of standard
|
||||
pathlib module which tracks the standard library module, so
|
||||
all the newest features of the standard pathlib can be used
|
||||
also on older Python versions.
|
||||
|
||||
https://pypi.python.org/pypi/pathlib2
|
5
package/python-pathlib2/python-pathlib2.hash
Normal file
5
package/python-pathlib2/python-pathlib2.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pathlib2/json
|
||||
md5 f9ede5c162ea6fc6a3b1d26db53bb6a2 pathlib2-2.3.3.tar.gz
|
||||
sha256 25199318e8cc3c25dcb45cbe084cc061051336d5a9ea2a12448d3d8cb748f742 pathlib2-2.3.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f8e02f1a07e4c6fc59a4bee831ddde26b97064105c423b9e24340f35aaa80262 LICENSE.rst
|
14
package/python-pathlib2/python-pathlib2.mk
Normal file
14
package/python-pathlib2/python-pathlib2.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathlib2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHLIB2_VERSION = 2.3.3
|
||||
PYTHON_PATHLIB2_SOURCE = pathlib2-$(PYTHON_PATHLIB2_VERSION).tar.gz
|
||||
PYTHON_PATHLIB2_SITE = https://files.pythonhosted.org/packages/bf/d7/a2568f4596b75d2c6e2b4094a7e64f620decc7887f69a1f2811931ea15b9
|
||||
PYTHON_PATHLIB2_LICENSE = MIT
|
||||
PYTHON_PATHLIB2_LICENSE_FILES = LICENSE.rst
|
||||
PYTHON_PATHLIB2_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user