1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-editor</Name>
- <Homepage>https://github.com/fmoo/python-editor</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</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>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-editor</Name>
- <Summary>Programmatically open an editor, capture the result.</Summary>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-editor</Path>
- </Files>
- </Package>
- <History>
- <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>
|