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

Felix Yan felixonmars at archlinux.org
Mon Dec 17 21:36:49 UTC 2018


    Date: Monday, December 17, 2018 @ 21:36:48
  Author: felixonmars
Revision: 342468

upgpkg: python-pep517 0.5.0-1

Modified:
  python-pep517/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-17 21:32:19 UTC (rev 342467)
+++ PKGBUILD	2018-12-17 21:36:48 UTC (rev 342468)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pep517
 pkgname=('python-pep517' 'python2-pep517')
-pkgver=0.3
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
 arch=('any')
@@ -9,9 +9,10 @@
 license=('MIT')
 url="https://github.com/takluyver/pep517"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 'python2-pytoml')
-checkdepends=('python-pytest' 'python2-pytest' 'python-testpath')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pytest-flake8' 'python2-pytest-flake8'
+              'python-testpath')
 source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz")
-sha512sums=('137fd97d13bd535e2a2340c7762bd8121dfff92db165b2f63330a624d0dcc75b7a2af309a808800f72ecce13e2cc6ad35e879b261a8d45c79966b6b42dbc256a')
+sha512sums=('5bae6bae4cea9557a2113ddc29257ca47b0670a676dc495e9b4d28e0f685ef2c08cf6715dc473df99591b05a9c3bd12cd59094c575f852552d3bde73558c5031')
 
 prepare() {
   cp -a pep517-$pkgver{,-py2}
@@ -27,7 +28,8 @@
 
 check() {
   cd "$srcdir"/pep517-$pkgver
-  pytest
+  # https://github.com/pypa/pep517/issues/35
+  pytest -k 'not setup.py'
 
   cd "$srcdir"/pep517-$pkgver-py2
   # No python2-testpath



More information about the arch-commits mailing list