summaryrefslogtreecommitdiff
path: root/src/stage3/patches/python-lxml.patch
blob: e9103e498fb8d62c576e17559da7c13f5c301c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- a/PKGBUILD	2018-03-15 22:28:13.742085702 +0100
+++ b/PKGBUILD	2018-03-16 08:33:19.888281296 +0100
@@ -3,14 +3,13 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgname=('python-lxml' 'python2-lxml')
 pkgver=4.1.1
 pkgrel=1
 arch=('x86_64')
 license=('BSD' 'custom')
 url="http://lxml.de/"
-makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'epydoc' 'python2-pygments'
-             'python2-docutils')
+makedepends=('libxslt' 'python-setuptools' 'python2-setuptools' 'cython' 'cython2')
 checkdepends=('python-cssselect' 'python2-cssselect' 'python-html5lib' 'python2-html5lib'
               'python-beautifulsoup4' 'python2-beautifulsoup4' 'cython' 'cython2')
 source=("https://github.com/lxml/lxml/archive/lxml-$pkgver.tar.gz")
@@ -30,7 +29,6 @@ build() {
 
   cd "$srcdir"/lxml-$pkgver-py2
   python2 setup.py build
-  make PYTHON=python2 html
 }
 
 check() {