python3-anytree add to repo

This commit is contained in:
idriskalp
2020-01-14 17:17:42 +03:00
parent cf68f15b05
commit 8efc418ef3
2 changed files with 62 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/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 get
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def install():
pythonmodules.install(pyVer="3")
pisitools.domove("/usr/LICENSE", "/usr/share/doc")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-anytree</Name>
<Homepage>https://beaker.groovie.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Powerful and Lightweight Python Tree Data Structure</Summary>
<Description>Simple, lightweight and extensible Tree data structure.</Description>
<Archive sha1sum="ca91f86675694f62a3966237929cd2474f3828d9" type="targz">https://github.com/c0fec0de/anytree/archive/2.7.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-six</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-anytree</Name>
<RuntimeDependencies>
<Dependency>python3-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-14</Date>
<Version>2.7.3</Version>
<Comment>First release</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
</History>
</PISI>