This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+5 -2
View File
@@ -1,5 +1,7 @@
config BR2_PACKAGE_PYTHON_PYPARTED
bool "python-pyparted"
depends on BR2_PACKAGE_PYTHON3
depends on BR2_ENABLE_LOCALE # parted
depends on BR2_USE_WCHAR
select BR2_PACKAGE_PARTED
help
@@ -7,5 +9,6 @@ config BR2_PACKAGE_PYTHON_PYPARTED
https://github.com/rhinstaller/pyparted
comment "pyparted needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
comment "pyparted needs a toolchain w/ locale, wchar"
depends on BR2_PACKAGE_PYTHON3
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR
+2 -1
View File
@@ -1,2 +1,3 @@
# Locally computed
sha256 a9ec181bf3c7c0635862413fc86cb0950b5af957541535f530ea86a0f9d14e73 python-pyparted-3.11.0.tar.gz
sha256 d214288ae1a70b5925861ce01b3352378eb6b1419aa3b786f509e9ef2a501c02 python-pyparted-3.11.6.tar.gz
sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING
+1 -1
View File
@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_PYPARTED_VERSION = 3.11.0
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+