gentoo/dev-python/pycurl/metadata.xml
Justin Lecher 088f8b8b27
Global: Update remote-id in metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-11-16 14:26:02 +01:00

20 lines
1014 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription>
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. All the functionality provided by libcurl can used through
the pycurl interface.
</longdescription>
<longdescription lang="ja">
PycURLはLibcurlへのパイソン・インターフェイスです。PycURLはPython言語モジュールの様に、Python言語プログラムからURLで指定されたオブジェクトをダウンロードするにも使えます。Libcurlで利用できる機能全てはPycURLインターフェイスを通して利用できます。
</longdescription>
<upstream>
<remote-id type="github">pycurl/pycurl</remote-id>
<remote-id type="sourceforge">pycurl</remote-id>
<remote-id type="pypi">pycurl</remote-id>
</upstream>
</pkgmetadata>