summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 20:46:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-27 20:46:38 +0100
commit45059c5690987b799a9f68a2aec24781c80a2060 (patch)
treee71a512447abac748ffa198308a92be2ae954b95
parent4e059cd6f67910dd77e76defba69c2841f2b4ea0 (diff)
downloadpackages-45059c5690987b799a9f68a2aec24781c80a2060.tar.xz
community/python-more-itertools: bootstrap
-rw-r--r--community/python-more-itertools/PKGBUILD6
-rw-r--r--extra/python-pyparsing/PKGBUILD6
2 files changed, 12 insertions, 0 deletions
diff --git a/community/python-more-itertools/PKGBUILD b/community/python-more-itertools/PKGBUILD
new file mode 100644
index 00000000..79c6c3a3
--- /dev/null
+++ b/community/python-more-itertools/PKGBUILD
@@ -0,0 +1,6 @@
+unset checkdepends
+unset check
+
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python2-setuptools/})
+makedepends+=(python python2)
diff --git a/extra/python-pyparsing/PKGBUILD b/extra/python-pyparsing/PKGBUILD
new file mode 100644
index 00000000..79c6c3a3
--- /dev/null
+++ b/extra/python-pyparsing/PKGBUILD
@@ -0,0 +1,6 @@
+unset checkdepends
+unset check
+
+makedepends=(${makedepends[@]//python-setuptools/})
+makedepends=(${makedepends[@]//python2-setuptools/})
+makedepends+=(python python2)