Skip to content
Snippets Groups Projects
Verified Commit 82b8e562 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

upgpkg: 0.9.1-10: Python 3.12 rebuild

Also switch to commonmark/tests/run_spec_tests.py for check().
parent 6cacb4b1
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = python-commonmark
pkgdesc = Python parser for the CommonMark Markdown spec
pkgver = 0.9.1
pkgrel = 10
url = https://pypi.org/project/commonmark/
arch = any
license = BSD
checkdepends = python-hypothesis
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
depends = python-docutils
depends = python-future
options = !makeflags
source = python-commonmark-0.9.1.tar.gz::https://github.com/readthedocs/commonmark.py/archive/0.9.1.tar.gz
sha256sums = b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6
sha512sums = a6de0b384247ff79fe326012bd1fc71135e6ae5bc7b6a15d5402969a94f81fdd802f1a9d557c504eb74bfb3fea68f55355a70a6e0112a620cc285cf9039892e4
pkgname = python-commonmark
......@@ -3,7 +3,7 @@
pkgname=python-commonmark
pkgver=0.9.1
pkgrel=9
pkgrel=10
pkgdesc='Python parser for the CommonMark Markdown spec'
url='https://pypi.org/project/commonmark/'
arch=('any')
......@@ -29,8 +29,7 @@ build() {
check() {
cd commonmark.py-${pkgver}
export PYTHONPATH=.
python commonmark/tests/unit_tests.py
python -m unittest discover
python commonmark/tests/run_spec_tests.py
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment