[arch-commits] Commit in python-etesync/repos/community-testing-any (2 files)

David Runge dvzrv at archlinux.org
Mon Feb 5 13:50:55 UTC 2018


    Date: Monday, February 5, 2018 @ 13:50:54
  Author: dvzrv
Revision: 289171

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 13:50:46 UTC (rev 289170)
+++ PKGBUILD	2018-02-05 13:50:54 UTC (rev 289171)
@@ -1,57 +0,0 @@
-# Maintainer: David Runge <eolianoe At GoogleMAIL DoT com>
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.5.0
-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-pyscrypt'
-         'python-dateutil'
-         'python-requests'
-         'python-six'
-         'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/e/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('a3766117314ed10b088ac7388d0685321a5789939e689a05d46337e339819103ab3d9b7f8a888c7bb3743fe2eacdd66e9e1dda4301fc6a6853a40c87e97e0eee')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-

Copied: python-etesync/repos/community-testing-any/PKGBUILD (from rev 289170, python-etesync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-05 13:50:54 UTC (rev 289171)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge <eolianoe At GoogleMAIL DoT com>
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.5.1
+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://pypi.io/packages/source/e/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('927cbabe95249659a4e92e3a85d45be393a96a9656aefbcbebf92c75d50a6e3f5ffc0f4c92671c6b331aa66b9138a48a90d13183f7b070589cf83ef191a544ef')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+



More information about the arch-commits mailing list