mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
duplicity: orphan
This commit is contained in:
parent
8a685b8c3b
commit
474e57ae73
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=3.0.3.1
|
version=3.0.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-setuptools_scm"
|
hostmakedepends="gettext python3-setuptools_scm"
|
||||||
makedepends="python3-devel librsync-devel"
|
makedepends="python3-devel librsync-devel"
|
||||||
|
@ -9,12 +9,14 @@ depends="python3-fasteners gnupg python3-future python3-urllib3"
|
||||||
checkdepends="$depends python3-pytest python3-mock python3-pexpect
|
checkdepends="$depends python3-pytest python3-mock python3-pexpect
|
||||||
tar par2cmdline"
|
tar par2cmdline"
|
||||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://duplicity.gitlab.io"
|
homepage="https://duplicity.gitlab.io"
|
||||||
changelog="https://gitlab.com/duplicity/duplicity/-/raw/main/CHANGELOG.md"
|
changelog="https://gitlab.com/duplicity/duplicity/-/raw/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/d/duplicity/duplicity-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/duplicity/duplicity-${version}.tar.gz"
|
||||||
checksum=33b5e5f28384ee51dd750f926273903604606bfc08a0c4a5c738064dc5c99c2e
|
checksum=33b5e5f28384ee51dd750f926273903604606bfc08a0c4a5c738064dc5c99c2e
|
||||||
|
# most of the dependencies are for optional backends, some aren't packaged by Void
|
||||||
|
noverifypydeps=yes
|
||||||
|
|
||||||
duplicity-doc_package() {
|
duplicity-doc_package() {
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
|
|
Loading…
Add table
Reference in a new issue