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

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 21:30:49 UTC 2021


    Date: Monday, September 20, 2021 @ 21:30:49
  Author: felixonmars
Revision: 1019789

upgpkg: python-lexicon 2.0.0-1

Modified:
  python-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:29:16 UTC (rev 1019788)
+++ PKGBUILD	2021-09-20 21:30:49 UTC (rev 1019789)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-lexicon
-pkgver=1.0.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Powerful dict subclass(es) with aliasing & attribute access"
 url="https://github.com/bitprophet/lexicon"
 license=('BSD')
 arch=('any')
-depends=('python-six')
+depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-spec')
+checkdepends=('python-pytest-relaxed')
 source=("https://github.com/bitprophet/lexicon/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0e1c8534a368eabde31c8f78043b966fa881586f00d2480a6cd3407c8135d08381b6904530cea9839ea57b6a45b9604610fde773ed885e966284f8fdb3e4ccff')
+sha512sums=('bcd6d6a8e2e91b3de9c2ade4fb9eb11ece54eefdd73076fe43261427c2a94c72acb335593d7c098419d9ee95c2b1dceac1b6594ef4a6e73e940fb7af355b291a')
 
 build() {
   cd lexicon-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd lexicon-$pkgver
-  PYTHONPATH="$PWD" spec
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list