aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tomlkit/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-08 10:54:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-08 10:54:00 -0300
commitc0dbc3cb9ed37350bba92a1f14e2aecbdeb7117d (patch)
tree06d7e173627a8920c1a70c08457e21bf3c4c16e2 /testing/py3-tomlkit/APKBUILD
parent10c48c5bad684772ac12301316ad67505e10309d (diff)
testing/py3-tomlkit: remove tests directory
Diffstat (limited to 'testing/py3-tomlkit/APKBUILD')
-rw-r--r--testing/py3-tomlkit/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-tomlkit/APKBUILD b/testing/py3-tomlkit/APKBUILD
index c4be2ac438c..93e0a4c6553 100644
--- a/testing/py3-tomlkit/APKBUILD
+++ b/testing/py3-tomlkit/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-tomlkit
_realname=tomlkit
pkgver=0.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 library for parsing and modifying TOML"
url="https://github.com/sdispater/tomlkit"
arch="noarch"
@@ -24,6 +24,7 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
+ rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests
}
sha512sums="5de04c76583ed5e80031d1b7ffaf6e790166829ddc47e238c5ac6b9b87329e732b5e73e2af995d916372a87c69434958ffd3afa8eb07b8663398ff9e0fd5473c tomlkit-0.5.5.tar.gz"