Files
2020-01-23 21:23:03 +03:00

45 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-anytree</Name>
<Homepage>https://github.com/c0fec0de/anytree</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<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="a9ffb195c7b5fa2590259397f40fe15c0d53638a" type="targz">https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-six</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-anytree</Name>
<Summary>Powerful and Lightweight Python Tree Data Structure</Summary>
<RuntimeDependencies>
<Dependency>python-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-anytree</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-01-23</Date>
<Version>2.8.0</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>