Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
d402c2 1 #
F 2 # This file and its contents are supplied under the terms of the
de78cf 3 # Common Development and Distribution License ("CDDL"), version 1.0.
MT 4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
d402c2 6 #
F 7 # A full copy of the text of the CDDL should have accompanied this
de78cf 8 # source.  A copy of the CDDL is also available via the Internet at
d402c2 9 # http://www.illumos.org/license/CDDL.
F 10 #
11
12 #
de78cf 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project dnspython
d402c2 15 #
F 16
de78cf 17 BUILD_STYLE = pyproject
MT 18
d402c2 19 include ../../../make-rules/shared-macros.mk
F 20
de78cf 21 COMPONENT_NAME =        dnspython
bc1890 22 HUMAN_VERSION =            2.6.1
de78cf 23 COMPONENT_SUMMARY =        dnspython - DNS toolkit
MT 24 COMPONENT_ARCHIVE_HASH =    \
bc1890 25     sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
de78cf 26 COMPONENT_LICENSE =        ISC
MT 27 COMPONENT_LICENSE_FILE =    LICENSE
d402c2 28
de78cf 29 TEST_STYLE = pytest
d402c2 30
F 31 include $(WS_MAKE_RULES)/common.mk
32
33 # Auto-generated dependencies
e74f02 34 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
0210cb 35 PYTHON_REQUIRED_PACKAGES += runtime/python