[arch-commits] Commit in python-pytest-mypy/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 14 22:52:41 UTC 2022


    Date: Monday, February 14, 2022 @ 22:52:41
  Author: felixonmars
Revision: 1133269

upgpkg: python-pytest-mypy 0.9.0-1

Modified:
  python-pytest-mypy/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 22:52:10 UTC (rev 1133268)
+++ PKGBUILD	2022-02-14 22:52:41 UTC (rev 1133269)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pytest-mypy
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='Mypy static type checker plugin for Pytest'
 arch=('any')
 license=('MIT')
@@ -10,18 +10,11 @@
 depends=('mypy' 'python-filelock' 'python-pytest')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-xdist' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz"
-        $pkgname-mypy-0.9x.patch::https://github.com/dbader/pytest-mypy/commit/4b0a8bf541bd.patch)
-sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e'
-            'b1afc1fe631b636692998f019d803ec751cf5476e9feeb1263ac177022bfe3fafec8423d67ba52288d2ed687fdf1159911a3d04f0556f1f919afdf6e2a262d27')
+source=("https://github.com/dbader/pytest-mypy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4417d585b3e50f9c32a6b8e12f32737f3483b6a9d90df978f4fdfef7d7b4355a244e9ec6d4d25488d35651e2745173d64b7ceae313b09f9c3b2af916f097baf0')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd pytest-mypy-$pkgver
-  patch -Np1 -i ../$pkgname-mypy-0.9x.patch
-}
-
 build() {
   cd pytest-mypy-$pkgver
   python setup.py build



More information about the arch-commits mailing list