[arch-commits] Commit in python2-isort/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 1 16:46:22 UTC 2020
Date: Wednesday, July 1, 2020 @ 16:46:22
Author: felixonmars
Revision: 390703
archrelease: copy trunk to extra-any
Added:
python2-isort/repos/extra-any/PKGBUILD
(from rev 390702, python2-isort/trunk/PKGBUILD)
Deleted:
python2-isort/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-01 16:46:01 UTC (rev 390702)
+++ PKGBUILD 2020-07-01 16:46:22 UTC (rev 390703)
@@ -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.19
-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=('9c14ca98f8ecfb8b443e137b2565c5828bd17a9114b5cecdb7b5dc903bbd5348f7c25dd468c840abf22ee905ddd932da364aa16a2fded804815ab4c92fa6d141')
-
-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 390702, python2-isort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-01 16:46:22 UTC (rev 390703)
@@ -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.20
+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=('03cca362a5c70b27f0893c00abdd65b39d35dfbd034b24a60703d222f0f21f8de5f650f2fb85adf6f37b1b33bfe02bf1b93d486000af7c6f45302a0d3c355cfb')
+
+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