python-chardet:version bump, translate and clean
This commit is contained in:
@@ -5,12 +5,9 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -9,10 +9,11 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description>Internationalized Domain Names in Applications (IDNA)</Description>
|
||||
<Archive sha1sum="57ba57f2b48b89be80a13f7c728ff6d3db23952a" type="targz">https://github.com/kjd/idna/archive/v2.7.tar.gz</Archive>
|
||||
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
|
||||
<Archive sha1sum="7ca7e073f13574f51ddcfa3cc1a2e5789e895d9b" type="targz">https://github.com/kjd/idna/archive/v2.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -21,16 +22,21 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-idna</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-idna</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>2.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>2.7</Version>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-idna</Name>
|
||||
<Summary xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description xml:lang="tr">Internationalized Domain Names in Applications (IDNA)</Description>
|
||||
<Name>python-idna</Name>
|
||||
<Summary xml:lang="tr">IDNA protokolünü desktekleyen python kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user