python-chardet:rebuilt and clean
This commit is contained in:
@@ -13,5 +13,4 @@ def build():
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.rename("/usr/bin/chardetect", "chardetect-py2")
|
||||
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pisitools.rename("/usr/bin/chardetect", "chardetect-py2")
|
||||
@@ -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>python-chardet</Name>
|
||||
@@ -9,9 +9,10 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<IsA>app:console</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>python-devel</Dependency>
|
||||
@@ -21,17 +22,22 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-chardet</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
|
||||
<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-py2</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-chardet</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>3.0.4</Version>
|
||||
<Comment>Rebuilt.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>3.0.4</Version>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<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>
|
||||
<Name>python-chardet</Name>
|
||||
<Summary xml:lang="tr">Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector)</Summary>
|
||||
<Description xml:lang="tr">python-chardet, python ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi sağlayan bir python bağlayıcısıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user