Page MenuHomeSolus

D1995.diff
No OneTemporary

D1995.diff

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 @@
<Source>
<Name>python-wheel</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -109,12 +109,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-10-27</Date>
+ <Update release="2">
+ <Date>2018-01-19</Date>
<Version>0.30.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 25, 12:41 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793485
Default Alt Text
D1995.diff (2 KB)

Event Timeline