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

Felix Yan felixonmars at archlinux.org
Wed May 13 19:16:09 UTC 2020


    Date: Wednesday, May 13, 2020 @ 19:16:09
  Author: felixonmars
Revision: 627750

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 19:15:53 UTC (rev 627749)
+++ PKGBUILD	2020-05-13 19:16:09 UTC (rev 627750)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-flake8
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='pytest plugin to check FLAKE8 requirements'
-arch=('any')
-license=('MIT')
-url='https://github.com/tholo/pytest-flake8'
-depends=('python-pytest' 'flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz")
-sha512sums=('87caa4e80dfd3148ae2c92f863f2ffd1f6561bf5f09fca477cb41aabfbc7af1fee1356a57bcb830e3f2d2976d29bca78ce5700bd8b36e09a6e0fe08f2464f13e')
-
-prepare() {
-  sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini
-}
-
-build() {
-  cd "$srcdir"/pytest-flake8-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-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
-}
-
-package() {
-  cd pytest-flake8-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-flake8/repos/community-any/PKGBUILD (from rev 627749, python-pytest-flake8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-13 19:16:09 UTC (rev 627750)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-flake8
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('MIT')
+url='https://github.com/tholo/pytest-flake8'
+depends=('python-pytest' 'flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz")
+sha512sums=('0956690c51df94d6eab81494b4f6a30b242926c7ada071e46b40b6b23c4e4ccddea4fb91758306b186616b20ea9ecfb7e5da794c37352e85146d0bc400901020')
+
+prepare() {
+  sed -i 's/ignore = E128/ignore = E128 W605/' pytest-flake8-$pkgver/tox.ini
+}
+
+build() {
+  cd "$srcdir"/pytest-flake8-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-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
+}
+
+package() {
+  cd pytest-flake8-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list