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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Jul 25 22:47:16 UTC 2022


    Date: Monday, July 25, 2022 @ 22:47:16
  Author: polyzen
Revision: 1258627

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 22:46:57 UTC (rev 1258626)
+++ PKGBUILD	2022-07-25 22:47:16 UTC (rev 1258627)
@@ -1,33 +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.1
-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-testfixtures')
-checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717')
-b2sums=('8edc1321a8a72a36f203601c8bcf73467b583940bed1c13899e2b3f5748d4268433116efe27192d903bcd0bc68d580ab85b7c37bc4903e1aacc130643cd5d427')
-
-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:

Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 1258626, python-flake8-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-25 22:47:16 UTC (rev 1258627)
@@ -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.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
+}



More information about the arch-commits mailing list