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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Dec 8 22:23:08 UTC 2021


    Date: Wednesday, December 8, 2021 @ 22:23:07
  Author: polyzen
Revision: 1065717

archrelease: copy trunk to community-any

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

----------+
 LICENSE  |   48 ++++++++++++++++++++++-----------------------
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2021-12-08 22:22:41 UTC (rev 1065716)
+++ LICENSE	2021-12-08 22:23:07 UTC (rev 1065717)
@@ -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 1065716, python-pycodestyle/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-12-08 22:23:07 UTC (rev 1065717)
@@ -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	2021-12-08 22:22:41 UTC (rev 1065716)
+++ PKGBUILD	2021-12-08 22:23:07 UTC (rev 1065717)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Ismael Carnales <icarnales at gmail dot com>
-# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
-
-pkgname=python-pycodestyle
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Python style guide checker"
-arch=('any')
-url="https://pycodestyle.pycqa.org"
-license=('custom:Expat')
-depends=('python-setuptools')
-source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6fdf89c3a58df23792a2c1bb09fae781ab59110de4d3ab9d35a2262974bf78d9ce06f023c6f97922b7ee845db2156604a778d687c9eeacdd2eb298621799ce5c')
-
-build() {
-  cd pycodestyle-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pycodestyle-$pkgver
-  python -m unittest discover
-}
-
-package() {
-  cd pycodestyle-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pycodestyle/repos/community-any/PKGBUILD (from rev 1065716, python-pycodestyle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-08 22:23:07 UTC (rev 1065717)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ismael Carnales <icarnales at gmail dot com>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
+
+pkgname=python-pycodestyle
+pkgver=2.8.0
+pkgrel=4
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://pycodestyle.pycqa.org"
+license=('custom:Expat')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/PyCQA/pycodestyle/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6fdf89c3a58df23792a2c1bb09fae781ab59110de4d3ab9d35a2262974bf78d9ce06f023c6f97922b7ee845db2156604a778d687c9eeacdd2eb298621799ce5c')
+
+build() {
+  cd pycodestyle-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pycodestyle-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd pycodestyle-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list