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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 8 07:21:43 UTC 2022


    Date: Thursday, September 8, 2022 @ 07:21:43
  Author: felixonmars
Revision: 1296159

upgpkg: python-plette 0.3.0-1

Modified:
  python-plette/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-08 07:20:35 UTC (rev 1296158)
+++ PKGBUILD	2022-09-08 07:21:43 UTC (rev 1296159)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-plette
-pkgver=0.2.3
-pkgrel=7
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Structured Pipfile and Pipfile.lock models"
 url="https://github.com/sarugaku/plette"
 license=('ISC')
 arch=('any')
-depends=('python-six' 'python-tomlkit')
+depends=('python-tomlkit')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-cerberus')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/plette/archive/$pkgver.tar.gz")
-sha512sums=('e3ebc43357dec17db50f9832ca24093dff9bb82f96c50ab5568ab67e1b92db69b230e9f929ed0c54edc4027be5e2b937ed9f733e490ef97442c6fc23b10f63b6')
+checkdepends=('python-pytest' 'python-cerberus')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/plette/archive/v$pkgver.tar.gz")
+sha512sums=('bd736de3a9c974ca509c0ad41670a0e823292cc8c3cf8cc8a5c07945c09f398c50d1698d7446102d2b5f95c0a32cfb8dd5a8739625b00bb5d1c367eb4528e0b0')
 
 build() {
   cd plette-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd plette-$pkgver
-  python setup.py pytest
+  PYTHONPATH="$PWD/build/lib" pytest
 }
 
 package() {



More information about the arch-commits mailing list