[arch-commits] Commit in vdirsyncer/repos/community-any (6 files)

David Runge dvzrv at archlinux.org
Wed Mar 21 13:55:41 UTC 2018


    Date: Wednesday, March 21, 2018 @ 13:55:39
  Author: dvzrv
Revision: 309970

archrelease: copy trunk to community-any

Added:
  vdirsyncer/repos/community-any/PKGBUILD
    (from rev 309969, vdirsyncer/trunk/PKGBUILD)
  vdirsyncer/repos/community-any/vdirsyncer.service
    (from rev 309969, vdirsyncer/trunk/vdirsyncer.service)
  vdirsyncer/repos/community-any/vdirsyncer.timer
    (from rev 309969, vdirsyncer/trunk/vdirsyncer.timer)
Deleted:
  vdirsyncer/repos/community-any/PKGBUILD
  vdirsyncer/repos/community-any/vdirsyncer.service
  vdirsyncer/repos/community-any/vdirsyncer.timer

--------------------+
 PKGBUILD           |  112 +++++++++++++++++++++++++--------------------------
 vdirsyncer.service |   14 +++---
 vdirsyncer.timer   |   20 ++++-----
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-21 13:55:27 UTC (rev 309969)
+++ PKGBUILD	2018-03-21 13:55:39 UTC (rev 309970)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
-
-pkgname=vdirsyncer
-pkgver=0.16.4
-pkgrel=2
-pkgdesc="Synchronize CalDAV and CardDAV."
-arch=('any')
-url="https://vdirsyncer.readthedocs.org/"
-license=('BSD')
-depends=('python-click' 'python-setuptools' 'python-requests-toolbelt'
-'python-atomicwrites' 'python-click-threading' 'python-click-log')
-makedepends=('python-setuptools-scm')
-optdepends=('python-requests-oauthlib: Google support'
-            'python-etesync: Etesync support')
-checkdepends=('python-pytest' 'python-wsgi-intercept' 'radicale'
-'python-pytest-xprocess' 'python-pytest-localserver' 'python-hypothesis'
-'python-pytest-subtesthack')
-source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/v/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.service"
-        "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.timer")
-sha512sums=('c01bf6bc5144629b82a3a60934fa6b89b0c24c55b09b98c54cba0a85d1e97f1c2ea157e159221ddfe4f11309cd5944eb2696ebc40b9d3ee95ea0801aa1eb9709'
-            'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
-            'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make DETERMINISTIC_TESTS=true test
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # systemd
-  install -t "${pkgdir}/usr/lib/systemd/user/" \
-    -vDm644 "${srcdir}/${pkgname}."{service,timer}
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,CHANGELOG,README}.rst
-}
-

Copied: vdirsyncer/repos/community-any/PKGBUILD (from rev 309969, vdirsyncer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-21 13:55:39 UTC (rev 309970)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+
+pkgname=vdirsyncer
+pkgver=0.16.4
+pkgrel=3
+pkgdesc="Synchronize CalDAV and CardDAV."
+arch=('any')
+url="https://vdirsyncer.pimutils.org/en/stable/"
+license=('BSD')
+depends=('python-click' 'python-setuptools' 'python-requests-toolbelt'
+'python-atomicwrites' 'python-click-threading' 'python-click-log')
+makedepends=('python-setuptools-scm')
+optdepends=('python-requests-oauthlib: Google support'
+            'python-etesync: Etesync support')
+checkdepends=('python-pytest' 'python-wsgi-intercept' 'radicale'
+'python-pytest-xprocess' 'python-pytest-localserver' 'python-hypothesis'
+'python-pytest-subtesthack')
+source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/v/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.service"
+        "https://raw.githubusercontent.com/pimutils/${pkgname}/${pkgver}/contrib/${pkgname}.timer")
+sha512sums=('c01bf6bc5144629b82a3a60934fa6b89b0c24c55b09b98c54cba0a85d1e97f1c2ea157e159221ddfe4f11309cd5944eb2696ebc40b9d3ee95ea0801aa1eb9709'
+            'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
+            'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make DETERMINISTIC_TESTS=true test
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  # license
+  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # systemd
+  install -t "${pkgdir}/usr/lib/systemd/user/" \
+    -vDm644 "${srcdir}/${pkgname}."{service,timer}
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 {AUTHORS,CHANGELOG,README}.rst
+}
+

Deleted: vdirsyncer.service
===================================================================
--- vdirsyncer.service	2018-03-21 13:55:27 UTC (rev 309969)
+++ vdirsyncer.service	2018-03-21 13:55:39 UTC (rev 309970)
@@ -1,7 +0,0 @@
-[Unit]
-Description=Synchronize calendars and contacts
-Documentation=https://vdirsyncer.readthedocs.org/
-
-[Service]
-ExecStart=/usr/bin/vdirsyncer sync
-Type=oneshot

Copied: vdirsyncer/repos/community-any/vdirsyncer.service (from rev 309969, vdirsyncer/trunk/vdirsyncer.service)
===================================================================
--- vdirsyncer.service	                        (rev 0)
+++ vdirsyncer.service	2018-03-21 13:55:39 UTC (rev 309970)
@@ -0,0 +1,7 @@
+[Unit]
+Description=Synchronize calendars and contacts
+Documentation=https://vdirsyncer.readthedocs.org/
+
+[Service]
+ExecStart=/usr/bin/vdirsyncer sync
+Type=oneshot

Deleted: vdirsyncer.timer
===================================================================
--- vdirsyncer.timer	2018-03-21 13:55:27 UTC (rev 309969)
+++ vdirsyncer.timer	2018-03-21 13:55:39 UTC (rev 309970)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Synchronize vdirs
-
-[Timer]
-OnBootSec=5m
-OnUnitActiveSec=15m
-AccuracySec=5m
-
-[Install]
-WantedBy=timers.target

Copied: vdirsyncer/repos/community-any/vdirsyncer.timer (from rev 309969, vdirsyncer/trunk/vdirsyncer.timer)
===================================================================
--- vdirsyncer.timer	                        (rev 0)
+++ vdirsyncer.timer	2018-03-21 13:55:39 UTC (rev 309970)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Synchronize vdirs
+
+[Timer]
+OnBootSec=5m
+OnUnitActiveSec=15m
+AccuracySec=5m
+
+[Install]
+WantedBy=timers.target



More information about the arch-commits mailing list