rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / pypi-json / Makefile
bloba10efc13f23688ccf2875cc57a07fa3afe7b39d4
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 pypi-json
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pypi-json
22 HUMAN_VERSION = 0.4.0
23 COMPONENT_SUMMARY = PyPI JSON API client library
24 COMPONENT_PROJECT_URL = https://github.com/repo-helper/pypi-json
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/repo-helper/pypi-json/archive/refs/tags/v0.4.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:e46ce6a5a938e7c670b81e9542509261da91c39c45812d613b6665a7a241bf01
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/apeye
36 PYTHON_REQUIRED_PACKAGES += library/python/packaging
37 PYTHON_REQUIRED_PACKAGES += library/python/requests
38 PYTHON_REQUIRED_PACKAGES += library/python/whey
39 PYTHON_REQUIRED_PACKAGES += runtime/python
40 TEST_REQUIRED_PACKAGES.python += library/python/betamax
41 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
42 TEST_REQUIRED_PACKAGES.python += library/python/coverage
43 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
44 TEST_REQUIRED_PACKAGES.python += library/python/pip
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
47 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
49 TEST_REQUIRED_PACKAGES.python += library/python/shippinglabel
50 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv