testing/py3-tomlkit: remove tests directory

This commit is contained in:
Leo 2019-08-08 10:54:00 -03:00
parent 10c48c5bad
commit c0dbc3cb9e

View File

@ -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"