aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-commonmark/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-29 17:59:24 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-29 17:59:24 +0100
commitcfd587863ec9211feda9d60ff585abdca3a472be (patch)
tree5101b7c99bd2c7f588dbc1b56a9cf6bee3372ae9 /testing/py3-commonmark/APKBUILD
parent3de1b3505acffa412aaef6dcb0a73aa996c6f54f (diff)
downloadaports-cfd587863ec9211feda9d60ff585abdca3a472be.tar.bz2
aports-cfd587863ec9211feda9d60ff585abdca3a472be.tar.xz
testing/py3-commonmark: remove tests/ subdirectory
Diffstat (limited to 'testing/py3-commonmark/APKBUILD')
-rw-r--r--testing/py3-commonmark/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-commonmark/APKBUILD b/testing/py3-commonmark/APKBUILD
index c57a78e224..ae7a803be4 100644
--- a/testing/py3-commonmark/APKBUILD
+++ b/testing/py3-commonmark/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-commonmark
_pyname=commonmark
pkgver=0.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 parser for the CommonMark Markdown specification"
url="https://pypi.org/project/commonmark/"
arch="noarch"
@@ -25,6 +25,7 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
+ rm -rf "$pkgdir"/usr/lib/python3*/site-packages/commonmark/tests
}
sha512sums="f5cb6c9a32fdb441a229b70118652c0fd1b0f058728c594966f5fe04a58ec005feaade49fa72f3aa07b3376e4148e76203313e4f14d29fc86f2acc125533a4fa commonmark-0.9.0.tar.gz"