Bug 226032

Summary: devel/py-lxml: Update to 4.1.1
Product: Ports & Packages Reporter: loic.blot
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, olivier, pi, python, yuri
Priority: --- Flags: bugzilla: maintainer-feedback? (wg)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 226055    
Attachments:
Description Flags
py-lxml.patch
none
lxml patch
none
poudriere output none

Description loic.blot 2018-02-19 07:46:06 UTC
Created attachment 190779 [details]
py-lxml.patch

python lxml is quite outdated, and i'm working on py-searx update which requires lxml 4.1.1

You will find the patch below and the poudriere output
Comment 1 loic.blot 2018-02-19 07:47:01 UTC
Created attachment 190780 [details]
lxml patch
Comment 2 loic.blot 2018-02-19 07:47:37 UTC
Created attachment 190781 [details]
poudriere output
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2018-02-21 01:36:31 UTC
The patch under files/ doesn't apply any more.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2018-02-21 01:37:33 UTC
loic.blot@unix-experience.fr, please don't attach poudriere logs. They only clog the system, but committers still need to run poudriere. It would suffice to just say that poudriere passes.
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2018-02-21 01:41:17 UTC
Please do not forget to strip shared libraries:
Warning: 'lib/python2.7/site-packages/lxml/html/diff.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/lxml/html/clean.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/lxml/etree.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/lxml/objectify.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/lxml/builder.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/python2.7/site-packages/lxml/_elementpath.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Comment 6 commit-hook freebsd_committer freebsd_triage 2018-02-21 15:44:11 UTC
A commit references this bug:

Author: wg
Date: Wed Feb 21 15:44:02 UTC 2018
New revision: 462529
URL: https://svnweb.freebsd.org/changeset/ports/462529

Log:
  devel/py-lxml: update to 4.1.1

  PR:		226032
  Submitted by:	loic.blot

Changes:
  head/devel/py-lxml/Makefile
  head/devel/py-lxml/distinfo
  head/devel/py-lxml/files/
Comment 7 William Grzybowski freebsd_committer freebsd_triage 2018-02-21 16:21:45 UTC
Committed, thanks