Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 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 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | SRC_URI[md5sum] = "de3520426e81a6581352d4366f310eb1" |
| 10 | SRC_URI[sha256sum] = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | |
| 12 | inherit pypi |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | |
| 14 | RDEPENDS_${PN}_class-target += " \ |
| 15 | ${PYTHON_PN}-codecs \ |
| 16 | ${PYTHON_PN}-crypt \ |
| 17 | ${PYTHON_PN}-ctypes \ |
| 18 | ${PYTHON_PN}-datetime \ |
| 19 | ${PYTHON_PN}-io \ |
| 20 | ${PYTHON_PN}-netclient \ |
| 21 | " |
| 22 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 23 | BBCLASSEXTEND = "native" |