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

Morten Linderud foxboron at archlinux.org
Sat Dec 14 13:34:04 UTC 2019


    Date: Saturday, December 14, 2019 @ 13:34:04
  Author: foxboron
Revision: 537638

upgpkg: mypy 0.750-2

Fixes FS#64597 

Modified:
  mypy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-14 13:29:50 UTC (rev 537637)
+++ PKGBUILD	2019-12-14 13:34:04 UTC (rev 537638)
@@ -4,13 +4,13 @@
 
 pkgname=mypy
 pkgver=0.750
-pkgrel=1
+pkgrel=2
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/"
 arch=('any')
 license=('MIT')
-depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions')
-makedepends=('python-setuptools' 'git')
+depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions')
+makedepends=('git')
 source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('6ecbd0e8e371333027abca0922b0c2c632a5b4739a0c61ffbd0733391e39144c')
 



More information about the arch-commits mailing list