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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 14:46:49 UTC 2022


    Date: Sunday, March 20, 2022 @ 14:46:49
  Author: archange
Revision: 1163780

upgpkg: python-entrypoint2 1.0-1

Modified:
  python-entrypoint2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 14:46:36 UTC (rev 1163779)
+++ PKGBUILD	2022-03-20 14:46:49 UTC (rev 1163780)
@@ -2,8 +2,8 @@
 
 _pkg=entrypoint2
 pkgname=python-${_pkg}
-pkgver=0.2.4
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc="Easy to use command-line interface for python modules"
 arch=(any)
 url="https://github.com/ponty/entrypoint2"
@@ -13,7 +13,7 @@
 checkdepends=(python-pytest python-easyprocess)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4770c3afcf3865c606a6e5f7cfcc5c59212f555fcee9b2540270399149c1dde3')
+sha256sums=('67e906f6ad958d83f48b4edec28d7dd82670e9261988f6b4a6b63abc9fb3be56')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -22,7 +22,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  PYTHONPATH="build/lib/" py.test -v
+  PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
 }
 
 package() {



More information about the arch-commits mailing list