From fbeeb4c8cb4e44c654ca27db9ae05a83202f4104 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Mon, 8 Feb 2016 10:04:21 +0100 Subject: python-cryptography: new package Signed-off-by: Yegor Yefremov [Thomas: - fix license information: it is either Apache-2.0 *or* BSD-3c - add the LICENSE file to the list of license files, since it is the one that explains that the license is either Apache-2.0 or BSD-3c.] Signed-off-by: Thomas Petazzoni --- package/python-cryptography/python-cryptography.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/python-cryptography/python-cryptography.mk (limited to 'package/python-cryptography/python-cryptography.mk') diff --git a/package/python-cryptography/python-cryptography.mk b/package/python-cryptography/python-cryptography.mk new file mode 100644 index 0000000000..cefd3cba34 --- /dev/null +++ b/package/python-cryptography/python-cryptography.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# python-cryptography +# +################################################################################ + +PYTHON_CRYPTOGRAPHY_VERSION = 1.2.2 +PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz +PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/source/c/cryptography +PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools +PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3c +PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD +PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl + +$(eval $(python-package)) -- cgit v1.2.3