[arch-commits] Commit in python-pycodestyle/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Thu Apr 12 05:33:03 UTC 2018


    Date: Thursday, April 12, 2018 @ 05:33:01
  Author: felixonmars
Revision: 315896

archrelease: copy trunk to community-any

Added:
  python-pycodestyle/repos/community-any/LICENSE
    (from rev 315895, python-pycodestyle/trunk/LICENSE)
  python-pycodestyle/repos/community-any/PKGBUILD
    (from rev 315895, python-pycodestyle/trunk/PKGBUILD)
Deleted:
  python-pycodestyle/repos/community-any/LICENSE
  python-pycodestyle/repos/community-any/PKGBUILD

----------+
 LICENSE  |   48 ++++++++++++------------
 PKGBUILD |  122 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-04-12 05:32:33 UTC (rev 315895)
+++ LICENSE	2018-04-12 05:33:01 UTC (rev 315896)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl <johann at rocholl.net>
-Copyright © 2009-2013 Florent Xicluna <florent.xicluna at gmail.com>
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: python-pycodestyle/repos/community-any/LICENSE (from rev 315895, python-pycodestyle/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-04-12 05:33:01 UTC (rev 315896)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl <johann at rocholl.net>
+Copyright © 2009-2013 Florent Xicluna <florent.xicluna at gmail.com>
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 05:32:33 UTC (rev 315895)
+++ PKGBUILD	2018-04-12 05:33:01 UTC (rev 315896)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ismael Carnales <icarnales at gmail dot com>
-# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
-
-pkgbase=python-pycodestyle
-pkgname=('python-pycodestyle' 'python2-pycodestyle')
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://github.com/PyCQA/pycodestyle"
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/PyCQA/pycodestyle.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a pycodestyle{,-py2}
-
-  sed -i '1s/env python$/python2/' pycodestyle-py2/pycodestyle.py
-}
-
-build() {
-  cd "$srcdir"/pycodestyle
-  python setup.py build
-
-  cd "$srcdir"/pycodestyle-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pycodestyle
-  python setup.py test
-
-  cd "$srcdir"/pycodestyle-py2
-  python2 setup.py test
-}
-
-package_python-pycodestyle() {
-  depends=('python-setuptools')
-  replaces=('pep8-python3' 'pep8')
-
-  cd pycodestyle
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycodestyle() {
-  depends=('python2-setuptools')
-  replaces=('pep8-python2' 'python2-pep8')
-
-  cd pycodestyle-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/bin/pycodestyle{,2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pycodestyle/repos/community-any/PKGBUILD (from rev 315895, python-pycodestyle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-12 05:33:01 UTC (rev 315896)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ismael Carnales <icarnales at gmail dot com>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
+
+pkgbase=python-pycodestyle
+pkgname=('python-pycodestyle' 'python2-pycodestyle')
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://github.com/PyCQA/pycodestyle"
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/pycodestyle/archive/$pkgver.tar.gz")
+sha512sums=('3d1632a4d749a227854164adddc2bbbb3f2677b79d156a645dfbfc7c2092146438d429863801fa2f315d0574abba08d47307f164fce67fb5f3fdde8518b468bf')
+
+prepare() {
+  cp -a pycodestyle-$pkgver{,-py2}
+
+  sed -i '1s/env python$/python2/' pycodestyle-$pkgver-py2/pycodestyle.py
+}
+
+build() {
+  cd "$srcdir"/pycodestyle-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pycodestyle-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pycodestyle-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pycodestyle-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pycodestyle() {
+  depends=('python-setuptools')
+  replaces=('pep8-python3' 'pep8')
+
+  cd pycodestyle-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycodestyle() {
+  depends=('python2-setuptools')
+  replaces=('pep8-python2' 'python2-pep8')
+
+  cd pycodestyle-$pkgver-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir"/usr/bin/pycodestyle{,2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list