[arch-commits] Commit in python2-isort/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 7 05:59:54 UTC 2020
Date: Thursday, May 7, 2020 @ 05:59:53
Author: felixonmars
Revision: 382595
archrelease: copy trunk to extra-any
Added:
python2-isort/repos/extra-any/PKGBUILD
(from rev 382594, python2-isort/trunk/PKGBUILD)
Deleted:
python2-isort/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 05:59:40 UTC (rev 382594)
+++ PKGBUILD 2020-05-07 05:59:53 UTC (rev 382595)
@@ -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.8
-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=('d6b7af5c4d4b5e16d64486e5403ae408346044dc5864b373a396c75362fad93a2381e9af75152b6342bcd256864ebb6168aada16b68f50a519ffec1edbc27d31')
-
-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 382594, python2-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 05:59:53 UTC (rev 382595)
@@ -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.9
+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=('fa65c4d1d7d85f7bda4e90c07a6f71168c308af206773e6b3a5094ac6dc37e6e4a29026e39c319602505d6ab1ca1f45841de90c12125c266d864c007125855cb')
+
+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