[arch-commits] Commit in duplicity/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:32:44 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:32:44
  Author: felixonmars
Revision: 1063111

archrelease: copy trunk to community-staging-x86_64

Added:
  duplicity/repos/community-staging-x86_64/
  duplicity/repos/community-staging-x86_64/PKGBUILD
    (from rev 1063108, duplicity/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: duplicity/repos/community-staging-x86_64/PKGBUILD (from rev 1063108, duplicity/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-12-02 23:32:44 UTC (rev 1063111)
@@ -0,0 +1,36 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=duplicity
+pkgver=0.8.21
+pkgrel=2
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners' 'python-future')
+makedepends=('python-setuptools-scm')
+optdepends=('lftp: backend for ftp, ftps, fish'
+            'ncftp: alternative backend for ftp'
+            'python-boto: Amazon S3 and Google Cloud Storage backend'
+            'python-dropbox: Dropbox backend'
+            'python-gobject: GIO backend'
+            'gvfs: GIO backend'
+            'python-pydrive: Google Drive backend'
+            'python-requests-oauthlib: OneDrive backend'
+            'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.8-series/$pkgver/+download/$pkgname-$pkgver.tar.gz"{,.sig})
+b2sums=('15da671b30305415dfafdef50f5f57eaea0d6504a3f35845bf4570bb0cd2d6d3c879e94dda5739f30acd54748ef7abb993405660d24cf96ab919cec08690e015'
+        'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600'
+              '9946FB5BE18E34E016DAE992330B3C2A96A9EA9C')
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	python setup.py install --root="$pkgdir" --optimize=1
+
+  # move documentation to the correct directory
+  cd "$pkgdir/usr/share/doc"
+  mv "$pkgname-$pkgver" "$pkgname"
+}



More information about the arch-commits mailing list