Date: Tuesday, February 9, 2021 @ 07:49:13 Author: polyzen Revision: 850815
upgpkg: python-flake8-isort 4.0.0-4: Move setuptools to makedeps https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/ Modified: python-flake8-isort/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 07:47:31 UTC (rev 850814) +++ PKGBUILD 2021-02-09 07:49:13 UTC (rev 850815) @@ -4,13 +4,13 @@ _name=flake8-isort pkgname=python-flake8-isort pkgver=4.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='Flake8 plugin to validate annotations complexity' arch=('any') url=https://github.com/gforcada/flake8-isort license=('GPL3') -depends=('flake8' 'python-isort' 'python-setuptools' 'python-testfixtures') -checkdepends=('python-pytest' 'python-toml') +depends=('flake8' 'python-isort' 'python-testfixtures') +checkdepends=('python-pytest' 'python-setuptools' 'python-toml') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9') b2sums=('b4acdd9729643a6c55e50afa2b44c76913285aa498aeefdfa561f090c0eb16926825aede9c24c0e35af0fc1f2f88b0f826b36c50010b588f2d678dbe78922f62')
