nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / rdiff-backup / Makefile
blob7eab1ed247e784da5b12db8a9668859db1c99b93
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 -d sysutils/rdiff-backup rdiff-backup
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = rdiff-backup
22 HUMAN_VERSION = 2.2.6
23 COMPONENT_SUMMARY = rdiff-backup - Backup and Restore utility, easy to use, efficient, locally and remotely usable
24 COMPONENT_PROJECT_URL = https://rdiff-backup.net/
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/e9/9b/487229306904a54c33f485161105bb3f0a6c87951c90a54efdc0fc04a1c9/rdiff-backup-2.2.6.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:d0778357266bc6513bb7f75a4570b29b24b2760348bbf607babfc3a6f09458cf
29 COMPONENT_LICENSE = GPL-2.0-only
30 COMPONENT_LICENSE_FILE = COPYING
32 COMPONENT_FMRI = backup/rdiff-backup
33 COMPONENT_CLASSIFICATION = Applications/System Utilities
35 # This is a standalone application. Since no other Python project depends on
36 # it we just provide single unversioned package.
37 SINGLE_PYTHON_VERSION = yes
39 include $(WS_MAKE_RULES)/common.mk
41 # Make sure data files are installed at proper location
42 PYTHON_DATA=$(USRDIR)
44 # Tests needs to find testing modules
45 COMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB):$(@D)/testing
47 # Auto-generated dependencies
48 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
49 PYTHON_REQUIRED_PACKAGES += library/python/pyyaml
50 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
51 PYTHON_REQUIRED_PACKAGES += runtime/python
52 REQUIRED_PACKAGES += library/librsync
53 REQUIRED_PACKAGES += system/library
54 TEST_REQUIRED_PACKAGES.python += library/python/coverage
55 TEST_REQUIRED_PACKAGES.python += library/python/flake8
56 TEST_REQUIRED_PACKAGES.python += library/python/psutil
57 TEST_REQUIRED_PACKAGES.python += library/python/pyyaml
58 TEST_REQUIRED_PACKAGES.python += library/python/rpdb
59 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
60 TEST_REQUIRED_PACKAGES.python += library/python/setuptools-scm