python-sphinx:add new package and add dep

This commit is contained in:
alihanozturk
2017-01-29 22:19:03 +03:00
parent eaae898d80
commit c8f7240a47
13 changed files with 284 additions and 2 deletions
@@ -0,0 +1,36 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pytz</Name>
<Homepage>http://pytz.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<License>ZPL</License>
<IsA>library</IsA>
<Summary>World Timezone Definitions for Python</Summary>
<Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
<Archive sha1sum="8d63f1e9b1ee862841b990a7d8ad1d4508d9f0be" type="targz">https://pypi.python.org/packages/42/00/5c89fc6c9b305df84def61863528e899e9dccb196f8438f6cbe960758fc5/pytz-2016.10.tar.gz</Archive>
</Source>
<Package>
<Name>python-pytz</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/python-pytz</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-29</Date>
<Version>2016.10</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>