Skip to content

Commit

Permalink
update duplicity to use python38
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Apr 29, 2021
1 parent 0fd7d34 commit 0319be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions spk/duplicity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ SPK_VERS = 0.8.18
SPK_REV = 7
SPK_ICON = src/duplicity.png

BUILD_DEPENDS = cross/python3
BUILD_DEPENDS = cross/python38
DEPENDS = cross/cffi cross/duplicity cross/duply cross/libxml2 cross/libxslt cross/PyNaCl

WHEELS = src/requirements.txt

SPK_DEPENDS = "python3>=3.7.7-15:gnupg>=2.1.6"
SPK_DEPENDS = "python38>=3.8.8:gnupg>=2.1.6"

MAINTAINER = SynoCommunity
DESCRIPTION = Encrypted bandwidth-efficient backup using the rsync algorithm. Also contains duply wrapper script (duply is supported only for DSM >= 6.0).
STARTABLE = no
DISPLAY_NAME = Duplicity
CHANGELOG = "1. Update duplicity to v0.8.18 and duply to v2.3</br>2. Update to Python 3</br>3. Include supported backend libraries: b2sdk, boto, boto3, dropbox, gdata, jottalib, paramiko, paramiko, pydrive, pyrax, python-swiftclient, requests_oauthlib"
CHANGELOG = "1. Update duplicity to v0.8.18 and duply to v2.3.1</br>2. Update to Python 3</br>3. Include supported backend libraries: b2sdk, boto, boto3, dropbox, gdata, jottalib, paramiko, paramiko, pydrive, pyrax, python-swiftclient, requests_oauthlib"

HOMEPAGE = http://duplicity.nongnu.org/
LICENSE = GPLv2
Expand Down
2 changes: 1 addition & 1 deletion spk/duplicity/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### service-setup.sh

PYTHON_DIR="/var/packages/python3/target/bin"
PYTHON_DIR="/var/packages/python38/target/bin"
VIRTUALENV="${PYTHON_DIR}/python3 -m venv"
PATH="${SYNOPKG_PKGDEST}/env/bin:${SYNOPKG_PKGDEST}/bin:${PYTHON_DIR}:${PATH}"

Expand Down

0 comments on commit 0319be6

Please sign in to comment.