[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:11:30
  Author: felixonmars
Revision: 753358

upgpkg: xandikos 0.2.3-2: Python 3.9 rebuild

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:11:27 UTC (rev 753357)
+++ PKGBUILD2020-11-12 19:11:30 UTC (rev 753358)
@@ -2,7 +2,7 @@
 
 pkgname=xandikos
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
 url=https://www.xandikos.org/


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2020-07-25 Thread Daniel M. Capella via arch-commits
Date: Saturday, July 25, 2020 @ 22:15:15
  Author: polyzen
Revision: 665305

upgpkg: xandikos 0.2.3-1

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 21:42:32 UTC (rev 665304)
+++ PKGBUILD2020-07-25 22:15:15 UTC (rev 665305)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=xandikos
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
@@ -12,14 +12,11 @@
 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";
-
'https://github.com/jelmer/xandikos/commit/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch')
-sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847'
-'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889')
+source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";)
+sha256sums=('245170565c7b028f2108923afa8db2cb7f94f812123356d65782dca424ab338e')
 
 prepare() {
-  cd xandikos-$pkgver
-  patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch
+  rm xandikos-$pkgver/examples/*~
 }
 
 build() {


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2020-05-14 Thread Daniel M. Capella via arch-commits
Date: Friday, May 15, 2020 @ 02:15:40
  Author: polyzen
Revision: 628002

upgpkg: xandikos 0.2.2-1

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 02:10:54 UTC (rev 628001)
+++ PKGBUILD2020-05-15 02:15:40 UTC (rev 628002)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=xandikos
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
@@ -13,13 +13,13 @@
 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";
-
'https://github.com/jelmer/xandikos/commit/52aa8ef9d8487893a6d976783e28c3de459869b9.patch')
-sha256sums=('fdcf99c53cef83b6cc20543ca98111486932c0b359de975b68d61b06d382e155'
-'c98c9c2a9053021879c1b28c757678d0e915b3432fe1481d577a66791bb1259a')
+
'https://github.com/jelmer/xandikos/commit/a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch')
+sha256sums=('9b9fdb2a80a8b973c7f9877c6920b9f2ff7d8165ddfce36d9d26498678628847'
+'e9c6b4eff2467e00e5028a2e2b3c7dbf2f0dac300075fed133b7694b9ef75889')
 
 prepare() {
   cd xandikos-$pkgver
-  patch -p1 -i ../52aa8ef9d8487893a6d976783e28c3de459869b9.patch
+  patch -p1 -i ../a2a96c3e876bf79f8a91f312b1ffb8749d582688.patch
 }
 
 build() {


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2020-05-13 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 13, 2020 @ 16:14:15
  Author: polyzen
Revision: 627690

upgpkg: xandikos 0.2.1-1

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 16:04:35 UTC (rev 627689)
+++ PKGBUILD2020-05-13 16:14:15 UTC (rev 627690)
@@ -1,18 +1,27 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=xandikos
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.1
+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-defusedxml' 'python-dulwich' 'python-icalendar' 
'python-jinja')
+depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich'
+ 'python-icalendar' 'python-jinja' 'python-multidict')
 makedepends=('python-setuptools')
-optdepends=('uwsgi-plugin-python: to run in production')
-source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";)
-sha512sums=('d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b')
+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";
+
'https://github.com/jelmer/xandikos/commit/52aa8ef9d8487893a6d976783e28c3de459869b9.patch')
+sha256sums=('fdcf99c53cef83b6cc20543ca98111486932c0b359de975b68d61b06d382e155'
+'c98c9c2a9053021879c1b28c757678d0e915b3432fe1481d577a66791bb1259a')
 
+prepare() {
+  cd xandikos-$pkgver
+  patch -p1 -i ../52aa8ef9d8487893a6d976783e28c3de459869b9.patch
+}
+
 build() {
   cd xandikos-$pkgver
   python setup.py build


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 06:04:25
  Author: felixonmars
Revision: 523288

Python 3.8 rebuild

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 06:04:19 UTC (rev 523287)
+++ PKGBUILD2019-11-04 06:04:25 UTC (rev 523288)
@@ -2,7 +2,7 @@
 
 pkgname=xandikos
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
 url=https://www.xandikos.org/


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2019-04-07 Thread Daniel M. Capella via arch-commits
Date: Sunday, April 7, 2019 @ 20:09:49
  Author: polyzen
Revision: 450330

upgpkg: xandikos 0.1.0-1

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 19:49:07 UTC (rev 450329)
+++ PKGBUILD2019-04-07 20:09:49 UTC (rev 450330)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=xandikos
-pkgver=0.0.11
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
 url=https://www.xandikos.org/
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 optdepends=('uwsgi-plugin-python: to run in production')
 
source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";)
-sha512sums=('52eb3d064690a3ca8bb99c90325485102600905def933939b5a79716409b7706fb8a8c977adaa59200ab6fb49ff2ba68fc1dab5f05bf43add7f72eaa9a18f40b')
+sha512sums=('d47ef8b12c7d33efc6eeb04eb8ecc599fb87d9bb8970eee328d43c8e3cf692716e4ee5c2ba6804bdd6a57b457169e33835abf7ecd42c2f9d039990e5e09b4e1b')
 
 build() {
   cd xandikos-$pkgver


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2019-01-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 23, 2019 @ 22:09:18
  Author: polyzen
Revision: 427416

Add uwsgi optdep

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 21:56:21 UTC (rev 427415)
+++ PKGBUILD2019-01-23 22:09:18 UTC (rev 427416)
@@ -9,6 +9,7 @@
 license=('GPL3')
 depends=('python-defusedxml' 'python-dulwich' 'python-icalendar' 
'python-jinja')
 makedepends=('python-setuptools')
+optdepends=('uwsgi-plugin-python: to run in production')
 
source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz";)
 
sha512sums=('52eb3d064690a3ca8bb99c90325485102600905def933939b5a79716409b7706fb8a8c977adaa59200ab6fb49ff2ba68fc1dab5f05bf43add7f72eaa9a18f40b')
 


[arch-commits] Commit in xandikos/trunk (PKGBUILD)

2019-01-23 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 23, 2019 @ 21:11:20
  Author: polyzen
Revision: 427396

Add more docs

Modified:
  xandikos/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 21:10:31 UTC (rev 427395)
+++ PKGBUILD2019-01-23 21:11:20 UTC (rev 427396)
@@ -2,7 +2,7 @@
 
 pkgname=xandikos
 pkgver=0.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git 
repository'
 arch=('any')
 url=https://www.xandikos.org/
@@ -25,6 +25,8 @@
 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
 }