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

David Runge dvzrv at archlinux.org
Tue Apr 24 23:32:33 UTC 2018


    Date: Tuesday, April 24, 2018 @ 23:32:32
  Author: dvzrv
Revision: 317659

upgpkg: radicale 2.1.9-2

Patching out version pinning for python-vobject and python-dateutil.
This is suboptimal, as tests have to be disabled for now and we might hit bugs...

Modified:
  radicale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-24 23:03:38 UTC (rev 317658)
+++ PKGBUILD	2018-04-24 23:32:32 UTC (rev 317659)
@@ -5,7 +5,7 @@
 pkgname=radicale
 _name=Radicale
 pkgver=2.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
 arch=('any')
 url="http://www.radicale.org/"
@@ -24,6 +24,12 @@
 
 prepare() {
   mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  # removing version pinning, as we are rolling release
+  # expect to hit bugs!
+  sed -e 's/vobject\=\=0\.9\.5/vobject/' \
+      -e 's/python-dateutil\=\=2\.6\.1/python-dateutil/' \
+      -i setup.py
 }
 
 build() {
@@ -31,10 +37,11 @@
   python setup.py build
 }
 
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
+# checks are disabled for now https://bugs.archlinux.org/task/58344
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  python setup.py test
+#}
 
 package() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list