libdrm: unbundle python-docutils

This commit is contained in:
git-bruh 2022-09-30 14:54:19 +05:30
parent 063b998360
commit 8a301e0a78
No known key found for this signature in database
4 changed files with 1 additions and 19 deletions

View File

@ -1,22 +1,5 @@
#!/bin/sh -e
# Setup docutils to generate manual pages.
{
cd docutils
python setup.py build
python setup.py install \
--root="$PWD/../dist"
cd ../dist/usr/lib/python*/site-packages
PYTHONPATH=$PWD:$(python -c "import sys;print(':'.join(sys.path))")
cd -; cd ..
export PATH="$PWD/dist/usr/bin:$PATH"
export PYTHONPATH
}
meson \
--prefix=/usr \
-Dvalgrind=disabled \

View File

@ -1,2 +1 @@
7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1
33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6

View File

@ -2,3 +2,4 @@ libpciaccess
linux-headers make
meson make
pkgconf make
python-docutils make

View File

@ -1,2 +1 @@
https://dri.freedesktop.org/libdrm/libdrm-VERSION.tar.xz
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils