Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
2d40e4 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project cached-property
15 #
16
17 BUILD_STYLE = setup.py
18 USE_COMMON_TEST_MASTER = no
19
20 include ../../../make-rules/shared-macros.mk
21
22 COMPONENT_NAME =        cached-property
23 HUMAN_VERSION =            1.5.2
24 COMPONENT_SUMMARY =        cached-property - A decorator for caching properties in classes.
25 COMPONENT_PROJECT_URL =        https://github.com/pydanny/cached-property
26 COMPONENT_ARCHIVE_URL =        \
27     https://files.pythonhosted.org/packages/61/2c/d21c1c23c2895c091fa7a91a54b6872098fea913526932d21902088a7c41/cached-property-1.5.2.tar.gz
28 COMPONENT_ARCHIVE_HASH =    \
29     sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130
30 COMPONENT_LICENSE =        BSD-3-Clause
31 COMPONENT_LICENSE_FILE =    LICENSE
32
33 TEST_STYLE = pytest
34
35 include $(WS_MAKE_RULES)/common.mk
36
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += runtime/python