[arch-commits] Commit in python2-scandir/repos (4 files)

Felix Yan felixonmars at archlinux.org
Tue Feb 21 13:36:57 UTC 2017


    Date: Tuesday, February 21, 2017 @ 13:36:56
  Author: felixonmars
Revision: 213333

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-21 13:36:17 UTC (rev 213332)
+++ community-i686/PKGBUILD	2017-02-21 13:36:56 UTC (rev 213333)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-scandir
-pkgver=1.4
-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' 'git')
-source=("git+https://github.com/benhoyt/scandir.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd scandir
-  python2 setup.py build
-}
-
-check() {
-  cd scandir
-  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
-}
-
-package() {
-  cd scandir
-  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-i686/PKGBUILD (from rev 213332, python2-scandir/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-21 13:36:56 UTC (rev 213333)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-scandir
+pkgver=1.5
+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' 'git')
+source=("git+https://github.com/benhoyt/scandir.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd scandir
+  python2 setup.py build
+}
+
+check() {
+  cd scandir
+  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
+}
+
+package() {
+  cd scandir
+  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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-21 13:36:17 UTC (rev 213332)
+++ community-x86_64/PKGBUILD	2017-02-21 13:36:56 UTC (rev 213333)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-scandir
-pkgver=1.4
-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' 'git')
-source=("git+https://github.com/benhoyt/scandir.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd scandir
-  python2 setup.py build
-}
-
-check() {
-  cd scandir
-  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
-}
-
-package() {
-  cd scandir
-  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 213332, python2-scandir/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-21 13:36:56 UTC (rev 213333)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-scandir
+pkgver=1.5
+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' 'git')
+source=("git+https://github.com/benhoyt/scandir.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd scandir
+  python2 setup.py build
+}
+
+check() {
+  cd scandir
+  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
+}
+
+package() {
+  cd scandir
+  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