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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:27:58 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:27:58
  Author: felixonmars
Revision: 1063026

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 1063025, python-flake8-debugger/trunk/PKGBUILD)

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

Copied: python-flake8-debugger/repos/community-staging-any/PKGBUILD (from rev 1063025, python-flake8-debugger/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 23:27:58 UTC (rev 1063026)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flake8-debugger
+pkgver=4.0.0
+pkgrel=2
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+depends=('flake8')
+makedepends=('python-poetry' 'python-setuptools' 'python-pytest-runner')
+source=(https://pypi.python.org/packages/source/f/flake8-debugger/flake8-debugger-$pkgver.tar.gz)
+sha512sums=('b2f234a294c010561298efac548d4ed327dccb34cd765993b31966cbd2609c4a1976559fd6698031365b83c98f9a03b4693b334cef402ddda2a9e13354371aa3')
+
+build() {
+  cd flake8-debugger-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flake8-debugger-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd 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