[arch-commits] Commit in python-flake8-isort/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sun Aug 14 20:54:35 UTC 2022


    Date: Sunday, August 14, 2022 @ 20:54:34
  Author: polyzen
Revision: 1266087

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 20:54:12 UTC (rev 1266086)
+++ PKGBUILD	2022-08-14 20:54:34 UTC (rev 1266087)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: neodarz <neodarz at neodarz dot net>
-
-_name=flake8-isort
-pkgname=python-flake8-isort
-pkgver=4.1.2
-pkgrel=1
-pkgdesc='Flake8 plugin to validate annotations complexity'
-arch=('any')
-url=https://github.com/gforcada/flake8-isort
-license=('GPL3')
-depends=('flake8' 'python-isort')
-checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('133fb7a82479b2cbdb7e50a0e7c41c70ae136db8cb82397bf640613a87ad6f9a')
-b2sums=('77422979eab4bd676bfcdff1227c82a2401179cc1e6ee97dabd08dd7fd760384570c1989b9bb39d918bb070b341794773607d23cb6db08301b10149885df02c4')
-
-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
-}

Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 1266086, python-flake8-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-14 20:54:34 UTC (rev 1266087)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: neodarz <neodarz at neodarz dot net>
+
+_name=flake8-isort
+pkgname=python-flake8-isort
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Flake8 plugin to validate annotations complexity'
+arch=('any')
+url=https://github.com/gforcada/flake8-isort
+license=('GPL3')
+depends=('flake8' 'python-isort')
+checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0')
+b2sums=('0c291293a640f90d46f76e7f20c3a0bcaa886260d9582dce8261c079584ddb4704d0c825001eaf0424fa36a7467ea322d06ef8c72ebd01632562a4edda62ab53')
+
+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
+}



More information about the arch-commits mailing list