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
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/borgbackup borgbackup
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= borgbackup
23 COMPONENT_SUMMARY
= Deduplicated
, encrypted
, authenticated and compressed backups
24 COMPONENT_PROJECT_URL
= https
://borgbackup.org
/
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29
27 COMPONENT_LICENSE
= BSD-3-Clause
28 COMPONENT_LICENSE_FILE
= LICENSE
30 COMPONENT_FMRI
= backup
/borg
31 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
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
37 include $(WS_MAKE_RULES
)/common.mk
39 # To fully utilize pytest-xdist
40 COMPONENT_TEST_ENV
+= XDISTN
=auto
42 # Auto-generated dependencies
43 PYTHON_REQUIRED_PACKAGES
+= library
/python
/cython
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/msgpack
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/packaging
46 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pkgconfig
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
48 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools-scm
49 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
50 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
51 REQUIRED_PACKAGES
+= $(OPENSSL_PKG
)
52 REQUIRED_PACKAGES
+= compress
/zstd
53 REQUIRED_PACKAGES
+= library
/libxxhash
54 REQUIRED_PACKAGES
+= library
/lz4
55 REQUIRED_PACKAGES
+= system
/library
56 TEST_REQUIRED_PACKAGES.python
+= library
/python
/build
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/cython
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pip
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pkgconfig
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
/setuptools
65 TEST_REQUIRED_PACKAGES.python
+= library
/python
/setuptools-scm
66 TEST_REQUIRED_PACKAGES.python
+= library
/python
/virtualenv
67 TEST_REQUIRED_PACKAGES.python
+= library
/python
/wheel