diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,15 +1,14 @@ name : python-pyte -version : 0.6.0 +version : 0.7.0 release : 1 source : - - https://github.com/selectel/pyte/archive/0.6.0.tar.gz : cc364b4f84bf86eebe2fe9fb49008a6cba1dbda3def5e89540cd2416e5a2d763 + - https://github.com/selectel/pyte/archive/0.7.0.tar.gz : 3d0b6909a68fac1856f325c7d0d7434e13ee2ab91ca09fcc762ee03a64e5fdee license : LGPL-3.0 component : programming.python summary : Simple VTXXX-compatible linux terminal emulator 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. builddeps : - - pkgconfig(python-3.5) - pytest-runner - python-setuptools - python-wcwidth @@ -21,3 +20,10 @@ install : | %python_install %python3_install +check : | + pushd $PKG_BUILD_DIR/py2build + python setup.py pytest + popd + pushd $PKG_BUILD_DIR/py3build + python3 setup.py pytest + popd diff --git a/package.yml b/package.yml.1 copy from package.yml copy to package.yml.1 --- a/package.yml +++ b/package.yml.1 @@ -1,15 +1,14 @@ name : python-pyte -version : 0.6.0 -release : 1 +version : 0.7.0 +release : 2 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 component : programming.python summary : Simple VTXXX-compatible linux terminal emulator 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. builddeps : - - pkgconfig(python-3.5) - pytest-runner - python-setuptools - python-wcwidth @@ -21,3 +20,12 @@ install : | %python_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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -19,11 +19,11 @@ programming.python - /usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/requires.txt - /usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/requires.txt + /usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/pyte/__init__.py /usr/lib/python2.7/site-packages/pyte/__init__.pyc /usr/lib/python2.7/site-packages/pyte/__main__.py @@ -44,11 +44,11 @@ /usr/lib/python2.7/site-packages/pyte/screens.pyc /usr/lib/python2.7/site-packages/pyte/streams.py /usr/lib/python2.7/site-packages/pyte/streams.pyc - /usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/PKG-INFO - /usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/SOURCES.txt - /usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/dependency_links.txt - /usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/requires.txt - /usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/requires.txt + /usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/top_level.txt /usr/lib/python3.5/site-packages/pyte/__init__.py /usr/lib/python3.5/site-packages/pyte/__main__.py /usr/lib/python3.5/site-packages/pyte/__pycache__/__init__.cpython-35.pyc @@ -73,11 +73,11 @@ - 2017-09-23 - 0.6.0 + 2017-12-04 + 0.7.0 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file