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

Felix Yan felixonmars at archlinux.org
Fri Mar 19 20:12:49 UTC 2021


    Date: Friday, March 19, 2021 @ 20:12:49
  Author: felixonmars
Revision: 894999

archrelease: copy trunk to community-any

Added:
  python-flake8-blind-except/repos/community-any/PKGBUILD
    (from rev 894998, python-flake8-blind-except/trunk/PKGBUILD)
Deleted:
  python-flake8-blind-except/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 20:12:44 UTC (rev 894998)
+++ PKGBUILD	2021-03-19 20:12:49 UTC (rev 894999)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flake8-blind-except
-pkgver=0.1.1
-pkgrel=4
-pkgdesc='A flake8 extension that checks for blind except: statements'
-arch=('any')
-license=('MIT')
-url='https://github.com/elijahandrews/flake8-blind-except'
-depends=('python-setuptools')
-makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/elijahandrews/flake8-blind-except.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/flake8-blind-except
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/flake8-blind-except
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flake8-blind-except/repos/community-any/PKGBUILD (from rev 894998, python-flake8-blind-except/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-19 20:12:49 UTC (rev 894999)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flake8-blind-except
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A flake8 extension that checks for blind except: statements'
+arch=('any')
+license=('MIT')
+url='https://github.com/elijahandrews/flake8-blind-except'
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+source=("https://github.com/elijahandrews/flake8-blind-except/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e96ca3e9cf6fa0d5f155f2136bfc150c6726591184d84f48b77385fda32727f4fa780563a7dc404bd8b0329fc2200f6ac796c5e644565155e51f4140e1eba0cd')
+
+build() {
+  cd flake8-blind-except-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd flake8-blind-except-$pkgver
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list