python-argparse:rebuilt,clean and tranlate
This commit is contained in:
@@ -12,5 +12,4 @@ def build():
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE*", "MANIFEST*", "PKG-INFO", "NEWS*", "README*")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-argparse</Name>
|
||||
@@ -7,42 +9,45 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>apache</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python command-line parsing library</Summary>
|
||||
<Description>The argparse module makes it easy to write user friendly command line interfaces.</Description>
|
||||
<Archive sha1sum="50f36429b2989461ee541093e7229257ee950c07" type="targz">https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-argparse</Name>
|
||||
<Summary>Python command-line parsing library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<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-argparse</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-29</Date>
|
||||
<Update release="5">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
<Comment>Rebuilt,translate and clean.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-24</Date>
|
||||
<Date>2017-02-01</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-argparse</Name>
|
||||
<Summary xml:lang="tr">Python için komut satırı çözümleme kitaplığı</Summary>
|
||||
<Description xml:lang="tr">python-argparse, Python için komut satırı çözümleme kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user