summaryrefslogtreecommitdiffstats
path: root/package/python-pyparted/python-pyparted.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-15 09:57:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-03 23:14:51 +0100
commitcd3e72b642e56b33a0cdeb377eb14004bfbcf9a7 (patch)
treeff3a33c3acd3c60b9fc65ea0d4bf120dbeca5e6d /package/python-pyparted/python-pyparted.mk
parent9d05cb121a93aa0501f4c7369881d304063c84da (diff)
downloadbuildroot-cd3e72b642e56b33a0cdeb377eb14004bfbcf9a7.tar.gz
buildroot-cd3e72b642e56b33a0cdeb377eb14004bfbcf9a7.zip
python-pyparted: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyparted/python-pyparted.mk')
-rw-r--r--package/python-pyparted/python-pyparted.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-pyparted/python-pyparted.mk b/package/python-pyparted/python-pyparted.mk
new file mode 100644
index 0000000000..4bf58c49eb
--- /dev/null
+++ b/package/python-pyparted/python-pyparted.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pyparted
+#
+################################################################################
+
+PYTHON_PYPARTED_VERSION = v3.10.7
+PYTHON_PYPARTED_SITE = $(call github,rhinstaller,pyparted,$(PYTHON_PYPARTED_VERSION))
+PYTHON_PYPARTED_SETUP_TYPE = distutils
+PYTHON_PYPARTED_LICENSE = GPLv2+
+PYTHON_PYPARTED_LICENSE_FILES = COPYING
+PYTHON_PYPARTED_DEPENDENCIES = host-python-cffi parted
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud