Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/python-pyudev/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pyudev/PKGBUILD')
-rw-r--r--community/python-pyudev/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/python-pyudev/PKGBUILD b/community/python-pyudev/PKGBUILD
deleted file mode 100644
index 022fe3c4..00000000
--- a/community/python-pyudev/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# disable documentation (needs sphinx), building it currently leaves
-# the documentation in the package and the module broken (seen in
-# libwacom)
-makedepends=(${makedepends[@]//python-sphinx/})
-eval "$(
- declare -f build | \
- sed '
- /.*sphinx.*/d
- '
- declare -f package | \
- sed '
- /.*doc\/html.*/d
- /.*\/usr\/share\/doc.*/d
- '
-)"