python-rope: update to 0.22.0

This commit is contained in:
Biswapriyo Nath
2022-02-20 20:22:10 +05:30
committed by GitHub
parent e97ec32a89
commit 0a2c16f0ba

View File

@@ -3,18 +3,18 @@
_realname=rope
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.21.0
pkgver=0.22.0
pkgrel=1
pkgdesc='A python refactoring library (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('LGPL')
url='https://github.com/python-rope/rope'
makedepends=(
${MINGW_PACKAGE_PREFIX}-python
${MINGW_PACKAGE_PREFIX}-python-setuptools)
source=("https://github.com/python-rope/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('9b3cbc2ce56a65a818e10791e8a8cb11ffb26ff15386754d256d990b528e8396')
sha256sums=('63fe86b23b1f46e0584dac19049076607c8b74694482967afb3b8c2d959d66d3')
prepare() {
cd "${srcdir}"