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