[arch-commits] Commit in python-pytest-pylint/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 11 19:18:30 UTC 2020
Date: Monday, May 11, 2020 @ 19:18:28
Author: felixonmars
Revision: 626342
archrelease: copy trunk to community-any
Added:
python-pytest-pylint/repos/community-any/PKGBUILD
(from rev 626341, python-pytest-pylint/trunk/PKGBUILD)
Deleted:
python-pytest-pylint/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-11 19:18:13 UTC (rev 626341)
+++ PKGBUILD 2020-05-11 19:18:28 UTC (rev 626342)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-pylint
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='pytest plugin to check source code with pylint'
-arch=('any')
-license=('MIT')
-url='https://github.com/carsongee/pytest-pylint'
-depends=('python-pytest' 'python-pylint' 'python-toml')
-makedepends=('python-pytest-flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/carsongee/pytest-pylint/archive/$pkgver.tar.gz")
-sha512sums=('e2df53d6996ec4249f4dc77941871e1b37c6ba8bbc8b41944d2f6bfbf7a150cf7d382caa207f224f2efa8e8b1396e3b9a60a66f98b7c28f5cfa833815520d708')
-
-build() {
- cd pytest-pylint-$pkgver
- python setup.py build
-}
-
-check() {
- # Hack entry points by installing it
-
- cd pytest-pylint-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" pytest --ignore tmp_install
-}
-
-package() {
- cd pytest-pylint-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-pylint/repos/community-any/PKGBUILD (from rev 626341, python-pytest-pylint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-11 19:18:28 UTC (rev 626342)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-pylint
+pkgver=0.16.1
+pkgrel=1
+pkgdesc='pytest plugin to check source code with pylint'
+arch=('any')
+license=('MIT')
+url='https://github.com/carsongee/pytest-pylint'
+depends=('python-pytest' 'python-pylint' 'python-toml')
+makedepends=('python-pytest-flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/carsongee/pytest-pylint/archive/v$pkgver.tar.gz")
+sha512sums=('b7d9414c36432be27a26ba8bb793157625f69dd05530d6245d12c14d8245e657a5b7b96e08c90e9fa5a5d6e4f8fb03efce79a5f1a99a7cb102e516d63305308e')
+
+build() {
+ cd pytest-pylint-$pkgver
+ python setup.py build
+}
+
+check() {
+ # Hack entry points by installing it
+
+ cd pytest-pylint-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" pytest --ignore tmp_install
+}
+
+package() {
+ cd pytest-pylint-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list