Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / mypy


Commits:
bcff1219 by Antonio Rojas at 2023-11-27T23:48:26+01:00
upgpkg: 1.7.1-1: Update to 1.7.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = mypy
+       pkgdesc = Optional static typing for Python 2 and 3 (PEP484)
+       pkgver = 1.7.1
+       pkgrel = 1
+       url = http://www.mypy-lang.org/
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       checkdepends = python-six
+       checkdepends = python-attrs
+       checkdepends = python-pytest-xdist
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python-psutil
+       depends = python-mypy_extensions
+       depends = python-typing_extensions
+       depends = python-tomli
+       optdepends = python-lxml: for reports
+       optdepends = python-pip: for installing missing types
+       source = 
mypy-1.7.1.tar.gz::https://pypi.org/packages/source/m/mypy/mypy-1.7.1.tar.gz
+       sha256sums = 
fcb6d9afb1b6208b4c712af0dafdc650f518836065df0d4fb1d800f5d6773db2
+
+pkgname = mypy


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: hexchain <[email protected]>
 
 pkgname=mypy
-pkgver=1.3.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
@@ -12,13 +12,13 @@ license=('MIT')
 depends=('python-psutil' 'python-mypy_extensions' 'python-typing_extensions'
 'python-tomli')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'python-six' 'python-attrs')
+checkdepends=('python-pytest' 'python-six' 'python-attrs' 
'python-pytest-xdist')
 optdepends=(
   'python-lxml: for reports'
   'python-pip: for installing missing types'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('e1f4d16e296f5135624b34e8fb741eb0eadedca90862405b1f1fde2040b9bd11')
+sha256sums=('fcb6d9afb1b6208b4c712af0dafdc650f518836065df0d4fb1d800f5d6773db2')
 
 prepare() {
     cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/bcff12193a6518dc65d79808c9541a6a3d86d380

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/commit/bcff12193a6518dc65d79808c9541a6a3d86d380
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to