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

2020-10-03 Thread Felix Yan via arch-commits
Date: Saturday, October 3, 2020 @ 15:16:49
  Author: felixonmars
Revision: 716537

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 716535, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 15:16:45 UTC (rev 716536)
+++ PKGBUILD2020-10-03 15:16:49 UTC (rev 716537)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.8.3
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('911adf5d33930d4c81e0407ec99cd08685a49fc8c99bc080f685e117d750069ac9f9692d8673144f461ceccd0624141a5600367d1ffdffedd87ef318fc0b7ad0')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 716535, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 15:16:49 UTC (rev 716537)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.4
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('de2e22c2fa759870efe877e70a28a7b831648c719fe0ec2df953667932c9ff191d9268094454d0c8d9ed00235dd75a17166efebe5b7417f71c1b38207a4c5962')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2020-06-08 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 04:52:30
  Author: felixonmars
Revision: 640648

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 640647, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 04:52:14 UTC (rev 640647)
+++ PKGBUILD2020-06-09 04:52:30 UTC (rev 640648)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.8.2
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('438308b1dd79b6c42a55d598d60d579f5ca0516e6e48362c4a24dacf48ad580f700ed0dd907d267504a0ffd6ef0ffe5333bf0d170d8d40ee5520b5a429467db3')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 640647, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 04:52:30 UTC (rev 640648)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.3
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('911adf5d33930d4c81e0407ec99cd08685a49fc8c99bc080f685e117d750069ac9f9692d8673144f461ceccd0624141a5600367d1ffdffedd87ef318fc0b7ad0')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2020-05-22 Thread Felix Yan via arch-commits
Date: Saturday, May 23, 2020 @ 01:52:00
  Author: felixonmars
Revision: 631747

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 631746, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-23 01:51:39 UTC (rev 631746)
+++ PKGBUILD2020-05-23 01:52:00 UTC (rev 631747)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.8.1
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('a67f627874f97b891c74497cc87d69a8c09c7c2ac38a24168f0e39294ce554d32e302e3dc22dd74f161afb6a8bbe4de7bdbe7f9aeae157a97ca553bec8be39e6')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 631746, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-23 01:52:00 UTC (rev 631747)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('438308b1dd79b6c42a55d598d60d579f5ca0516e6e48362c4a24dacf48ad580f700ed0dd907d267504a0ffd6ef0ffe5333bf0d170d8d40ee5520b5a429467db3')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2020-05-14 Thread Felix Yan via arch-commits
Date: Thursday, May 14, 2020 @ 18:16:20
  Author: felixonmars
Revision: 627967

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 627966, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-14 18:16:05 UTC (rev 627966)
+++ PKGBUILD2020-05-14 18:16:20 UTC (rev 627967)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.8.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('e30b9690f016e56d588d85de98fd1cb4b7f6316b41887e0c2d11ebc39ee529732816e2b16262b10231b20d3e75813950e3fe21108d7cd7fe8548fa5f52db8c88')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 627966, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-14 18:16:20 UTC (rev 627967)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.1
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('a67f627874f97b891c74497cc87d69a8c09c7c2ac38a24168f0e39294ce554d32e302e3dc22dd74f161afb6a8bbe4de7bdbe7f9aeae157a97ca553bec8be39e6')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2020-05-13 Thread Felix Yan via arch-commits
Date: Thursday, May 14, 2020 @ 05:28:50
  Author: felixonmars
Revision: 627838

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 627837, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-14 05:28:40 UTC (rev 627837)
+++ PKGBUILD2020-05-14 05:28:50 UTC (rev 627838)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.9
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('cd91759f8f22a98d70ff04238e399de23981cbab9656958b36390b792f75b49645f0ce5df849f3675dab04355f4daef4e89deae5c56193fd2c78029833b1acf6')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 627837, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-14 05:28:50 UTC (rev 627838)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.8.0
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('e30b9690f016e56d588d85de98fd1cb4b7f6316b41887e0c2d11ebc39ee529732816e2b16262b10231b20d3e75813950e3fe21108d7cd7fe8548fa5f52db8c88')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-07-10 Thread Felix Yan via arch-commits
Date: Wednesday, July 10, 2019 @ 07:23:13
  Author: felixonmars
