py3-boto (unenforced dependency of duplicity for S3 storage) is no longer in

ports; adapt DESCR to point users at py3-boto3 and the boto3+s3:// URL format
instead. Reported by Tom Murphy.
This commit is contained in:
sthen 2022-04-26 12:23:02 +00:00
parent d97de253c6
commit 0f172b62c2
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
COMMENT = encrypted backup using rsync algorithm
MODPY_EGG_VERSION = 0.8.21
REVISION = 0
DISTNAME = duplicity-${MODPY_EGG_VERSION}
CATEGORIES = sysutils

View File

@ -10,12 +10,13 @@ extension of librsync's rdiff to directories---it can be used to produce
signatures and deltas of directories as well as regular files. These
signatures and deltas are in GNU tar format.
All possible dependencies aren't enforced in this package and must be installed
according to the requirements (e.g. backup to S3):
Only minimal dependencies are enforced, other backends require
additional dependencies (some are available in packages, some not).
For S3, "pkg_add py3-boto3" and use the URL boto3+s3://bucket/subdir.
Other options are:
# azure
# b2sdk
# boto
# boto3
# dropbox==6.9.0
# gdata
# jottalib