python-jaraco.functools: update to 4.3.0
This commit is contained in:
parent
9a7931659b
commit
d6d9406d36
@ -3,15 +3,18 @@
|
|||||||
_realname=jaraco.functools
|
_realname=jaraco.functools
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=4.2.1
|
pkgver=4.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Functools like those found in stdlib (mingw-w64)'
|
pkgdesc='Functools like those found in stdlib (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'anitya: 20165'
|
||||||
|
'archlinux: python-jaraco.functools'
|
||||||
'purl: pkg:pypi/jaraco-functools'
|
'purl: pkg:pypi/jaraco-functools'
|
||||||
)
|
)
|
||||||
url="https://github.com/jaraco/jaraco.functools"
|
url="https://github.com/jaraco/jaraco.functools"
|
||||||
|
msys2_changelog_url='https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst'
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
depends=(
|
depends=(
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-more-itertools"
|
"${MINGW_PACKAGE_PREFIX}-python-more-itertools"
|
||||||
@ -23,7 +26,7 @@ makedepends=(
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
|
||||||
)
|
)
|
||||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/./_}/${_realname/./_}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/./_}/${_realname/./_}-${pkgver}.tar.gz")
|
||||||
sha256sums=('be634abfccabce56fa3053f8c7ebe37b682683a4ee7793670ced17bab0087353')
|
sha256sums=('cfd13ad0dd2c47a3600b439ef72d8615d482cedcff1632930d6f28924d92f294')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# Set version for setuptools_scm
|
# Set version for setuptools_scm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user