aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tomlkit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-tomlkit/APKBUILD')
-rw-r--r--testing/py3-tomlkit/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-tomlkit/APKBUILD b/testing/py3-tomlkit/APKBUILD
deleted file mode 100644
index b0553678ad8..00000000000
--- a/testing/py3-tomlkit/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=py3-tomlkit
-_realname=tomlkit
-pkgver=0.8.0
-pkgrel=0
-pkgdesc="Python3 library for parsing and modifying TOML"
-url="https://github.com/sdispater/tomlkit"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest py3-yaml"
-source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
-builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
- rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests
-}
-
-sha512sums="
-77b267201021e740d8134d0d5edfbef2cf077adac0b320d80887fdedda3f63f74df1957e8230976f16c80fcc58fd4cfabb195cccf0eda7d6cd29f5f65d362147 tomlkit-0.8.0.tar.gz
-"