pythn-pbr:first release

This commit is contained in:
blue-devil
2020-01-14 21:23:17 +00:00
parent cf42f02af1
commit b14e5664ae
3 changed files with 66 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/usr/bin/env 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 pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.rename("/usr/bin/pbr","pbr-py2")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pbr</Name>
<Homepage>https://pypi.org/project/pbr/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Apache</License>
<PartOf>programming.language.python</PartOf>
<IsA>library</IsA>
<Summary>Python Build Reasonableness</Summary>
<Description>PBR is a library that injects some useful and sensible default behaviors into your setuptools run.</Description>
<Archive sha1sum="8c964bacb32eb0b24ada9bfcd3dfe17cf4a3dfe2" type="targz">https://files.pythonhosted.org/packages/98/8a/defa5215d2dcf98cc80f4783e951a8356e38f352f7a169ae11670dcb1f25/pbr-5.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pbr</Name>
<Summary>Python Build Reasonableness</Summary>
<Files>
<Path fileType="executable">/usr/bin/pbr-py2</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-14</Date>
<Version>5.4.4</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-pbr</Name>
<Summary xml:lang="tr">Python İnşa Uygunluğu</Summary>
<Description xml:lang="tr">python-pbr, python setuptools ile olan kurulumunuza bazı işlevsel davranışlar ekleyen bir python3 kitaplığıdır.</Description>
</Source>
</PISI>