[arch-commits] Commit in python2-scandir/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 14 05:37:55 UTC 2018


    Date: Wednesday, February 14, 2018 @ 05:37:55
  Author: felixonmars
Revision: 293963

archrelease: copy trunk to community-x86_64

Added:
  python2-scandir/repos/community-x86_64/PKGBUILD
    (from rev 293962, python2-scandir/trunk/PKGBUILD)
Deleted:
  python2-scandir/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 05:37:31 UTC (rev 293962)
+++ PKGBUILD	2018-02-14 05:37:55 UTC (rev 293963)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-scandir
-pkgver=1.6
-pkgrel=1
-pkgdesc="A better directory iterator and faster os.walk()"
-arch=('i686' 'x86_64')
-url="https://github.com/benhoyt/scandir"
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benhoyt/scandir/archive/v$pkgver.tar.gz")
-sha512sums=('a48a6120fd4e7912bfa7db1de3f5730c1614b48d25fd8bddff7e35cba8a14993d2bdeee6355d027ff0cdf31ce840f8f655bfb06a7a67cfee3e6d3e0636aba906')
-
-build() {
-  cd scandir-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd scandir-$pkgver
-  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
-}
-
-package() {
-  cd scandir-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-scandir/repos/community-x86_64/PKGBUILD (from rev 293962, python2-scandir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 05:37:55 UTC (rev 293963)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-scandir
+pkgver=1.7
+pkgrel=1
+pkgdesc="A better directory iterator and faster os.walk()"
+arch=('x86_64')
+url="https://github.com/benhoyt/scandir"
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benhoyt/scandir/archive/v$pkgver.tar.gz")
+sha512sums=('d48a6b4b465eb996377467393bf5c67c86415cb65c5001982d4fbf99425bbef2cadfbae08a03b5eddbb6e2150db439ef410a69e98de3b615c3f8c8b0cb87fe31')
+
+build() {
+  cd scandir-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd scandir-$pkgver
+  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
+}
+
+package() {
+  cd scandir-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list