python-mypy_extensions: update to 1.1.0
This commit is contained in:
parent
bcadcb44ac
commit
ff22e96d5d
@ -3,22 +3,22 @@
|
||||
_realname=mypy_extensions
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=1.0.0
|
||||
pkgrel=4
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Experimental type system extensions for programs checked with the mypy typechecker (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="http://www.mypy-lang.org/"
|
||||
url="https://github.com/python/mypy_extensions"
|
||||
msys2_references=(
|
||||
'purl: pkg:pypi/mypy-extensions'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("https://pypi.org/packages/source/m/mypy_extensions/mypy_extensions-$pkgver.tar.gz")
|
||||
sha256sums=('75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782')
|
||||
"${MINGW_PACKAGE_PREFIX}-python-flit-core"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer")
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558')
|
||||
|
||||
build() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user