python3-chardet:rebuilt

This commit is contained in:
blue-devil
2020-01-09 22:06:20 +00:00
parent 68d82e70e3
commit e160deb9cc
3 changed files with 22 additions and 16 deletions
@@ -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(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
pythonmodules.install(pyVer="3")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-chardet</Name>
@@ -9,9 +9,10 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app</IsA>
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
<Description>Chardet: The Universal Character Encoding Detector</Description>
<Description>Character encoding auto-detection in Python. As smart as your browser. Open source.</Description>
<Archive sha1sum="bf740348e002581b026dc4af47d56479097c1fcd" type="targz">https://github.com/chardet/chardet/archive/3.0.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
@@ -21,28 +22,36 @@
<Package>
<Name>python3-chardet</Name>
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/chardetect</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-chardet</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2018-08-15</Date>
<Update release="3">
<Date>2019-12-24</Date>
<Version>3.0.4</Version>
<Comment>First release</Comment>
<Comment>Rebuilt w/ py3.8.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-08-29</Date>
<Version>3.0.4</Version>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-05-22</Date>
<Version>3.0.4</Version>
<Comment>First release</Comment>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>python3-chardet</Name>
<Summary xml:lang="tr">Chardet: The Universal Character Encoding Detector</Summary>
<Description xml:lang="tr">Chardet: The Universal Character Encoding Detector</Description>
<Summary xml:lang="tr">Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector)</Summary>
<Description xml:lang="tr">python3-chardet, python3 ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi saglayan bir python3 bağlayıcısıdır.</Description>
</Source>
</PISI>
</PISI>