1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: python-opnieuw 2.0.0-1

upstream release
This commit is contained in:
2023-05-04 18:14:45 +02:00
parent 07b7e8a595
commit 0f2204244d
2 changed files with 6 additions and 8 deletions

View File

@@ -1,14 +1,13 @@
pkgbase = python-opnieuw
pkgdesc = A general-purpose retrying library, written in pure Python
pkgver = 1.2.1
pkgver = 2.0.0
pkgrel = 1
url = https://github.com/channable/opnieuw
arch = any
license = BSD
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
source = python-opnieuw-1.2.1.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.1.tar.gz
sha256sums = 43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304
source = python-opnieuw-2.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v2.0.0.tar.gz
sha256sums = a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397
pkgname = python-opnieuw

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-opnieuw
pkgver=1.2.1
pkgver=2.0.0
pkgrel=1
pkgdesc="A general-purpose retrying library, written in pure Python"
arch=('any')
@@ -8,9 +8,8 @@ url="https://github.com/channable/opnieuw"
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304')
sha256sums=('a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397')
build() {
cd "opnieuw-$pkgver"
@@ -19,7 +18,7 @@ build() {
check() {
cd "opnieuw-$pkgver"
pytest tests
python -m unittest
}
package() {