62 lines
2.6 KiB
XML
62 lines
2.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-Babel</Name>
|
|
<Homepage>https://babel.pocoo.org</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>BSD</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A collection of tools for internationalizing Python applications</Summary>
|
|
<Description>Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.</Description>
|
|
<Archive sha1sum="10491e41aabf5a01bc98c5b9c0fa162881c69701" type="targz">https://github.com/python-babel/babel/archive/v2.8.0.tar.gz</Archive>
|
|
<Archive sha1sum="adaed5663b787591d11ce5dc3ed880ad215c33ce" type="binary" target="babel-2.8.0">https://www.unicode.org/Public/cldr/36/core.zip</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-pytz</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-Babel</Name>
|
|
<Summary>A collection of tools for internationalizing Python applications</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-pytz</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python3-Babel</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2020-01-23</Date>
|
|
<Version>2.8.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2019-12-30</Date>
|
|
<Version>2.7.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-01-28</Date>
|
|
<Version>2.6.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |