Page MenuHomeSolus

D4546.diff
No OneTemporary

D4546.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,34 @@
name : python-pycurl
version : 7.43.0.2
-release : 6
+release : 7
source :
- - https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz : 0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
-license :
- - MIT
+ - https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-7.43.0.2.tar.gz : 0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
+license : MIT
component : system.base
summary : Curl module for python
-builddeps :
- - pkgconfig(python-2.7)
- - pkgconfig(libcurl)
description: |
Easy access to libcurl from Python
+builddeps :
+ - pkgconfig(libcurl)
+ - pyflakes
+ - python-bottle
+ - python-flaky
+ - python-nose
+ - python-setuptools
setup : |
- # %patch -p1 < $pkgfiles/force_openssl.patch
- # %patch -p1 < $pkgfiles/no_static_link.patch
+ # remove bundled libraries
+ rm -f tests/fake-curl/libcurl/*.so
+
+ # remove test-cases that won't work in our sandbox
+ rm -f tests/{ftp_test.py,seek_cb_test.py,ssh_key_cb_test.py}
+
+ # We don't have nose-show-skipped in the repo
+ sed -e 's/ --show-skipped//' -i tests/run.sh
+build : |
%python_setup --with-openssl
install : |
%python_install --with-openssl
mv $installdir/usr/share/doc/pycurl $installdir/usr/share/doc/python-pycurl
+check : |
+ export PYCURL_SSL_LIBRARY=openssl
+ %python_test %make test NOSETESTS="nosetests-%python2_version% -v"
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-pycurl</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>MIT</License>
<PartOf>system.base</PartOf>
@@ -58,12 +58,12 @@
</Files>
</Package>
<History>
- <Update release="6">
+ <Update release="7">
<Date>2018-12-04</Date>
<Version>7.43.0.2</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.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
Thu, Aug 10, 6:53 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5811767
Default Alt Text
D4546.diff (2 KB)

Event Timeline