virt-manager:runtime deb

This commit is contained in:
Rmys
2019-03-18 19:33:55 +03:00
parent 46e02ecc09
commit 243911cc48
16 changed files with 186928 additions and 184008 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+39
View File
@@ -0,0 +1,39 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ipaddr</Name>
<Homepage>https://pypi.org/project/ipaddr/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>An IPv4/IPv6 manipulation library in Python</Summary>
<Description>ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6</Description>
<Archive sha1sum="d2acca0d7eee9c21d103d11ddc1bd7a8cc9a5a27" type="targz">https://files.pythonhosted.org/packages/9d/a7/1b39a16cb90dfe491f57e1cab3103a15d4e8dd9a150872744f531b1106c1/ipaddr-2.2.0.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>ipaddr</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-03-18</Date>
<Version>2.2.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ipaddr-python</Name>
<Summary xml:lang="tr">Google'in IP adres manipülasyon kütüphanesi</Summary>
<Description xml:lang="tr">ipaddr hem IPv4 hem de IPv6 IP adresleri ile birlikte çalışan bir kütüphanedir.</Description>
</Source>
</PISI>