Marcel Telka
2024-03-30 f9ba3aac090e918abb602b2ce28e58b7dd0f59fa
commit | author | age
5313ba 1 #
AP 2 # This file and its contents are supplied under the terms of the
4f888c 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.
5313ba 6 #
AP 7 # A full copy of the text of the CDDL should have accompanied this
4f888c 8 # source.  A copy of the CDDL is also available via the Internet at
5313ba 9 # http://www.illumos.org/license/CDDL.
AP 10 #
11
12 #
4f888c 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project -d sysutils/borgbackup borgbackup
5313ba 15 #
AP 16
4f888c 17 BUILD_STYLE = pyproject
MT 18
5313ba 19 include ../../../make-rules/shared-macros.mk
AP 20
4f888c 21 COMPONENT_NAME =        borgbackup
f9ba3a 22 HUMAN_VERSION =            1.2.8
4f888c 23 COMPONENT_SUMMARY =        borgbackup - Deduplicated, encrypted, authenticated and compressed backups
MT 24 COMPONENT_PROJECT_URL =        https://borgbackup.readthedocs.io/
25 COMPONENT_ARCHIVE_HASH =    \
f9ba3a 26     sha256:d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa
4f888c 27 COMPONENT_LICENSE =        BSD-3-Clause
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
5313ba 29
4f888c 30 COMPONENT_FMRI =        backup/borg
MT 31 COMPONENT_CLASSIFICATION =    Applications/System Utilities
32
33 # This is a standalone application.  Since no other Python project depends on
34 # it we just provide single unversioned package.
35 SINGLE_PYTHON_VERSION = yes
36
38cd45 37 include $(WS_MAKE_RULES)/common.mk
5313ba 38
4f888c 39 # To fully utilize pytest-xdist
MT 40 COMPONENT_TEST_ENV += XDISTN=auto
c93488 41
bbfd5d 42 # Auto-generated dependencies
4f888c 43 PYTHON_REQUIRED_PACKAGES += library/python/cython
MT 44 PYTHON_REQUIRED_PACKAGES += library/python/msgpack
45 PYTHON_REQUIRED_PACKAGES += library/python/packaging
46 PYTHON_REQUIRED_PACKAGES += library/python/pkgconfig
070b3c 47 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
4f888c 48 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
MT 49 PYTHON_REQUIRED_PACKAGES += library/python/wheel
070b3c 50 PYTHON_REQUIRED_PACKAGES += runtime/python
1f3b33 51 REQUIRED_PACKAGES += compress/zstd
f9ba3a 52 REQUIRED_PACKAGES += library/libxxhash
5c1478 53 REQUIRED_PACKAGES += library/lz4
a841ae 54 REQUIRED_PACKAGES += library/security/openssl-31
5c1478 55 REQUIRED_PACKAGES += system/library
4f888c 56 TEST_REQUIRED_PACKAGES.python += library/python/cython
MT 57 TEST_REQUIRED_PACKAGES.python += library/python/pip
58 TEST_REQUIRED_PACKAGES.python += library/python/pkgconfig
59 TEST_REQUIRED_PACKAGES.python += library/python/pre-commit
60 TEST_REQUIRED_PACKAGES.python += library/python/pytest
61 TEST_REQUIRED_PACKAGES.python += library/python/pytest-benchmark
62 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
63 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
64 TEST_REQUIRED_PACKAGES.python += library/python/python-dateutil
65 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
66 TEST_REQUIRED_PACKAGES.python += library/python/setuptools-scm
67 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
68 TEST_REQUIRED_PACKAGES.python += library/python/wheel