The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-enum34 / python-enum34.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-enum34/python-enum34.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-enum34/python-enum34.mk
new file mode 100644 (file)
index 0000000..13c529d
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-enum34
+#
+################################################################################
+
+PYTHON_ENUM34_VERSION = 1.0.4
+PYTHON_ENUM34_SOURCE = enum34-$(PYTHON_ENUM34_VERSION).tar.gz
+PYTHON_ENUM34_SITE = http://pypi.python.org/packages/source/e/enum34
+PYTHON_ENUM34_SETUP_TYPE = distutils
+PYTHON_ENUM34_LICENSE = BSD-3c
+PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
+
+$(eval $(python-package))