* update python-jaraco.classes to 3.4.0-1
This commit is contained in:
parent
c91016c12c
commit
7e1bbf9561
@ -3,19 +3,20 @@
|
||||
# Contributor: Kyle Keen <keenerd@gmail.com>
|
||||
|
||||
pkgname=python-jaraco.classes
|
||||
pkgver=3.3.1
|
||||
# https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgdesc='Module for classes manipulation'
|
||||
arch=(any)
|
||||
url='https://github.com/jaraco/jaraco.classes'
|
||||
license=('MIT')
|
||||
depends=('python-more-itertools')
|
||||
depends=('python' 'python-more-itertools')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
|
||||
checkdepends=('python-pytest-enabler' 'python-pytest-mypy' 'python-pip')
|
||||
conflicts=(python-jaraco)
|
||||
replaces=(python-jaraco)
|
||||
source=("https://github.com/jaraco/jaraco.classes/archive/refs/tags/v$pkgver/jaraco.classes-$pkgver.tar.gz")
|
||||
sha512sums=('dac9511926507ece5a8e2c413e70d8f44fcb3d27f4a74e9745545a3122a74b2752fb92fa58e6c3c166039a8576aee2a9f9e426b49a4aa556b824ddb2899b7645')
|
||||
sha512sums=('dd321db10ffe0e5af0b8d061e2f2cfa42a6f61cc3117a1bdb84e5b403155525f467413279057aecc6fcc2d306dade0f542adb92540d71f525afc19aae717a103')
|
||||
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user