Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-cssutils | name : python-cssutils | ||||
| version : 1 | version : 1.0.2 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/source/c/cssutils/cssutils-1.0.zip : 4504762f5d8800b98fa713749c00acfef8419826568f9363c490e45146a891af | - https://pypi.python.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz : a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf | ||||
| license : GPL-3.0 | license : LGPL-3.0 | ||||
| component : programming.python | |||||
| summary : A CSS Cascading Style Sheets library for Python | summary : A CSS Cascading Style Sheets library for Python | ||||
| extract : no | |||||
| description: | | description: | | ||||
| A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities! | A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities! | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python-2.7) | |||||
| - pkgconfig(python-3.5) | - pkgconfig(python-3.5) | ||||
| - python-setuptools | - python-setuptools | ||||
| - python3-setuptools | |||||
| setup : | | |||||
| unzip $sources/cssutils-1.0.zip | |||||
| build : | | build : | | ||||
| cd cssutils-1.0 | %python3_setup | ||||
| python setup.py build | %python_setup | ||||
| python3 setup.py build | |||||
| install : | | install : | | ||||
| cd cssutils-1.0 | %python3_install | ||||
| python setup.py install --root=%installroot% --no-compile -O0 | for _f in $installdir/usr/bin/*; do | ||||
| python3 setup.py install --root=%installroot% --no-compile -O0 | mv -v $_f ${_f}3 | ||||
| done | |||||
| %python_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.