diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,22 +1,34 @@ name : python-wheel version : 0.30.0 -release : 1 +release : 2 source : - - https://pypi.python.org/packages/fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72/wheel-0.30.0.tar.gz : 9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 + - https://github.com/pypa/wheel/archive/0.30.0.tar.gz : a7d8bb20814a39f1c6e7efa820c53cbf51f4d6e561bb29f53d5555a5d4e0ce8a license : MIT component : programming.python summary : A built-package format for Python description: | A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the “Unpack” step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to “Spread” (copy data and scripts to their final locations) at any later time. builddeps : - - pkgconfig(python3) + - python-jsonschema + - python-keyring + - python-keyrings.alt + - python-pytest-cov - python-setuptools + - pyxdg build : | - %python3_setup %python_setup + %python3_setup install : | %python3_install for _f in "$installdir"/usr/bin/*; do mv -v "$_f" "${_f%}3" done %python_install +check : | + pushd $PKG_BUILD_DIR/py2build + PYTHONPATH=$PWD py.test + popd + + pushd $PKG_BUILD_DIR/py3build + PYTHONPATH=$PWD py.test3 + popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ python-wheel - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net MIT programming.python @@ -109,12 +109,12 @@ - - 2017-10-27 + + 2018-01-19 0.30.0 Packaging update - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file