Revision: 488563

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 488562, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-10 07:23:00 UTC (rev 488562)
+++ PKGBUILD2019-07-10 07:23:13 UTC (rev 488563)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.7
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('a5cf54a61ebdfbd519535f31ef4355595b3fe78f2e86dd353aa20ebb4383ac5e6c7561dbc40a91e7303eecb4badfcaebded622b8241f7cd953c272b57dd92da8')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 488562, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-10 07:23:13 UTC (rev 488563)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.8
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('c6503876a89c5a4075487e0b7479ecba8481b08e0a71e2d4f975fdcfbe3aeb11c9285fb94f749d000f9fee23038acef47b8c83439950e708e0bd2561385aeeea')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-02-26 Thread Felix Yan via arch-commits
Date: Tuesday, February 26, 2019 @ 13:16:35
  Author: felixonmars
Revision: 436133

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 436132, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-26 13:16:13 UTC (rev 436132)
+++ PKGBUILD2019-02-26 13:16:35 UTC (rev 436133)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.6
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('9354e64bcf98751e91f2064977e6ac0bafb223d673d0578dc5ab84705fe772bf694fabc965240aeeba913f240c37c19f7d3223beb59ff6c388a9d20706ec')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 436132, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-26 13:16:35 UTC (rev 436133)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.7
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('a5cf54a61ebdfbd519535f31ef4355595b3fe78f2e86dd353aa20ebb4383ac5e6c7561dbc40a91e7303eecb4badfcaebded622b8241f7cd953c272b57dd92da8')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-02-19 Thread Felix Yan via arch-commits
Date: Tuesday, February 19, 2019 @ 08:07:53
  Author: felixonmars
Revision: 434339

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 434338, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-19 08:07:35 UTC (rev 434338)
+++ PKGBUILD2019-02-19 08:07:53 UTC (rev 434339)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.5
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('12e432ac4e3b9961ba54e8f07bf89e8ca702c4c527de0a60c8f7eadfa4591ee805860c54387d7998ea694e2b8a72187da596a66bb5b9f21dce415847c6017ff7')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 434338, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-19 08:07:53 UTC (rev 434339)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.6
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('9354e64bcf98751e91f2064977e6ac0bafb223d673d0578dc5ab84705fe772bf694fabc965240aeeba913f240c37c19f7d3223beb59ff6c388a9d20706ec')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 12:06:30
  Author: felixonmars
Revision: 429870

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 429869, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 12:06:08 UTC (rev 429869)
+++ PKGBUILD2019-02-07 12:06:30 UTC (rev 429870)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.4
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('52ee28f9084fcb7ffc0c9a0035f89f09aded8e21f7b90fcb0daf48412a3d92dd07a6b2033435d9fca4df835d318901f5d19a2d0613b5099df06cca3b46df65f3')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 429869, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 12:06:30 UTC (rev 429870)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.5
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('12e432ac4e3b9961ba54e8f07bf89e8ca702c4c527de0a60c8f7eadfa4591ee805860c54387d7998ea694e2b8a72187da596a66bb5b9f21dce415847c6017ff7')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:39:33
  Author: felixonmars
