diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc new file mode 100644 index 0000000000..3bdb4b2352 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" | ||
2 | HOMEPAGE = "https://github.com/pyca/pynacl" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2" | ||
6 | |||
7 | PYPI_PACKAGE = "asn1crypto" | ||
8 | |||
9 | SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876" | ||
10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" | ||
11 | |||
12 | inherit pypi | ||