mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
upgpkg: python-opnieuw 2.0.0-1
upstream release
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
pkgbase = python-opnieuw
|
pkgbase = python-opnieuw
|
||||||
pkgdesc = A general-purpose retrying library, written in pure Python
|
pkgdesc = A general-purpose retrying library, written in pure Python
|
||||||
pkgver = 1.2.1
|
pkgver = 2.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/channable/opnieuw
|
url = https://github.com/channable/opnieuw
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD
|
||||||
checkdepends = python-pytest
|
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
source = python-opnieuw-1.2.1.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v1.2.1.tar.gz
|
source = python-opnieuw-2.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v2.0.0.tar.gz
|
||||||
sha256sums = 43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304
|
sha256sums = a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397
|
||||||
|
|
||||||
pkgname = python-opnieuw
|
pkgname = python-opnieuw
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=python-opnieuw
|
pkgname=python-opnieuw
|
||||||
pkgver=1.2.1
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A general-purpose retrying library, written in pure Python"
|
pkgdesc="A general-purpose retrying library, written in pure Python"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -8,9 +8,8 @@ url="https://github.com/channable/opnieuw"
|
|||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('python')
|
depends=('python')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
checkdepends=('python-pytest')
|
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||||
sha256sums=('43b220cea505ac3e23eaf5cc8e180c673a85ee7ce9d60b2fd3fcc3a60ec19304')
|
sha256sums=('a34484e2f7b136649691eeefc89f46a95783b3ccab0cc33c118713c037374397')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "opnieuw-$pkgver"
|
cd "opnieuw-$pkgver"
|
||||||
@@ -19,7 +18,7 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "opnieuw-$pkgver"
|
cd "opnieuw-$pkgver"
|
||||||
pytest tests
|
python -m unittest
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user