PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features
builddeps :
- pkgconfig(libcurl)
+ - pyflakes
+ - python-bottle
+ - python-flaky
+ - python-nose
- python-setuptools
+setup : |
+ # remove bundled libraries
+ rm -f tests/fake-curl/libcurl/*.so
+
+ # remove test-cases that won't work in our sandbox