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-docopt / python-docopt.mk
1 ################################################################################
2 #
3 # python-docopt
4 #
5 ################################################################################
6
7 PYTHON_DOCOPT_VERSION = 0.6.2
8 PYTHON_DOCOPT_SITE = $(call github,docopt,docopt,$(PYTHON_DOCOPT_VERSION))
9 PYTHON_DOCOPT_LICENSE = MIT
10 PYTHON_DOCOPT_LICENSE_FILES = LICENSE-MIT
11 PYTHON_DOCOPT_SETUP_TYPE = setuptools
12
13 $(eval $(python-package))