benalb

Untitled

May 25th, 2023
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.81 KB | None | 0 0
  1. # Template file for 'python3-dominate'
  2. pkgname=python3-dominate
  3. version=2.8.0
  4. revision=1
  5. build_style=python3-module
  6. hostmakedepends="python3-setuptools"
  7. depends="python3"
  8. checkdepends="python3-pytest"
  9. short_desc="Library for creating and manipulating HTML (Python3)"
  10. maintainer="Benjamín Albiñana <[email protected]>"
  11. license="LGPL-3.0-or-later"
  12. homepage="https://github.com/Knio/dominate"
  13. distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
  14. checksum=4e55f84b8446fe4338a7acaf60bbb1cb133a81c4c7a46a196b904c9f8387d377
  15.  
  16. pre_check() {
  17.         # this fix the failed test in i686
  18.         # https://github.com/Knio/dominate/issues/175
  19.         if ["XBPS_TARGET_MACHINE" == "i686"]; then
  20.                 vsed -i '/3713141171098444831/i  \\t\t1692341442, # i686' tests/test_dom_tag.py
  21.         fi
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment