summaryrefslogtreecommitdiff
path: root/community/python-tomlkit/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-12-11 19:00:44 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-12-11 19:00:44 +0100
commit0187985c19281f3df81ce7c26ad2ba4e22bbfc2a (patch)
tree7fea3dac070d513747a2fcf425697648c502cb8d /community/python-tomlkit/PKGBUILD
parentc6895b806b6a7399fbee031720d9cb0153b57c02 (diff)
downloadpackages-0187985c19281f3df81ce7c26ad2ba4e22bbfc2a.tar.xz
community/python-tomlkit: another cycle-break attempt (not using python-dephell)
Diffstat (limited to 'community/python-tomlkit/PKGBUILD')
-rw-r--r--community/python-tomlkit/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-tomlkit/PKGBUILD b/community/python-tomlkit/PKGBUILD
new file mode 100644
index 00000000..6c999720
--- /dev/null
+++ b/community/python-tomlkit/PKGBUILD
@@ -0,0 +1,9 @@
+# breaking dephell cycle (even if that means we build a broken tomlkit)
+makedepends=(${makedepends[@]//python-dephell/})
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ s/dephell/#dephell/
+ '
+)"