[arch-commits] Commit in python-flake8-debugger/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:09:44 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:09:44
  Author: foutrelis
Revision: 752967

archrelease: copy trunk to community-staging-any

Added:
  python-flake8-debugger/repos/community-staging-any/
  python-flake8-debugger/repos/community-staging-any/PKGBUILD
    (from rev 752966, python-flake8-debugger/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-flake8-debugger/repos/community-staging-any/PKGBUILD (from rev 752966, python-flake8-debugger/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 18:09:44 UTC (rev 752967)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flake8-debugger
+pkgver=3.2.1
+pkgrel=3
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+depends=('flake8')
+makedepends=('python-setuptools' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz")
+sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
+
+build() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list