diff options
| author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-03 16:08:26 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:48:10 +0700 |
| commit | 221fa30fceef4d52364600aed883f837e69af814 (patch) | |
| tree | 887acdc16bc61a3e29ee48487a626261384e8eb1 /python/lxml/lxml.SlackBuild | |
| parent | 3a7df29b42b892da5437c842923ee5b592cc409d (diff) | |
python/lxml: Updated for version 4.2.5
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/lxml.SlackBuild')
| -rw-r--r-- | python/lxml/lxml.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index a7aab333f0..df1ee9fe02 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lxml -VERSION=${VERSION:-4.2.1} +VERSION=${VERSION:-4.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,8 +65,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py build --with-unicode-strings -python setup.py install --skip-build --root=$PKG +python2 setup.py build --with-unicode-strings +python2 setup.py install --skip-build --root=$PKG if [ "${PYTHON3:-no}" == "yes" ]; then python3 setup.py build --with-unicode-strings |
