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

David Runge dvzrv at archlinux.org
Wed Oct 3 19:40:21 UTC 2018


    Date: Wednesday, October 3, 2018 @ 19:40:21
  Author: dvzrv
Revision: 389291

archrelease: copy trunk to community-any

Added:
  python-etesync/repos/community-any/PKGBUILD
    (from rev 389290, python-etesync/trunk/PKGBUILD)
Deleted:
  python-etesync/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 19:40:14 UTC (rev 389290)
+++ PKGBUILD	2018-10-03 19:40:21 UTC (rev 389291)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Python API to interact with an EteSync server."
-arch=('any')
-url="https://pypi.python.org/pypi/etesync/"
-license=('LGPL')
-depends=('python-appdirs'
-         'python-asn1crypto'
-         'python-cffi'
-         'python-coverage'
-         'python-cryptography'
-         'python-furl'
-         'python-idna'
-         'python-orderedmultidict'
-         'python-packaging'
-         'python-peewee'
-         'python-py'
-         'python-pyasn1'
-         'python-pycparser'
-         'python-pyparsing'
-         'python-dateutil'
-         'python-requests'
-         'python-scrypt'
-         'python-six'
-         'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('1a05dfb644a97f732617a4f0c97acf7ef549f0f396fb52ea12d5946a5ab68019652f2d8cc86048bf9c46c6ba6ba0b5ced8d8071dff0d7f68d27b05a3f76c6858')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  pytest tests/{test_collections.py,test_crypto.py}
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {DESCRIPTION.rst,README.md}
-}
-

Copied: python-etesync/repos/community-any/PKGBUILD (from rev 389290, python-etesync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 19:40:21 UTC (rev 389291)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="Python API to interact with an EteSync server."
+arch=('any')
+url="https://pypi.python.org/pypi/etesync/"
+license=('LGPL')
+depends=('python-appdirs'
+         'python-asn1crypto'
+         'python-cffi'
+         'python-coverage'
+         'python-cryptography'
+         'python-furl'
+         'python-idna'
+         'python-orderedmultidict'
+         'python-packaging'
+         'python-peewee'
+         'python-py'
+         'python-pyasn1'
+         'python-pycparser'
+         'python-pyparsing'
+         'python-dateutil'
+         'python-requests'
+         'python-scrypt'
+         'python-six'
+         'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('7aa7e1e9e875dfa873b084185120e956a3c3f23de37c589285b3eeca6276003e77802c5b92ff200b17bde8780fad3ef22153cffcf2c36a75d0a58916b498b9fb')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # only run relevant tests:
+  # https://github.com/etesync/pyetesync/issues/5
+  pytest tests/{test_collections.py,test_crypto.py}
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {DESCRIPTION.rst,README.md}
+}
+



More information about the arch-commits mailing list