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

Felix Yan felixonmars at archlinux.org
Fri Sep 29 15:24:26 UTC 2017


    Date: Friday, September 29, 2017 @ 15:24:26
  Author: felixonmars
Revision: 261065

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

Added:
  python2-scandir/repos/community-i686/PKGBUILD
    (from rev 261064, python2-scandir/trunk/PKGBUILD)
  python2-scandir/repos/community-x86_64/PKGBUILD
    (from rev 261064, 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-09-29 15:23:57 UTC (rev 261064)
+++ community-i686/PKGBUILD	2017-09-29 15:24:26 UTC (rev 261065)
@@ -1,32 +0,0 @@
-# $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:

Copied: python2-scandir/repos/community-i686/PKGBUILD (from rev 261064, python2-scandir/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-29 15:24:26 UTC (rev 261065)
@@ -0,0 +1,32 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-29 15:23:57 UTC (rev 261064)
+++ community-x86_64/PKGBUILD	2017-09-29 15:24:26 UTC (rev 261065)
@@ -1,32 +0,0 @@
-# $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:

Copied: python2-scandir/repos/community-x86_64/PKGBUILD (from rev 261064, python2-scandir/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-29 15:24:26 UTC (rev 261065)
@@ -0,0 +1,32 @@
+# $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:



More information about the arch-commits mailing list