[arch-commits] Commit in python-pylint/repos/testing-any (PKGBUILD PKGBUILD)

2021-02-28 Thread Felix Yan via arch-commits
Date: Sunday, February 28, 2021 @ 22:26:45
  Author: felixonmars
Revision: 408933

archrelease: copy trunk to testing-any

Added:
  python-pylint/repos/testing-any/PKGBUILD
(from rev 408932, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-28 22:26:30 UTC (rev 408932)
+++ PKGBUILD2021-02-28 22:26:45 UTC (rev 408933)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="https://pylint.org;
-license=('GPL')
-depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark')
-checkdepends=('mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('ba5e550147392facffcea92495db4d8f5e49404676e5cbf4daedb5d77989b30ed2ece17dc549194583bcddabafe345a14a29aabcdae8b0a96cc253e2b9848183')
-
-build() {
-  cd pylint-pylint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3895
-  python setup.py pytest || echo "Tests failed"
-}
-
-package() {
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/testing-any/PKGBUILD (from rev 408932, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-28 22:26:45 UTC (rev 408933)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="https://pylint.org;
+license=('GPL')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark')
+checkdepends=('mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
+sha512sums=('575d6eff9d05625a05d517919d98c609e9f77dbdee1dce3a11699ff6e9a512345ec3136351a762da20cbc3e9ac732a35b848401cf84461b9b1d95b5d2b395071')
+
+build() {
+  cd pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/3895
+  python setup.py pytest || echo "Tests failed"
+}
+
+package() {
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}


[arch-commits] Commit in python-pylint/repos/testing-any (PKGBUILD PKGBUILD)

2021-02-24 Thread Felix Yan via arch-commits
Date: Wednesday, February 24, 2021 @ 09:25:11
  Author: felixonmars
Revision: 408711

archrelease: copy trunk to testing-any

Added:
  python-pylint/repos/testing-any/PKGBUILD
(from rev 408710, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-24 09:24:55 UTC (rev 408710)
+++ PKGBUILD2021-02-24 09:25:11 UTC (rev 408711)
@@ -1,38 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="https://pylint.org;
-license=('GPL')
-depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
-makedepends=('python-pytest-runner' 'python-pytest-benchmark')
-checkdepends=('mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
-sha512sums=('e6e77e5fcd00e9f24d8fd7c89d50fa7c32f9f1d72b5ce785fe5cb7d372a7d9c739ea0e9274d899305e4393fcd466daaea254a1f0836809810dfa1e86905eefaf')
-
-build() {
-  cd pylint-pylint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/3895
-  python setup.py pytest || echo "Tests failed"
-}
-
-package() {
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/testing-any/PKGBUILD (from rev 408710, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-24 09:25:11 UTC (rev 408711)
@@ -0,0 +1,38 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="https://pylint.org;
+license=('GPL')
+depends=('python-astroid' 'python-mccabe' 'python-isort' 'python-setuptools' 
'python-toml')
+makedepends=('python-pytest-runner' 'python-pytest-benchmark')
+checkdepends=('mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz;)
+sha512sums=('ba5e550147392facffcea92495db4d8f5e49404676e5cbf4daedb5d77989b30ed2ece17dc549194583bcddabafe345a14a29aabcdae8b0a96cc253e2b9848183')
+
+build() {
+  cd pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/3895
+  python setup.py pytest || echo "Tests failed"
+}
+
+package() {
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}