[arch-commits] Commit in python2-isort/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 23 19:46:11 UTC 2020
Date: Tuesday, June 23, 2020 @ 19:46:11
Author: felixonmars
Revision: 390372
archrelease: copy trunk to extra-any
Added:
python2-isort/repos/extra-any/PKGBUILD
(from rev 390371, python2-isort/trunk/PKGBUILD)
Deleted:
python2-isort/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-23 19:45:53 UTC (rev 390371)
+++ PKGBUILD 2020-06-23 19:46:11 UTC (rev 390372)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Yaron de Leeuw <me at jarondl.net>
-
-pkgname=python2-isort
-pkgver=4.3.17
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort"
-license=('MIT')
-depends=('python2-futures' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz")
-sha512sums=('f603264f575f9234a3c74302b48e4cc5208eae18b4172fcfb7ffe95efd7b57de5287bd82baaca5904b07e6d95bb1dd69ca9b12fba4fc5416f6ca8975e62e45bf')
-
-build() {
- cd isort-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd isort-$pkgver
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- mv "$pkgdir"/usr/bin/isort{,2}
-}
Copied: python2-isort/repos/extra-any/PKGBUILD (from rev 390371, python2-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-23 19:46:11 UTC (rev 390372)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Yaron de Leeuw <me at jarondl.net>
+
+pkgname=python2-isort
+pkgver=4.3.18
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort"
+license=('MIT')
+depends=('python2-futures' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz")
+sha512sums=('548c15a6182f6b40ead4fd6a1b73b60065e0928988259bbf4fe488eb95d64fd06e8cd3752fb632cca5a56989b1fd338a9c126d28c6d141b025388ef57ac0f0d2')
+
+build() {
+ cd isort-$pkgver
+ python2 setup.py build
+}
+
+package() {
+ cd isort-$pkgver
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+ mv "$pkgdir"/usr/bin/isort{,2}
+}
More information about the arch-commits
mailing list