[arch-commits] Commit in python-pybtex/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 08:03:50 UTC 2020
Date: Thursday, November 12, 2020 @ 08:03:50
Author: foutrelis
Revision: 751328
Bump to 0.23 for Python 3.9
Modified:
python-pybtex/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 07:20:20 UTC (rev 751327)
+++ PKGBUILD 2020-11-12 08:03:50 UTC (rev 751328)
@@ -2,8 +2,8 @@
# Contributor: Immae
pkgname=python-pybtex
-pkgver=0.22.2
-pkgrel=4
+pkgver=0.23.0
+pkgrel=0
pkgdesc="A BibTeX-compatible bibliography processor written in Python"
arch=("any")
url="https://pybtex.org"
@@ -10,9 +10,9 @@
license=("GPL")
# Overridden in package_* functions
depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 'python-latexcodec')
-checkdepends=('python-nose')
+checkdepends=('python-pytest')
source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz")
-sha256sums=('00816e5f8570609d8ce3360cd23916bd3e50428a3508127578fdb4dc2b731c1c')
+sha256sums=('b92be18ccd5e9a37895949dcf359a1f6890246b73646dddf1129178ee12e4bef')
build() {
cd "$srcdir/pybtex-$pkgver"
@@ -21,7 +21,7 @@
check() {
cd "$srcdir/pybtex-$pkgver"
- python setup.py nosetests
+ pytest
}
package() {
More information about the arch-commits
mailing list