added py3parted and python3-decorator

This commit is contained in:
2017-04-14 16:45:40 +03:00
parent 85cbae11b2
commit 33cdbb9629
10 changed files with 126304 additions and 125446 deletions
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>py3parted</Name>
<Homepage>http://people.redhat.com/dcantrel/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>library</IsA>
<Summary>Python3 bindings for parted</Summary>
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
<Archive sha1sum="ee5f3ec70b0cc5c4704771484e439699e15191c5" type="targz">https://github.com/rhinstaller/pyparted/archive/v3.10.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-decorator</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency versionFrom="3.2">parted-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>py3parted</Name>
<RuntimeDependencies>
<Dependency>python3-decorator</Dependency>
<Dependency>parted</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2017-03-21</Date>
<Version>3.10.7</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>3.10.7</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.10.5</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-01-10</Date>
<Version>3.10.5</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>