Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-pytz | name : python-pytz | ||||
| version : '2018.5' | version : 2018.7 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://pypi.io/packages/source/p/pytz/pytz-2018.5.tar.gz : ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277 | - https://pypi.io/packages/source/p/pytz/pytz-2018.7.tar.gz : 31cb35c89bd7d333cd32c5f278fca91b523b0834369e757f4c5641ea252236ca | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : World timezone definitions, modern and historical | summary : World timezone definitions, modern and historical | ||||
| description: | | description: | | ||||
| World timezone definitions, modern and historical | World timezone definitions, modern and historical | ||||
| builddeps : | builddeps : | ||||
| - python-setuptools | - python-setuptools | ||||
| build : | | build : | | ||||
| %python_setup | %python_setup | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | %python_install | ||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | pushd $PKG_BUILD_DIR/py2build | ||||
| export PYTHONPATH=$PWD | |||||
| for f in pytz/tests/*.py; do | for f in pytz/tests/*.py; do | ||||
| python $f | %python_test $f | ||||
| done | done | ||||
| popd | popd | ||||
| pushd $PKG_BUILD_DIR/py3build | pushd $PKG_BUILD_DIR/py3build | ||||
| export PYTHONPATH=$PWD | |||||
| for f in pytz/tests/*.py; do | for f in pytz/tests/*.py; do | ||||
| python3 $f | %python3_test $f | ||||
| done | done | ||||
| popd | popd | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.