[arch-commits] Commit in python-flake8-isort/repos (2 files)

Daniel M. Capella polyzen at archlinux.org
Fri Nov 6 22:23:36 UTC 2020


    Date: Friday, November 6, 2020 @ 22:23:36
  Author: polyzen
Revision: 744679

archrelease: copy trunk to community-any

Added:
  python-flake8-isort/repos/community-any/
  python-flake8-isort/repos/community-any/PKGBUILD
    (from rev 744678, python-flake8-isort/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 744678, python-flake8-isort/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-11-06 22:23:36 UTC (rev 744679)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: neodarz <neodarz at neodarz dot net>
+
+_name=flake8-isort
+pkgname=python-flake8-isort
+pkgver=4.0.0
+pkgrel=2
+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')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9')
+b2sums=('b4acdd9729643a6c55e50afa2b44c76913285aa498aeefdfa561f090c0eb16926825aede9c24c0e35af0fc1f2f88b0f826b36c50010b588f2d678dbe78922f62')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list