Files
2023-10-19 11:26:08 +03:00

59 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-editor</Name>
<Homepage>https://github.com/fmoo/python-editor</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache2.0</License>
<IsA>library</IsA>
<Summary>Programmatically open an editor, capture the result.</Summary>
<Description>python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR.</Description>
<Archive sha1sum="123af5166fe249a09d4ee76bad5e369166e08f5a" type="targz">https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-editor</Name>
<Summary>Programmatically open an editor, capture the result.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-editor</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-10-17</Date>
<Version>1.0.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-25</Date>
<Version>1.0.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.0.4</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>