Date: Sunday, November 20, 2022 @ 00:38:29
Author: polyzen
Revision: 1349855
archrelease: copy trunk to community-any
Added:
python-flake8-isort/repos/community-any/PKGBUILD
(from rev 1349854, 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-11-20 00:38:04 UTC (rev 1349854)
+++ PKGBUILD 2022-11-20 00:38:29 UTC (rev 1349855)
@@ -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=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
-}
Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 1349854,
python-flake8-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-20 00:38:29 UTC (rev 1349855)
@@ -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.3
+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=('0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390')
+b2sums=('0a8d233f0dc70a0e8edf578f473c2819b83edf836f36332cfb4ae5e2422fe1f86e75217203a5bf8a26cb58cabdbc1dd05697d21c3ee865fb1c5279c4cca7a0cf')
+
+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
+}