Package Details: python2-pyxb 1.2.6-1

Git Clone URL: https://aur.archlinux.org/python2-pyxb.git (read-only, click to copy)
Package Base: python2-pyxb
Description: Generates Python code for classes that correspond to data structures defined by XMLSchema
Upstream URL: http://pyxb.sourceforge.net/
Licenses: Apache
Submitter: jbradaric
Maintainer: ahbrosha
Last Packager: ahbrosha
Votes: 1
Popularity: 0.000000
First Submitted: 2014-07-15 13:10 (UTC)
Last Updated: 2018-07-31 16:03 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

jbradaric commented on 2016-02-01 07:46 (UTC)

I've modified the package() function as suggested.

brentjens commented on 2016-01-28 10:50 (UTC) (edited on 2016-01-28 11:18 (UTC) by brentjens)

Could you please modify the package() function as follows: package() { cd "$srcdir/PyXB-$pkgver" python2 setup.py install --root="$pkgdir" --optimize=1 for fn in $pkgdir/usr/bin/*; do mv $fn ${fn}2; done } or something to this effect, so it is clear that these scripts are python2 scripts? This would prevent name clashes with python-pyxb, and allow them to both be installed at the same time.