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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 10 11:34:38 UTC 2021


    Date: Tuesday, August 10, 2021 @ 11:34:38
  Author: arojas
Revision: 997356

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 11:34:29 UTC (rev 997355)
+++ PKGBUILD	2021-08-10 11:34:38 UTC (rev 997356)
@@ -1,30 +0,0 @@
-# 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:

Copied: python-flake8-debugger/repos/community-any/PKGBUILD (from rev 997355, python-flake8-debugger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 11:34:38 UTC (rev 997356)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flake8-debugger
+pkgver=4.0.0
+pkgrel=1
+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