blob: 41b734219493075cf9685f3c896ccd30f842d643 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
2HOMEPAGE = "https://github.com/pyca/pynacl"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
6
7PYPI_PACKAGE = "asn1crypto"
8
9SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
10SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
11
12inherit pypi
13BBCLASSEXTEND = "native"