PKG_NAME = duplicity
PKG_VERS = 3.0.5.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/d/duplicity
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = 

HOMEPAGE = https://duplicity.us/
COMMENT  = Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
LICENSE  = GPLv2

include ../../mk/spksrc.python-wheel.mk
