All pastes #4016386 Raw Edit

python3-pynacl_1.2.1.bb

public unlisted text v1 · immutable
#4016386 ·published 2018-04-17 21:52 UTC
rendered paste body
inherit setuptools3
DESCRIPTION = "PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library."
HOMEPAGE = "https://pypi.org/project/PyNaCl/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f"

DEPENDS += " \
	${PYTHON_PN}-cffi \
	${PYTHON_PN}-six \
	${PYTHON_PN}-pycparser \
	libsodium \
	"

RDEPENDS_${PN}_class-target += " \    
	${PYTHON_PN}-cffi \
	${PYTHON_PN}-six \
	${PYTHON_PN}-pycparser \
	libsodium \
	"

SRC_URI[md5sum] = "1db3e111775fbe6b66772ff30af7a956"
SRC_URI[sha256sum] = "e0d38fa0a75f65f556fb912f2c6790d1fa29b7dd27a1d9cc5591b281321eaaa9"

PYPI_PACKAGE = "PyNaCl"

inherit pypi