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

Daniel M. Capella polyzen at archlinux.org
Fri Mar 19 01:50:32 UTC 2021


    Date: Friday, March 19, 2021 @ 01:50:31
  Author: polyzen
Revision: 894532

upgpkg: python-flake8-docstrings 1.6.0-1

Modified:
  python-flake8-docstrings/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 23:48:39 UTC (rev 894531)
+++ PKGBUILD	2021-03-19 01:50:31 UTC (rev 894532)
@@ -3,8 +3,8 @@
 
 _name=flake8-docstrings
 pkgname=python-flake8-docstrings
-pkgver=1.5.0
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Plugin to Flake8 to include checks provided by pydocstyle'
 arch=('any')
 url=https://gitlab.com/pycqa/flake8-docstrings
@@ -12,8 +12,8 @@
 depends=('flake8' 'python-pydocstyle')
 makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717')
-b2sums=('f78d3604ee842f45637e53d6420910f1cdc611607883af8888918a753faa6e4ee020d4248c896fafda1f6d0515a2a3b33ab32ea159618f8524c03cd92ab55f17')
+sha256sums=('9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b')
+b2sums=('ee147e27f226675a2a59375b9e7812d111a34bef1bc35843096f8e7ca9cd94ac805ca49a8d83d1f6d7a78dbf6338a0a1270d668b51775a2b91ad7c3172ad41da')
 
 build() {
   cd $_name-$pkgver
@@ -25,7 +25,7 @@
   mkdir -p temp
   local sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
   python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" flake8 --exit-zero flake8_docstrings.py
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" flake8 flake8_docstrings.py
 }
 
 package() {



More information about the arch-commits mailing list