python-yarl: update to 1.22.0
This commit is contained in:
parent
1210b4002e
commit
0a556d3533
@ -3,14 +3,17 @@
|
|||||||
_realname=yarl
|
_realname=yarl
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=1.21.1
|
pkgver=1.22.0
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc='Yet another URL library (mingw-w64)'
|
pkgdesc='Yet another URL library (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://yarl.aio-libs.org/'
|
url='https://yarl.aio-libs.org/'
|
||||||
msys2_repository_url='https://github.com/aio-libs/yarl/'
|
msys2_repository_url='https://github.com/aio-libs/yarl/'
|
||||||
|
msys2_changelog_url='https://yarl.aio-libs.org/en/latest/changes/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'archlinux: python-yarl'
|
||||||
|
'gentoo: dev-python/yarl'
|
||||||
'purl: pkg:pypi/yarl'
|
'purl: pkg:pypi/yarl'
|
||||||
)
|
)
|
||||||
license=('spdx:Apache-2.0')
|
license=('spdx:Apache-2.0')
|
||||||
@ -29,7 +32,7 @@ checkdepends=(
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-pytest"
|
"${MINGW_PACKAGE_PREFIX}-python-pytest"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
|
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
|
||||||
source=("https://github.com/aio-libs/yarl/archive/v${pkgver}/yarl-${pkgver}.tar.gz")
|
source=("https://github.com/aio-libs/yarl/archive/v${pkgver}/yarl-${pkgver}.tar.gz")
|
||||||
sha256sums=('94dbe1510806b103a8fcb8698b73c942f707049c91fe9d1071fbdb26fcf89a61')
|
sha256sums=('d63cfdafde4efd6b1730c600c32c5a8ea6282cf4122924edb5da85014a20275e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user