2011-02-10 13:15:53 +00:00
|
|
|
# Template file for 'pycurl'
|
|
|
|
pkgname=pycurl
|
|
|
|
version=7.19.0
|
2013-03-31 07:51:44 +00:00
|
|
|
revision=3
|
2011-02-10 13:15:53 +00:00
|
|
|
build_style=python-module
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="openssl-devel libcurl-devel python-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
pycompile_module="curl"
|
2011-02-10 13:15:53 +00:00
|
|
|
short_desc="Python interface to the CURL library"
|
2013-03-31 07:51:44 +00:00
|
|
|
homepage="http://pycurl.sourceforge.net/"
|
|
|
|
license="LGPL-2.1/MIT"
|
2011-02-10 13:15:53 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 09:13:30 +00:00
|
|
|
distfiles="http://pycurl.sourceforge.net/download/${pkgname}-${version}.tar.gz"
|
2011-02-10 13:15:53 +00:00
|
|
|
checksum=eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
|
|
|
|
long_desc="
|
|
|
|
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."
|