Revision: 429523

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 429522, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 21:39:16 UTC (rev 429522)
+++ PKGBUILD2019-02-03 21:39:33 UTC (rev 429523)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.7.3
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
- 'python2-functools32' 'python2-typing')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('ea165d2a006266cc820f81304b128c93900ed98548ebf52b7b61a6388ec5fae0499455f20ec3e6260b675b0b3f16bd86981829af7d373bcdb870a85e0dbebe44')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle' 
'python-entrypoints')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-entrypoints'
-   'python2-enum34' 'python2-configparser' 'python2-functools32' 
'python2-typing')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 429522, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 21:39:33 UTC (rev 429523)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.7.4
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-entrypoints' 
'python2-entrypoints'
+ 'python2-functools32' 'python2-typing')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('52ee28f9084fcb7ffc0c9a0035f89f09aded8e21f7b90fcb0daf48412a3d92dd07a6b2033435d9fca4df835d318901f5d19a2d0613b5099df06cca3b46df65f3')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd 

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

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 13:03:08
  Author: felixonmars
Revision: 400230

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 400229, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 67 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-31 13:02:49 UTC (rev 400229)
+++ PKGBUILD2018-10-31 13:03:08 UTC (rev 400230)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.5.0
-pkgrel=4
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
-checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;
-
"https://gitlab.com/pycqa/flake8/commit/4fcbcccf381ce0987faa297173e4008b0490918f.patch;
-
"flake8-pycodestyle2.4-compat.patch::https://gitlab.com/pycqa/flake8/merge_requests/230.patch;
-
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch;
-
"https://gitlab.com/pycqa/flake8/commit/527af5c214ef0eccfde3dd58d7ea15e09c483bd3.patch;)
-sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
-
'97d49780cd297091e6f556fc0bdaa5d508cbd591debdc17916932a9548418c861df733e1f9ca9d19d8e09ab006cd7a430290569b67382b1ee20072a985799ca1'
-
'6793f1ac9340d4866f162848fd0beec78796a1f9865fb9bb8051f3e52ed5528c30f7dd54ec7aea0e830cfa6baf6f5eab9b32e716ffe849611a7da048e68d602a'
-
'912d29dad7fb6f7b94c32956d69cb39c883df6100776b0c529fcef8f42ca8614497bd1b3f842b4f237e361c2483db1fb1c634930fd21e0cb1e583296afb5'
-
'0b826ab9a3257a7acfc260e8762e40ba2855914c0009c223fce2076d4ef92cc32956222ad0b9ccb6f62b3fb3dfe78ceaad6c389525795d74484a79afa7c0bb92')
-
-prepare() {
-  # update versions to what the next patch expects
-  patch -p1 -d flake8-$pkgver < 4fcbcccf381ce0987faa297173e4008b0490918f.patch
-  # fix renamed checks in newer pycodestyle versions
-  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-compat.patch
-  # add new pycodestyle 2.4.0 checks
-  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-new-checks.patch
-  # fix pyflakes 2.0 compat
-  patch -p1 -d flake8-$pkgver < 527af5c214ef0eccfde3dd58d7ea15e09c483bd3.patch
-  # disable overly restrictive dependency pinning
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 400229, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-31 13:03:08 UTC (rev 400230)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.6.0
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 

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

2018-07-01 Thread Eli Schwartz via arch-commits
Date: Sunday, July 1, 2018 @ 06:42:19
  Author: eschwartz
Revision: 349285

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 349284, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  166 +++--
 1 file changed, 85 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-01 06:42:03 UTC (rev 349284)
+++ PKGBUILD2018-07-01 06:42:19 UTC (rev 349285)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.5.0
-pkgrel=2
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
-checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;
-
"https://gitlab.com/pycqa/flake8/commit/4fcbcccf381ce0987faa297173e4008b0490918f.patch;
-
"flake8-pycodestyle2.4-compat.patch::https://gitlab.com/pycqa/flake8/merge_requests/230.patch;
-
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch;)
-sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
-
'16805e72ea65a0e7de0b90e4ac011ebe90e1d4ff6ff88616c8aa13a9a30f4de873f0bd0254ef3939ba2e00240e8127904d68ae6c4e6e7e8482011a7d0dfaf7cb'
-
'416eae6c7b9d08e64769a443ad5e1a67a5bb327d389ca0aad4685d974ad9f5dabc4d99271ec86cd08953630750e82d3c189f49ad05b8f8d1f6f3299451415c9c'
-
'9324b7b86ffc7e07b4e0889f3532d620cbf5a9967a5b2139293318a324d798f990ddf835901bc62b6a2f920f533f555a5e3b1449c91152fc8fff3b7b195c75ba')
-
-prepare() {
-  # update versions to what the next patch expects
-  patch -p1 -d flake8-$pkgver < 4fcbcccf381ce0987faa297173e4008b0490918f.patch
-  # fix renamed checks in newer pycodestyle versions
-  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-compat.patch
-  # add new pycodestyle 2.4.0 checks
-  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-new-checks.patch
-  # disable overly restrictive dependency pinning
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 349284, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-01 06:42:19 UTC (rev 349285)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.5.0
+pkgrel=3
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
+checkdepends=('python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;
+

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

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 14:35:42
  Author: eschwartz
Revision: 317213

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 317212, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  149 +
 1 file changed, 81 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 14:35:23 UTC (rev 317212)
+++ PKGBUILD2018-04-20 14:35:42 UTC (rev 317213)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.5.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
-checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
-sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 317212, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 14:35:42 UTC (rev 317213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.5.0
+pkgrel=2
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
+checkdepends=('python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;
+
"https://gitlab.com/pycqa/flake8/commit/4fcbcccf381ce0987faa297173e4008b0490918f.patch;
+
"flake8-pycodestyle2.4-compat.patch::https://gitlab.com/pycqa/flake8/merge_requests/230.patch;
+
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch;)
+sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
+
'16805e72ea65a0e7de0b90e4ac011ebe90e1d4ff6ff88616c8aa13a9a30f4de873f0bd0254ef3939ba2e00240e8127904d68ae6c4e6e7e8482011a7d0dfaf7cb'
+
'416eae6c7b9d08e64769a443ad5e1a67a5bb327d389ca0aad4685d974ad9f5dabc4d99271ec86cd08953630750e82d3c189f49ad05b8f8d1f6f3299451415c9c'
+
'9324b7b86ffc7e07b4e0889f3532d620cbf5a9967a5b2139293318a324d798f990ddf835901bc62b6a2f920f533f555a5e3b1449c91152fc8fff3b7b195c75ba')
+
+prepare() {
+  # update versions to what the next patch expects
+  patch -p1 -d flake8-$pkgver < 4fcbcccf381ce0987faa297173e4008b0490918f.patch
+  # fix renamed checks in newer 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 14:48:02
  Author: felixonmars
Revision: 247315

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 247314, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  137 ++---
 1 file changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 14:47:46 UTC (rev 247314)
+++ PKGBUILD2017-08-01 14:48:02 UTC (rev 247315)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.3.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 247314, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 14:48:02 UTC (rev 247315)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.4.1
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
+checkdepends=('python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz;)
+sha512sums=('f8c48265e20a7196d426d4022f8e98df7d445b9c7ee9a829228ec5710075f118572fed292ba71c81f761bb9baf15fa0f6c28639ab5afd6ae754b3ea0b1e7d613')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv 

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

2016-11-22 Thread Felix Yan
Date: Tuesday, November 22, 2016 @ 11:15:59
  Author: felixonmars
Revision: 196518

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 196517, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-22 11:15:36 UTC (rev 196517)
+++ PKGBUILD2016-11-22 11:15:59 UTC (rev 196518)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.2.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 196517, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-22 11:15:59 UTC (rev 196518)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.2.1
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-08 Thread Felix Yan
Date: Monday, August 8, 2016 @ 12:36:32
  Author: felixonmars
Revision: 186009

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 186008, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-08 12:36:17 UTC (rev 186008)
+++ PKGBUILD2016-08-08 12:36:32 UTC (rev 186009)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.0.3
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 186008, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-08 12:36:32 UTC (rev 186009)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.4
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-30 Thread Felix Yan
Date: Saturday, July 30, 2016 @ 17:51:18
  Author: felixonmars
Revision: 184676

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 184675, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-30 17:50:50 UTC (rev 184675)
+++ PKGBUILD2016-07-30 17:51:18 UTC (rev 184676)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.0.2
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 184675, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-30 17:51:18 UTC (rev 184676)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.3
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-26 Thread Felix Yan
Date: Wednesday, July 27, 2016 @ 03:20:07
  Author: felixonmars
Revision: 184471

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 184470, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-27 03:19:49 UTC (rev 184470)
+++ PKGBUILD2016-07-27 03:20:07 UTC (rev 184471)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.0.1
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  python setup.py ptr
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py ptr
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 184470, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-27 03:20:07 UTC (rev 184471)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-25 Thread Felix Yan
Date: Tuesday, July 26, 2016 @ 04:54:52
  Author: felixonmars
Revision: 184143

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 184142, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-26 04:54:35 UTC (rev 184142)
+++ PKGBUILD2016-07-26 04:54:52 UTC (rev 184143)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.0.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
- 'git')
-checkdepends=('python-mock' 'python2-mock')
-source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
-  cp -a flake8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8
-  python setup.py build
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
-
-  cd "$srcdir"/flake8-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 184142, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-26 04:54:52 UTC (rev 184143)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.1
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  python setup.py ptr
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py ptr
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-25 Thread Felix Yan
Date: Monday, July 25, 2016 @ 14:09:28
  Author: felixonmars
Revision: 183973

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 183972, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  135 +++--
 1 file changed, 69 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-25 14:09:04 UTC (rev 183972)
+++ PKGBUILD2016-07-25 14:09:28 UTC (rev 183973)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.6.2
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.io/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('cf4f63730fd35e736a8a99583b9158fd')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 183972, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-25 14:09:28 UTC (rev 183973)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.0.0
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner'
+ 'git')
+checkdepends=('python-mock' 'python2-mock')
+source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py
+  cp -a flake8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8
+  python setup.py build
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+  cd "$srcdir"/flake8-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
+   'python2-configparser')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-04 Thread Felix Yan
Date: Monday, July 4, 2016 @ 15:37:21
  Author: felixonmars
Revision: 182216

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 182215, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-04 15:36:57 UTC (rev 182215)
+++ PKGBUILD2016-07-04 15:37:21 UTC (rev 182216)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=4
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 182215, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-04 15:37:21 UTC (rev 182216)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.6.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.io/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('cf4f63730fd35e736a8a99583b9158fd')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-08 Thread Felix Yan
Date: Wednesday, June 8, 2016 @ 10:41:26
  Author: fyan
Revision: 178590

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 178589, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-08 08:37:35 UTC (rev 178589)
+++ PKGBUILD2016-06-08 08:41:26 UTC (rev 178590)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=3
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
-
-prepare() {
-  sed -i 's/pyflakes >= 0.8.1, < 1.1/pyflakes >= 0.8.1, < 1.3/' 
flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 178589, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-08 08:41:26 UTC (rev 178590)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.4
+pkgrel=4
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
+
+prepare() {
+  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 08:52:09
  Author: fyan
Revision: 177173

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 177172, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 06:51:52 UTC (rev 177172)
+++ PKGBUILD2016-05-27 06:52:09 UTC (rev 177173)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=2
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
-
-prepare() {
-  sed -i 's/pyflakes >= 0.8.1, < 1.1/pyflakes >= 0.8.1, < 1.2/' 
flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 177172, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 06:52:09 UTC (rev 177173)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.4
+pkgrel=3
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
+
+prepare() {
+  sed -i 's/pyflakes >= 0.8.1, < 1.1/pyflakes >= 0.8.1, < 1.3/' 
flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-01 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 04:53:14
  Author: fyan
Revision: 164027

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 164026, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-02 03:52:57 UTC (rev 164026)
+++ PKGBUILD2016-03-02 03:53:14 UTC (rev 164027)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.4
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 164026, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-02 03:53:14 UTC (rev 164027)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.4
+pkgrel=2
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/flake8/flake8-$pkgver.tar.gz;)
+md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
+
+prepare() {
+  sed -i 's/pyflakes >= 0.8.1, < 1.1/pyflakes >= 0.8.1, < 1.2/' 
flake8-$pkgver/setup.py
+  cp -a flake8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "$srcdir"/flake8-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "$srcdir"/flake8-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  mv "$pkgdir"/usr/bin/flake8{,-python2}
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-11 Thread Felix Yan
Date: Friday, February 12, 2016 @ 03:33:03
  Author: fyan
Revision: 161333

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 161332, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-12 02:32:45 UTC (rev 161332)
+++ PKGBUILD2016-02-12 02:33:03 UTC (rev 161333)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.2
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('497dd932bc1ab84d3e20f48bb7f242f6')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 161332, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-12 02:33:03 UTC (rev 161333)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.4
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('a4585b3569b95c3f66acb8294a7f06ef')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-01-31 Thread Felix Yan
Date: Sunday, January 31, 2016 @ 09:26:13
  Author: fyan
Revision: 159676

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 159675, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-31 08:25:58 UTC (rev 159675)
+++ PKGBUILD2016-01-31 08:26:13 UTC (rev 159676)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.1
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('2704676fd2d39c7441a09ad69f3296b3')
-
-prepare() {
-  # We have patched pep8 to fix the problem, allowing 1.6.2)
-  sed -e 's/pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 >= 1.5.7, != 
1.6.0, != 1.6.1/' \
-  -i $pkgbase-$pkgver/setup.py
-
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 159675, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-31 08:26:13 UTC (rev 159676)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.2
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('497dd932bc1ab84d3e20f48bb7f242f6')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
+  install -D -m644 LICENSE 

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

2015-12-07 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 08:35:30
  Author: fyan
Revision: 150187

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 150186, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-08 07:35:06 UTC (rev 150186)
+++ PKGBUILD2015-12-08 07:35:30 UTC (rev 150187)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.5.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('f239d055144a17cce76b3a402f112dc6')
-
-prepare() {
-  # We have patched pep8 to fix the problem, allowing 1.6.2)
-  sed -e 's/pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 >= 1.5.7, != 
1.6.0, != 1.6.1/' \
-  -i $pkgbase-$pkgver/setup.py
-
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
-  mv "${pkgdir}/usr/bin/flake8" "${pkgdir}/usr/bin/flake8-python2"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 150186, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 07:35:30 UTC (rev 150187)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.5.1
+pkgrel=1
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('2704676fd2d39c7441a09ad69f3296b3')
+
+prepare() {
+  # We have patched pep8 to fix the problem, allowing 1.6.2)
+  sed -e 's/pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 >= 1.5.7, != 
1.6.0, != 1.6.1/' \
+  -i $pkgbase-$pkgver/setup.py
+
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --prefix=/usr --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-py2"
+  python2 setup.py 

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

2015-06-01 Thread Felix Yan
Date: Monday, June 1, 2015 @ 10:48:20
  Author: fyan
Revision: 134449

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 134448, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 70 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 08:48:06 UTC (rev 134448)
+++ PKGBUILD2015-06-01 08:48:20 UTC (rev 134449)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.4.1
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ed45d3db81a3b7c88bd63c6e37ca1d65')
-
-prepare() {
-  # We have patched pep8 to fix the problem, allowing 1.6.2)
-  sed -i 's/pep8 = 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 = 1.5.7, != 
1.6.0, != 1.6.1/' $pkgbase-$pkgver/setup.py
-
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 134448, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 08:48:20 UTC (rev 134449)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.4.1
+pkgrel=2
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('ed45d3db81a3b7c88bd63c6e37ca1d65')
+
+prepare() {
+  # We have patched pep8 to fix the problem, allowing 1.6.2)
+  sed -e 's/pep8 = 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2/pep8 = 1.5.7, != 
1.6.0, != 1.6.1/' \
+  -e 's/pyflakes = 0.8.1,  0.9/pyflakes = 0.8.1/' \
+  -i $pkgbase-$pkgver/setup.py
+
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  

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

2015-01-04 Thread Felix Yan
Date: Monday, January 5, 2015 @ 04:34:23
  Author: fyan
Revision: 125377

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 125376, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-05 03:34:03 UTC (rev 125376)
+++ PKGBUILD2015-01-05 03:34:23 UTC (rev 125377)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.5
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('6dea927949b94c9d9495ab24bcdf9cf0')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 125376, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-05 03:34:23 UTC (rev 125377)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.3.0
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8' 'python2-pep8' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('488d6166f6b9ef9fe9d433b95e77dc07')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-21 Thread Felix Yan
Date: Tuesday, October 21, 2014 @ 14:42:36
  Author: fyan
Revision: 121151

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 121150, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-21 12:42:18 UTC (rev 121150)
+++ PKGBUILD2014-10-21 12:42:36 UTC (rev 121151)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.4
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('5f9be8c6184beb94a9bc189b67b38806')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 121150, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-21 12:42:36 UTC (rev 121151)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.5
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('6dea927949b94c9d9495ab24bcdf9cf0')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-09 Thread Felix Yan
Date: Friday, October 10, 2014 @ 04:22:21
  Author: fyan
Revision: 120462

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 120461, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 02:22:03 UTC (rev 120461)
+++ PKGBUILD2014-10-10 02:22:21 UTC (rev 120462)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.3
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('dc26f97ab25f659761aee131a25e98b6')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 120461, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 02:22:21 UTC (rev 120462)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.4
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('5f9be8c6184beb94a9bc189b67b38806')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-08-25 Thread Felix Yan
Date: Tuesday, August 26, 2014 @ 06:01:06
  Author: fyan
Revision: 117885

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 117884, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-26 04:00:46 UTC (rev 117884)
+++ PKGBUILD2014-08-26 04:01:06 UTC (rev 117885)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.2
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('5489f7dbec86de460839fa4290997040')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 117884, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-26 04:01:06 UTC (rev 117885)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.3
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('dc26f97ab25f659761aee131a25e98b6')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 17:39:34
  Author: fyan
Revision: 115091

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 115090, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 15:39:01 UTC (rev 115090)
+++ PKGBUILD2014-07-05 15:39:34 UTC (rev 115091)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.1
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('213ddab1d44d654cbae61aacad73ae18')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 115090, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 15:39:34 UTC (rev 115091)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.2
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('5489f7dbec86de460839fa4290997040')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 17:25:50
  Author: fyan
Revision: 113800

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 113799, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 15:25:07 UTC (rev 113799)
+++ PKGBUILD2014-06-30 15:25:50 UTC (rev 113800)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.0
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('aea44c1389dd44e668a76a56909cbcec')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 113799, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 15:25:50 UTC (rev 113800)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.1
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('213ddab1d44d654cbae61aacad73ae18')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 09:52:50
  Author: fyan
Revision: 113436

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 113435, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-23 07:52:05 UTC (rev 113435)
+++ PKGBUILD2014-06-23 07:52:50 UTC (rev 113436)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 flake8-python2)
-pkgver=2.1.0
-pkgrel=3
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('cf326cfb88a1db6c5b29a3a6d9efb257')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8-python3')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_flake8-python2() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'pep8-python2')
-  provides=('python2-flake8')
-  replaces=('python2-flake8')
-  conflicts=('python2-flake8')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 113435, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-23 07:52:50 UTC (rev 113436)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.0
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('aea44c1389dd44e668a76a56909cbcec')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: