aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb
new file mode 100644
index 0000000000..43e91f4b1a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.2.3.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Test vectors for the cryptography package."
+SECTION = "devel/python"
+LICENSE = "Apache-2.0 | BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
+DEPENDS = "python-cryptography"
+SRCNAME = "cryptography_vectors"
+
+SRC_URI = "https://pypi.python.org/packages/source/c/cryptography-vectors/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI[md5sum] = "3c16f3dd4dc5d38b42d889b10b8b379d"
+SRC_URI[sha256sum] = "71f2757ea5444c228d7db6c3808ff658bd44a91e612820b3dc2f9daeeee30a6a"
+
+inherit setuptools