Files
core/system/base/urlgrabber/pspec.xml
T
2018-07-16 19:37:48 +03:00

72 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>urlgrabber</Name>
<Homepage>http://urlgrabber.baseurl.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>High level cross-protocol url-grabber library for Python</Summary>
<Description>urlgrabber provides a clean library interface to protocol-independant file-access for Python programs</Description>
<Archive sha1sum="75206abe4c2498d4ff01498e4a35192a65c92f3e" type="targz">http://urlgrabber.baseurl.org/download/urlgrabber-3.10.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>urlgrabber</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>pycurl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-07-15</Date>
<Version>3.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-03-05</Date>
<Version>3.10.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-22</Date>
<Version>3.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>3.10.1</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-02</Date>
<Version>3.10.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>