[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:31:18
  Author: felixonmars
Revision: 437123

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 437121, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-28 21:31:14 UTC (rev 437122)
+++ PKGBUILD2019-02-28 21:31:18 UTC (rev 437123)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha512sums=('4212ac3d0c08c9db96d16dfe41ac39b4f3bc1f51bd9a7af07a7a69101a9a6a01db398656068c2729f716cb93b584d88adc2a66659a94388196d9c91a4c7948a2')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 437121, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-28 21:31:18 UTC (rev 437123)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha512sums=('7ebf5843b38146305c1063e070480fea8ec3b47fa1be546b1fafaeb242a688a5a001f978e7257fd71d5905b9a338b466ef17c7330725191587e9c40ba632c3f8')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2019-01-24 Thread Felix Yan via arch-commits
Date: Thursday, January 24, 2019 @ 10:34:20
  Author: felixonmars
Revision: 427478

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 427477, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  123 ++---
 1 file changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-24 10:34:01 UTC (rev 427477)
+++ PKGBUILD2019-01-24 10:34:20 UTC (rev 427478)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha512sums=('4961ebb8372f51783416681e79342d6be94318ecd007190e5c27f46c48f8f163c7a5f49cbe3025789ff1d9cd37c465b2f3baa219059779163545f9828a766f71')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 427477, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-24 10:34:20 UTC (rev 427478)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha512sums=('4212ac3d0c08c9db96d16dfe41ac39b4f3bc1f51bd9a7af07a7a69101a9a6a01db398656068c2729f716cb93b584d88adc2a66659a94388196d9c91a4c7948a2')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 08:08:29
  Author: felixonmars
Revision: 248598

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 248597, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-05 08:08:10 UTC (rev 248597)
+++ PKGBUILD2017-08-05 08:08:29 UTC (rev 248598)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha1sums=('ff77b05dc782a1a5e2b662ff93e8b0646a0d8316')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 248597, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-05 08:08:29 UTC (rev 248598)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha512sums=('7e9c2aad6ebed638a1354cef51c7e1f68b25e59f8caf4694997a9afecd7cd8baa629a9363297ac0d961430f007fd22dcae7dae1bcbd7838a3b5d4285063bc7c5')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2017-01-18 Thread Felix Yan
Date: Thursday, January 19, 2017 @ 07:45:13
  Author: felixonmars
Revision: 207987

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 207986, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-19 07:44:52 UTC (rev 207986)
+++ PKGBUILD2017-01-19 07:45:13 UTC (rev 207987)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha1sums=('e46b7e1fc20a65739e111e027e48919267604e16')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 207986, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-19 07:45:13 UTC (rev 207987)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha1sums=('ff77b05dc782a1a5e2b662ff93e8b0646a0d8316')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2017-01-06 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 03:56:24
  Author: felixonmars
Revision: 205887

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 205886, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 03:56:05 UTC (rev 205886)
+++ PKGBUILD2017-01-07 03:56:24 UTC (rev 205887)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha1sums=('bf4d4a40dea41efeaa9490ecd8f10eb7e0236958')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 205886, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 03:56:24 UTC (rev 205887)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha1sums=('e46b7e1fc20a65739e111e027e48919267604e16')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 08:51:05
  Author: fyan
Revision: 177171

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 177170, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 06:50:47 UTC (rev 177170)
+++ PKGBUILD2016-05-27 06:51:05 UTC (rev 177171)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
-sha1sums=('8d5a60228d7389640ac1e2b6678c66279a6229d5')
-
-prepare() {
-  cp -a "pyflakes-$pkgver"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyflakes-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/pyflakes-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd pyflakes-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd pyflakes-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 177170, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 06:51:05 UTC (rev 177171)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha1sums=('84fbb1d50e5735cfce20fca8ff49d19fe556556b')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2016-03-01 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 04:54:23
  Author: fyan
Revision: 164029

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 164028, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  127 +
 1 file changed, 62 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-02 03:54:04 UTC (rev 164028)
+++ PKGBUILD2016-03-02 03:54:23 UTC (rev 164029)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Tianjiao Yin 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: TDY 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('a33015811abae323bec1a9e4f9ab130036ab43c3')
-
-prepare() {
-  cp -a "${_reponame}-${pkgver}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/${_reponame}-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/${_reponame}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/${_reponame}-${pkgver}"
-  python setup.py test
-
-  cd "$srcdir/${_reponame}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd "${_reponame}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes "${pkgdir}/usr/bin/pyflakes3k"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd "${_reponame}-${pkgver}-py2"
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  mv "${pkgdir}/usr/bin/pyflakes" "${pkgdir}/usr/bin/pyflakes-python2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 164028, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-02 03:54:23 UTC (rev 164029)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Tianjiao Yin 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: TDY 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/p/pyflakes/pyflakes-$pkgver.tar.gz;)
+sha1sums=('8d5a60228d7389640ac1e2b6678c66279a6229d5')
+
+prepare() {
+  cp -a "pyflakes-$pkgver"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyflakes-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pyflakes-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd pyflakes-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes "$pkgdir/usr/bin/pyflakes3k"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd pyflakes-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pyflakes{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2015-06-17 Thread Felix Yan
Date: Wednesday, June 17, 2015 @ 17:42:02
  Author: fyan
Revision: 135526

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 135525, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-17 15:41:49 UTC (rev 135525)
+++ PKGBUILD2015-06-17 15:42:02 UTC (rev 135526)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('f6c68e7183f0d39af60583c435515b3b18094a37')
-
-prepare() {
-  cp -a ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 135525, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-17 15:42:02 UTC (rev 135526)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('522b7f7fa5967360e388d0ba72d8c7597785bfd0')
+
+prepare() {
+  cp -a ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2015-06-09 Thread Felix Yan
Date: Wednesday, June 10, 2015 @ 04:27:57
  Author: fyan
Revision: 135111

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 135110, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-10 02:27:43 UTC (rev 135110)
+++ PKGBUILD2015-06-10 02:27:57 UTC (rev 135111)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('0a9f02b54d88bbc95510dd95228d91df76da5607')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 135110, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-10 02:27:57 UTC (rev 135111)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('f6c68e7183f0d39af60583c435515b3b18094a37')
+
+prepare() {
+  cp -a ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2015-05-31 Thread Felix Yan
Date: Monday, June 1, 2015 @ 02:55:23
  Author: fyan
Revision: 134435

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 134434, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 00:55:05 UTC (rev 134434)
+++ PKGBUILD2015-06-01 00:55:23 UTC (rev 134435)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 134434, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 00:55:23 UTC (rev 134435)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('0a9f02b54d88bbc95510dd95228d91df76da5607')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2015-02-20 Thread Felix Yan
Date: Saturday, February 21, 2015 @ 07:32:47
  Author: fyan
Revision: 128060

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 128059, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-21 06:32:27 UTC (rev 128059)
+++ PKGBUILD2015-02-21 06:32:47 UTC (rev 128060)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 128059, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-21 06:32:47 UTC (rev 128060)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pyflakes/repos/community-any (PKGBUILD PKGBUILD)

2014-03-30 Thread Felix Yan
Date: Monday, March 31, 2014 @ 02:53:21
  Author: fyan
Revision: 108643

archrelease: copy trunk to community-any

Added:
  python-pyflakes/repos/community-any/PKGBUILD
(from rev 108642, python-pyflakes/trunk/PKGBUILD)
Deleted:
  python-pyflakes/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-31 00:52:42 UTC (rev 108642)
+++ PKGBUILD2014-03-31 00:53:21 UTC (rev 108643)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.8
-pkgrel=2
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('801c9ad6bddc95e436b103a8deefbfe0f4451f50')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 108642, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-31 00:53:21 UTC (rev 108643)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}