[arch-commits] Commit in python2-isort/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 10 20:45:05 UTC 2020


    Date: Sunday, May 10, 2020 @ 20:45:04
  Author: felixonmars
Revision: 383146

archrelease: copy trunk to extra-any

Added:
  python2-isort/repos/extra-any/PKGBUILD
    (from rev 383145, 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-10 20:44:49 UTC (rev 383145)
+++ PKGBUILD	2020-05-10 20:45:04 UTC (rev 383146)
@@ -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.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}
-}

Copied: python2-isort/repos/extra-any/PKGBUILD (from rev 383145, python2-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-10 20:45:04 UTC (rev 383146)
@@ -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.10
+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=('6f1150b236b11f235f2a9e6054b341483b4df0582af1a3d92ff5d1f0358c95c0a986fe0ab80301f2bec7cb10814604d5198781dbe2de5f6096ad8da65b16ed9a')
+
+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