Files
main/programming/language/python3/python3-anytree/pspec.xml
T
2020-01-14 17:17:42 +03:00

44 lines
1.5 KiB
XML

<?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>