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

Morten Linderud foxboron at gemini.archlinux.org
Tue Apr 19 19:01:48 UTC 2022


    Date: Tuesday, April 19, 2022 @ 19:01:48
  Author: foxboron
Revision: 1187096

upgpkg: mypy 0.942-2: upgpkg: mypy 0.942-2 - FS#74262: Removed tml infavour of tomli

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-19 18:58:50 UTC (rev 1187095)
+++ PKGBUILD	2022-04-19 19:01:48 UTC (rev 1187096)
@@ -4,13 +4,13 @@
 
 pkgname=mypy
 pkgver=0.942
-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-psutil' 'python-typed-ast' 'python-mypy_extensions'
-         'python-typing_extensions' 'python-toml')
+         'python-typing_extensions' 'python-tomli')
 makedepends=('git' 'python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2')



More information about the arch-commits mailing list