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

David Runge dvzrv at archlinux.org
Thu Apr 2 13:19:11 UTC 2020


    Date: Thursday, April 2, 2020 @ 13:19:10
  Author: dvzrv
Revision: 609569

upgpkg: python-etesync 0.11.1-2: Removing the python-scrypt dependency (upstream now uses python internals).

Modified:
  python-etesync/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 13:07:22 UTC (rev 609568)
+++ PKGBUILD	2020-04-02 13:19:10 UTC (rev 609569)
@@ -3,16 +3,16 @@
 _name=etesync
 pkgname=python-etesync
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python API to interact with an EteSync server"
 arch=('any')
-url="https://pypi.python.org/pypi/etesync/"
-license=('LGPL')
+url="https://github.com/etesync/pyetesync"
+license=('LGPL3')
 depends=('python-appdirs' 'python-asn1crypto' 'python-cffi'
 'python-cryptography' 'python-dateutil' 'python-furl' 'python-idna'
 'python-orderedmultidict' 'python-packaging' 'python-peewee' 'python-py'
 'python-pyasn1' 'python-pycparser' 'python-pyparsing' 'python-pytz'
-'python-requests' 'python-scrypt' 'python-six' 'python-vobject')
+'python-requests' 'python-six' 'python-vobject')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-coverage')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
@@ -29,9 +29,9 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  pytest -vvv tests/{test_collections.py,test_crypto.py}
+  # soon tests can be run without specifying test files:
+  # https://github.com/etesync/pyetesync/issues/19
+  pytest -v tests/{test_collections.py,test_crypto.py}
 }
 
 package() {



More information about the arch-commits mailing list