perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / PyNaCl / Makefile
blobf1a57599ec2ccd9cf1c2c3ce20d6fe03f8661822
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project PyNaCl
17 BUILD_STYLE = pyproject
18 PYTHON3_SOABI = abi3
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = PyNaCl
23 HUMAN_VERSION = 1.5.0
24 COMPONENT_REVISION = 2
25 COMPONENT_SUMMARY = PyNaCl - Python binding to the Networking and Cryptography (NaCl) library
26 COMPONENT_PROJECT_URL = https://github.com/pyca/pynacl/
27 COMPONENT_ARCHIVE_URL = \
28 https://files.pythonhosted.org/packages/a7/22/27582568be639dfe22ddb3902225f91f2f17ceff88ce80e4db396c8986da/PyNaCl-1.5.0.tar.gz
29 COMPONENT_ARCHIVE_HASH = \
30 sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
31 COMPONENT_LICENSE = Apache-2.0
32 COMPONENT_LICENSE_FILE = LICENSE
34 include $(WS_MAKE_RULES)/common.mk
36 # Use system libsodium
37 PYTHON_ENV += SODIUM_INSTALL=system
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/cffi
41 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
42 PYTHON_REQUIRED_PACKAGES += library/python/wheel
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 REQUIRED_PACKAGES += library/security/libsodium
45 REQUIRED_PACKAGES += system/library
46 TEST_REQUIRED_PACKAGES.python += library/python/coverage
47 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
48 TEST_REQUIRED_PACKAGES.python += library/python/pretend
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest