[arch-commits] Commit in xandikos/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Mon Mar 22 00:08:28 UTC 2021


    Date: Monday, March 22, 2021 @ 00:08:28
  Author: polyzen
Revision: 898599

archrelease: copy trunk to community-any

Added:
  xandikos/repos/community-any/PKGBUILD
    (from rev 898598, xandikos/trunk/PKGBUILD)
Deleted:
  xandikos/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 00:08:09 UTC (rev 898598)
+++ PKGBUILD	2021-03-22 00:08:28 UTC (rev 898599)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=xandikos
-pkgver=0.2.5
-pkgrel=1
-pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
-arch=('any')
-url=https://www.xandikos.org/
-license=('GPL3')
-depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich'
-         'python-icalendar' 'python-jinja' 'python-multidict')
-makedepends=('python-setuptools')
-optdepends=('python-prometheus_client: for metrics with the standalone server'
-            'uwsgi-plugin-python: for the WSGI interface')
-source=("https://github.com/jelmer/xandikos/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('e1d700adb413df062cb0f13a55fa1a4a3b75f3ce56cbfc91b66e8c350649c260df14d1eb1a39435d8c4b8156728c6504bc545e52a5ad16a8bad37eef12b173ea')
-
-build() {
-  cd xandikos-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xandikos-$pkgver
-  python -m unittest xandikos.tests.test_suite
-}
-
-package() {
-  cd xandikos-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst
-  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/*
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 xandikos.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xandikos/repos/community-any/PKGBUILD (from rev 898598, xandikos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-22 00:08:28 UTC (rev 898599)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=xandikos
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository'
+arch=('any')
+url=https://www.xandikos.org/
+license=('GPL3')
+depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich'
+         'python-icalendar' 'python-jinja' 'python-multidict')
+makedepends=('python-setuptools')
+optdepends=('python-prometheus_client: for metrics with the standalone server'
+            'uwsgi-plugin-python: for the WSGI interface')
+source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz")
+sha256sums=('6b58fbcb2f8c2a0fc2e1f8508160443a46b3db9bf577d0ce5548689138816e23')
+b2sums=('ff7ffe1b5816719eebaaff46ea831a65ffc4342e26df3f3a80aa65eed4f29b57b69411a06f7f9938cf1bb5bc763830dea5e72878449fae5014f14e36068c0fe6')
+
+build() {
+  cd xandikos-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xandikos-$pkgver
+  python -m unittest xandikos.tests.test_suite
+}
+
+package() {
+  cd xandikos-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst
+  install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/*
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list