python-backports:first pisi rel.
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
#!/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 shelltools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
def build():
|
||||||
|
shelltools.system("python -m compileall .")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pisitools.insinto("/usr/lib/python2.7/site-packages/backports/", "__init__.py")
|
||||||
|
pisitools.insinto("/usr/lib/python2.7/site-packages/backports/", "__init__.pyc")
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
from pkgutil import extend_path
|
||||||
|
__path__ = extend_path(__path__, __name__)
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-backports</Name>
|
||||||
|
<Homepage>http://bitbucket.org/brandon/backports</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>programming.language.python</PartOf>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Namespace for backported Python features.</Summary>
|
||||||
|
<Description>python-backports provides namespace for backported Python features.</Description>
|
||||||
|
<Archive sha1sum="edcff95671a8b7ae03a41707290247f1f8ff681b" type="targz">https://bitbucket.org/brandon/backports/get/tip.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>python-setuptools</Dependency>
|
||||||
|
<Dependency>python-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile owner="root" target="__init__.py" permission="0644">__init__.py</AdditionalFile>
|
||||||
|
</AdditionalFiles>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python-backports</Name>
|
||||||
|
<Summary>Namespace for backported Python features</Summary>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python-backports</Path>
|
||||||
|
<Path fileType="library">/usr/lib/python2*</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-02-17</Date>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<Comment>First pisi 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-backports</Name>
|
||||||
|
<Summary xml:lang="tr">Geriye dönüklüğü olan python modülleri için alan adı.</Summary>
|
||||||
|
<Description xml:lang="tr">python-backport, geriye dönüklüğü olan python modülleri için alan adı sağlar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user