[arch-commits] Commit in python-flake8-black/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Feb 9 07:47:13 UTC 2021
Date: Tuesday, February 9, 2021 @ 07:47:12
Author: polyzen
Revision: 850813
upgpkg: python-flake8-black 0.2.1-5: Move setuptools to makedeps
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Modified:
python-flake8-black/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-09 07:46:34 UTC (rev 850812)
+++ PKGBUILD 2021-02-09 07:47:12 UTC (rev 850813)
@@ -1,14 +1,16 @@
-# Maintainer: George Rawlinson <george at rawlinson.net.nz>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: George Rawlinson <george at rawlinson.net.nz>
_name=flake8-black
pkgname=python-flake8-black
pkgver=0.2.1
-pkgrel=4
+pkgrel=5
pkgdesc='Flake8 plugin to call black as a code style validator'
arch=('any')
url=https://github.com/peterjc/flake8-black
license=('MIT')
-depends=('flake8' 'python-black' 'python-setuptools')
+depends=('flake8' 'python-black')
+makedepends=('python-setuptools')
source=("$url/archive/v$pkgver/$_name-v$pkgver.tar.gz")
b2sums=('46cf95349f683d3c4f411425c1e6e70dc0a0036036eccb736362b9888b4b0cb4c6d215fdb78bf59bbe8d9f3edca24959121c628426570dc1917f6ef9ad5ffbca')
@@ -32,3 +34,5 @@
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list