mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
config BR2_PACKAGE_PYTHON_PATHLIB2
|
||||
bool "python-pathlib2"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_SIX # 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
|
||||
@@ -1,5 +0,0 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pathlib2/json
|
||||
md5 f2bd0a363eb0f8fa0556f35c1d9e66fb pathlib2-2.3.5.tar.gz
|
||||
sha256 6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868 pathlib2-2.3.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f8e02f1a07e4c6fc59a4bee831ddde26b97064105c423b9e24340f35aaa80262 LICENSE.rst
|
||||
@@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathlib2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHLIB2_VERSION = 2.3.5
|
||||
PYTHON_PATHLIB2_SOURCE = pathlib2-$(PYTHON_PATHLIB2_VERSION).tar.gz
|
||||
PYTHON_PATHLIB2_SITE = https://files.pythonhosted.org/packages/94/d8/65c86584e7e97ef824a1845c72bbe95d79f5b306364fa778a3c3e401b309
|
||||
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