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
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 pep440
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= pep440
23 COMPONENT_SUMMARY
= pep440
- A simple package with utils to
check whether versions number match PEP
440.
24 COMPONENT_PROJECT_URL
= https
://github.com
/Carreau
/pep440
25 COMPONENT_ARCHIVE_URL
= \
26 https
://files.pythonhosted.org
/packages
/9c
/9f
/6934fbe88a573c91e4715ec2e6e346cf994460154dbc0d66db6a4096fa5d
/pep440-0.1
.2.
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:58b37246cc2b13fee1ca2a3c092cb3704d21ecf621a5bdbb168e44e697f6d04d
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_LICENSE_FILE
= LICENSE
34 include $(WS_MAKE_RULES
)/common.mk
36 # Testing needs access to pep440 binary
37 COMPONENT_PRE_TEST_ACTION
+= $(LN
) -s pep440-
$(PYTHON_VERSION
) $(PROTO_DIR
)/usr
/bin
/pep440
;
38 COMPONENT_POST_TEST_ACTION
+= $(RM
) $(PROTO_DIR
)/usr
/bin
/pep440
;
39 COMPONENT_TEST_ENV
+= PATH
=$(PROTO_DIR
)/usr
/bin
:$(PATH
)
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES
+= library
/python
/flit-core
43 PYTHON_REQUIRED_PACKAGES
+= runtime
/python