[arch-commits] Commit in python-flake8-docstrings/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Feb 9 07:46:13 UTC 2021
Date: Tuesday, February 9, 2021 @ 07:46:13
Author: polyzen
Revision: 850811
upgpkg: python-flake8-docstrings 1.5.0-4: Move setuptools to makedeps
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Modified:
python-flake8-docstrings/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-09 07:26:14 UTC (rev 850810)
+++ PKGBUILD 2021-02-09 07:46:13 UTC (rev 850811)
@@ -4,12 +4,13 @@
_name=flake8-docstrings
pkgname=python-flake8-docstrings
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Plugin to Flake8 to include checks provided by pydocstyle'
arch=('any')
url=https://gitlab.com/pycqa/flake8-docstrings
license=('MIT')
-depends=('flake8' 'python-pydocstyle' 'python-setuptools')
+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')
More information about the arch-commits
mailing list