python-zipp:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 19:39:03 +03:00
parent 6858e30390
commit e7152b617b
3 changed files with 73 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-zipp</Name>
<Homepage>https://github.com/jaraco/zipp</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
<Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-zipp</Name>
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python-zipp</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-02-18</Date>
<Version>3.0.0</Version>
<Comment>Ver. bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-17</Date>
<Version>2.2.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-zipp</Name>
<Summary xml:lang="tr">pathlib-uyumlu ZipDosyası sarmalayıcı python modülü</Summary>
<Description xml:lang="tr">python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar.</Description>
</Source>
</PISI>