[arch-commits] Commit in mypy/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Sep 22 14:30:26 UTC 2019
Date: Sunday, September 22, 2019 @ 14:30:25
Author: foxboron
Revision: 511524
upgpkg: mypy 0.720-2
Added python-typing_extensions FS#63435
Modified:
mypy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-22 13:57:54 UTC (rev 511523)
+++ PKGBUILD 2019-09-22 14:30:25 UTC (rev 511524)
@@ -4,12 +4,12 @@
pkgname=mypy
pkgver=0.720
-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')
+depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions' 'python-typing_extensions')
makedepends=('python-setuptools' 'git')
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('49925f9da7cee47eebf3420d7c0e00ec662ec6abb2780eb0a16260a7ba25f9c4')
More information about the arch-commits
mailing list