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

Morten Linderud foxboron at gemini.archlinux.org
Sun May 29 09:59:11 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:59:11
  Author: foxboron
Revision: 1214119

upgpkg: python-prompt_toolkit 3.0.29-1: upgpkg: python-prompt_toolkit 3.0.29-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 09:37:55 UTC (rev 1214118)
+++ PKGBUILD	2022-05-29 09:59:11 UTC (rev 1214119)
@@ -4,7 +4,7 @@
 
 pkgname=python-prompt_toolkit
 _name=prompt_toolkit
-pkgver=3.0.28
+pkgver=3.0.29
 pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 options=(!emptydirs)
 source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('9f1cd16b1e86c2968f2519d7fb31dd9d669916f515612c269d14e9ed52b51650')
+sha256sums=('bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7')
 
 build() {
   cd "$_name-$pkgver"
@@ -25,7 +25,7 @@
 
 check() {
   cd "$_name-$pkgver"
-  python -m pytest
+  PYTHONPATH=src PYTHONDONTWRITEBYTECODE=1  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list