generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/python-pyparted/Config.in
Normal file
12
package/python-pyparted/Config.in
Normal file
@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYPARTED
|
||||
bool "python-pyparted"
|
||||
depends on BR2_ENABLE_LOCALE # parted
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_PARTED
|
||||
help
|
||||
Python bindings for GNU parted (libparted).
|
||||
|
||||
https://github.com/rhinstaller/pyparted
|
||||
|
||||
comment "pyparted needs a toolchain w/ locale, wchar"
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
|
||||
3
package/python-pyparted/python-pyparted.hash
Normal file
3
package/python-pyparted/python-pyparted.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 d214288ae1a70b5925861ce01b3352378eb6b1419aa3b786f509e9ef2a501c02 python-pyparted-3.11.6.tar.gz
|
||||
sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING
|
||||
14
package/python-pyparted/python-pyparted.mk
Normal file
14
package/python-pyparted/python-pyparted.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyparted
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYPARTED_VERSION = 3.11.6
|
||||
PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,v$(PYTHON_PYPARTED_VERSION))
|
||||
PYTHON_PYPARTED_SETUP_TYPE = distutils
|
||||
PYTHON_PYPARTED_LICENSE = GPL-2.0+
|
||||
PYTHON_PYPARTED_LICENSE_FILES = COPYING
|
||||
PYTHON_PYPARTED_DEPENDENCIES = parted
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user