jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pkgutil_resolve_name / Makefile
blob645087e11c8128409c9092a5d5ce6b5d95b22229
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 pkgutil_resolve_name
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pkgutil_resolve_name
22 HUMAN_VERSION = 1.3.10
23 COMPONENT_SUMMARY = pkgutil_resolve_name - Resolve a name to an object.
24 COMPONENT_PROJECT_URL = https://github.com/graingert/pkgutil-resolve-name
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/70/f2/f2891a9dc37398696ddd945012b90ef8d0a034f0012e3f83c3f7a70b0f79/pkgutil_resolve_name-1.3.10.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174
29 COMPONENT_LICENSE = MIT OR PSF-2.0
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # Auto-generated dependencies
37 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
38 PYTHON_REQUIRED_PACKAGES += runtime/python