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

Felix Yan felixonmars at archlinux.org
Sat Aug 11 02:56:24 UTC 2018


    Date: Saturday, August 11, 2018 @ 02:56:24
  Author: felixonmars
Revision: 370928

archrelease: copy trunk to community-x86_64

Added:
  python2-scandir/repos/community-x86_64/PKGBUILD
    (from rev 370927, 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-08-11 02:56:04 UTC (rev 370927)
+++ PKGBUILD	2018-08-11 02:56:24 UTC (rev 370928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-scandir
-pkgver=1.8
-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=('d0d1594fe2898124e7441ad56a84cecaa6d96409bbdf356c552472086626bee837eb6ad11f3d2a14bfb7a77bac3b5c90561e1f40ce9dcfc7d7d09a531315aa73')
-
-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 370927, python2-scandir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-11 02:56:24 UTC (rev 370928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-scandir
+pkgver=1.9.0
+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=('af3f20fe19620a7ccc17b2661dbf2d61038c6c55f1e815bcc777ad3776b469d523bbf0ca1052212ee45d0fd932cd6f055cae3a18592ef8bac2078eeada4ec6f4')
+
+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