php83 - new package version php 8.3
[oi-userland.git] / components / python / repoze.sphinx.autointerface / Makefile
blobe0f5ebe0794f5349a26aba253d802bd714023e8b
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 repoze.sphinx.autointerface
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = repoze.sphinx.autointerface
22 HUMAN_VERSION = 1.0.0
23 COMPONENT_SUMMARY = repoze.sphinx.autointerface - Sphinx extension: auto-generates API docs from Zope interfaces
24 COMPONENT_PROJECT_URL = https://github.com/repoze/repoze.sphinx.autointerface/
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/e2/c3/5a8238e9fcba69e3a925d8a4e88547765e110f807bab47c56598d7aa9a5b/repoze.sphinx.autointerface-1.0.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:486bf1423a4696b9153e488cef9d326c496ffc16ddeb14b0c9887b46c60e28a1
29 COMPONENT_LICENSE = BSD-3-Clause-Modification
30 COMPONENT_LICENSE_FILE = LICENSE.txt
32 include $(WS_MAKE_RULES)/common.mk
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
36 PYTHON_REQUIRED_PACKAGES += library/python/sphinx
37 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
38 PYTHON_REQUIRED_PACKAGES += runtime/python
39 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner