Merge pull request #8904 from danyeaw/sortedcontainers-2.4.0

Update sortedcontainers to version 2.4.0
This commit is contained in:
Christoph Reiter
2021-06-14 08:32:05 +02:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
_realname=sortedcontainers
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.3.0
pkgver=2.4.0
pkgrel=1
pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ license=('Apache')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=(https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz)
sha256sums=('59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1')
sha256sums=('25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88')
build() {
cd "${srcdir}/${_realname}-${pkgver}"