Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-pytz | name : python-pytz | ||||
| version : 2017.2 | version : 2018.4 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip : f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589 | - https://pypi.io/packages/source/p/pytz/pytz-2018.4.tar.gz : c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749 | ||||
| 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 : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - 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 : | | |||||
| pushd $PKG_BUILD_DIR/py2build | |||||
| export PYTHONPATH=$PWD | |||||
| for f in pytz/tests/*.py; do | |||||
| python $f | |||||
| done | |||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| export PYTHONPATH=$PWD | |||||
| for f in pytz/tests/*.py; do | |||||
| python3 $f | |||||
| done | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.