diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 10:54:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 10:54:00 -0300 |
commit | c0dbc3cb9ed37350bba92a1f14e2aecbdeb7117d (patch) | |
tree | 06d7e173627a8920c1a70c08457e21bf3c4c16e2 /testing/py3-tomlkit/APKBUILD | |
parent | 10c48c5bad684772ac12301316ad67505e10309d (diff) | |
download | aports-c0dbc3cb9ed37350bba92a1f14e2aecbdeb7117d.tar.bz2 aports-c0dbc3cb9ed37350bba92a1f14e2aecbdeb7117d.tar.xz |
testing/py3-tomlkit: remove tests directory
Diffstat (limited to 'testing/py3-tomlkit/APKBUILD')
-rw-r--r-- | testing/py3-tomlkit/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-tomlkit/APKBUILD b/testing/py3-tomlkit/APKBUILD index c4be2ac438..93e0a4c655 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" |