Date: Saturday, October 8, 2022 @ 19:56:56
Author: polyzen
Revision: 1324425
archrelease: copy trunk to community-any
Added:
python-flake8-isort/repos/community-any/PKGBUILD
(from rev 1324424, python-flake8-isort/trunk/PKGBUILD)
Deleted:
python-flake8-isort/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-08 19:56:36 UTC (rev 1324424)
+++ PKGBUILD 2022-10-08 19:56:56 UTC (rev 1324425)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: neodarz <neodarz at neodarz dot net>
-
-_name=flake8-isort
-pkgname=python-flake8-isort
-pkgver=4.2.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')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
- 'python-wheel')
-checkdepends=('python-pytest' '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 -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd $_name-$pkgver
- pytest
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 1324424,
python-flake8-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-08 19:56:56 UTC (rev 1324425)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: neodarz <neodarz at neodarz dot net>
+
+_name=flake8-isort
+pkgname=python-flake8-isort
+pkgver=5.0.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')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest' 'python-toml')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c')
+b2sums=('80a3856a040a1d6b670eda54cf94d95786375e8f9be83276a975304ea28ecaacd0aed33349897064354ce68c87c0de1eac8a9251ac514aa8e550a4fa387c57d1')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd $_name-$pkgver
+ pytest run_tests.py
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}