[arch-commits] Commit in python-isort/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Sep 30 20:55:52 UTC 2020
Date: Wednesday, September 30, 2020 @ 20:55:52
Author: felixonmars
Revision: 397014
archrelease: copy trunk to extra-any
Added:
python-isort/repos/extra-any/PKGBUILD
(from rev 397013, python-isort/trunk/PKGBUILD)
Deleted:
python-isort/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-30 20:55:41 UTC (rev 397013)
+++ PKGBUILD 2020-09-30 20:55:52 UTC (rev 397014)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Yaron de Leeuw <me at jarondl.net>
-
-pkgname=python-isort
-pkgver=5.5.3
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort"
-license=('MIT')
-depends=('python-toml')
-makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-hypothesmith'
- 'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest'
- 'python-pytest-mock' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ac34f8b93998f5a452b51117ec2b838553c4bd7e50dd8e1c37f9ef64d78d5eead6d9b1f5e22d4640e1ec237771be6477f43b186c0696591841c7c0c2f5daa89f')
-
-prepare() {
- cd isort-$pkgver
-
- # Devendor toml
- rm -r isort/_vendored
- sed -i 's/from ._vendored //' isort/settings.py
-
- # poetry-generated setup.py are fatally broken, see:
- # https://github.com/sdispater/poetry/issues/866
- dephell deps convert --from pyproject.toml --to setup.py
- for _plugin in example_isort_formatting_plugin example_shared_isort_profile; do
- pushd $_plugin
- dephell deps convert --from pyproject.toml --to setup.py
- popd
- done
-}
-
-build() {
- cd isort-$pkgver
- python setup.py build
-}
-
-check() {
- cd isort-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- for _plugin in example_isort_formatting_plugin example_shared_isort_profile; do
- pushd $_plugin
- python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
- popd
- done
- # This is just weird
- PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \
- pytest --deselect tests/test_importable.py::test_importable
-}
-
-package() {
- cd isort-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-isort/repos/extra-any/PKGBUILD (from rev 397013, python-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-30 20:55:52 UTC (rev 397014)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Yaron de Leeuw <me at jarondl.net>
+
+pkgname=python-isort
+pkgver=5.5.4
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort"
+license=('MIT')
+depends=('python-toml')
+makedepends=('python-dephell')
+checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 'python-hypothesmith'
+ 'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 'python-pytest'
+ 'python-pytest-mock' 'python-requirementslib')
+source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('39775e3ff7395c673e0bb0db6c612243b594d4dca1f98e85bb6cb761d2af7eba4afb1f3814b1fdfce31c4afbc93175bb18883833c2d3fb960eeebc73c7afef00')
+
+prepare() {
+ cd isort-$pkgver
+
+ # Devendor toml
+ rm -r isort/_vendored
+ sed -i 's/from ._vendored //' isort/settings.py
+
+ # poetry-generated setup.py are fatally broken, see:
+ # https://github.com/sdispater/poetry/issues/866
+ dephell deps convert --from pyproject.toml --to setup.py
+ for _plugin in example_isort_formatting_plugin example_shared_isort_profile; do
+ pushd $_plugin
+ dephell deps convert --from pyproject.toml --to setup.py
+ popd
+ done
+}
+
+build() {
+ cd isort-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd isort-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ for _plugin in example_isort_formatting_plugin example_shared_isort_profile; do
+ pushd $_plugin
+ python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
+ popd
+ done
+ # This is just weird
+ PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \
+ pytest --deselect tests/test_importable.py::test_importable
+}
+
+package() {
+ cd isort-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list