testing/py3-remind: upgrade to 0.19.1

This commit is contained in:
Galen Abell 2024-09-10 18:55:03 +02:00 committed by omni
parent 79dad05c12
commit cd28353980

View File

@ -1,23 +1,17 @@
# Contributor: Galen Abell <galen@galenabell.com> # Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com>
pkgname=py3-remind pkgname=py3-remind
pkgver=0.18.0 pkgver=0.19.1
pkgrel=4 pkgrel=0
pkgdesc="Python library to convert between Remind and iCalendar" pkgdesc="Python library to convert between Remind and iCalendar"
url="https://github.com/jspricke/python-remind" url="https://github.com/jspricke/python-remind"
arch="noarch" arch="noarch"
license="GPL-3.0-only" license="GPL-3.0-only"
depends="python3 remind py3-dateutil py3-tz py3-tzlocal py3-vobject" depends="python3 remind py3-dateutil py3-tz py3-tzlocal py3-vobject"
makedepends=" makedepends="py3-setuptools py3-wheel py3-gpep517"
py3-coverage checkdepends="py3-pytest"
py3-nose
py3-setuptools
py3-wheel
py3-gpep517
"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/jspricke/python-remind/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/jspricke/python-remind/archive/v$pkgver.tar.gz"
options="!check"
builddir="$srcdir/python-remind-$pkgver" builddir="$srcdir/python-remind-$pkgver"
build() { build() {
@ -29,7 +23,7 @@ build() {
check() { check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv python3 -m venv --clear --without-pip --system-site-packages .testenv
gpep517 install-wheel --destdir .testenv --prefix '' .dist/*.whl gpep517 install-wheel --destdir .testenv --prefix '' .dist/*.whl
.testenv/bin/python3 -m nose .testenv/bin/python3 -m pytest
} }
package() { package() {
@ -38,5 +32,5 @@ package() {
} }
sha512sums=" sha512sums="
0eeff9ac9f238ae682fd9a5d86a1e977a90f1a15c4871abebf324cc07172d7e9c9b43704e29d7f7ea53fb9092608b037d444d4fc4dc55eb3499246a8ba6c4784 py3-remind-0.18.0.tar.gz 5f56a31236972ae779d818dd4e62d3532a5660162c004e748e7a43ffcadfe946687f1b2a1b082b93a4fcd6b87fb6c2134d3467a16117f41f9b512f825cb2884e py3-remind-0.19.1.tar.gz
" "