Changeset View
Changeset View
Standalone View
Standalone View
package.yml.1
- This file was copied from package.yml.
| name : python-pyte | name : python-pyte | ||||
| version : 0.6.0 | version : 0.7.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/selectel/pyte/archive/0.6.0.tar.gz : cc364b4f84bf86eebe2fe9fb49008a6cba1dbda3def5e89540cd2416e5a2d763 | - https://files.pythonhosted.org/packages/source/p/pyte/pyte-0.7.0.tar.gz : 873acb47b624b9f30e9c54fab9c06a53be3b6bfa4b3d863ab30f55e93724c5aa | ||||
| license : LGPL-3.0 | license : LGPL-3.0 | ||||
| component : programming.python | component : programming.python | ||||
| summary : Simple VTXXX-compatible linux terminal emulator | summary : Simple VTXXX-compatible linux terminal emulator | ||||
| description: | | description: | | ||||
| It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators. | It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python-3.5) | |||||
| - pytest-runner | - pytest-runner | ||||
| - python-setuptools | - python-setuptools | ||||
| - python-wcwidth | - python-wcwidth | ||||
| rundeps : | rundeps : | ||||
| - python-wcwidth | - python-wcwidth | ||||
| build : | | build : | | ||||
| %python_setup | %python_setup | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | %python_install | ||||
| %python3_install | %python3_install | ||||
| check : | | |||||
| pushd $PKG_BUILD_DIR/py2build | |||||
| PYTHONPATH=$installdir/usr/lib/python2.7/site-packages py.test -v | |||||
| #python setup.py pytest | |||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| PYTHONPATH=$installdir/usr/lib/python3.5/site-packages py.test3 -v | |||||
| #python3 setup.py pytest | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.