12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>eric6</Name>
- <Homepage>http://eric-ide.python-projects.org/index.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>eric5</Icon>
- <IsA>app:gui</IsA>
- <PartOf>programming.environment.eric</PartOf>
- <Summary>Full featured Python IDE</Summary>
- <Description>Eric is a full featured Python and Ruby editor and IDE, written in python.
- It is based on the cross platform Qt4 gui toolkit, integrating the highly flexible
- Scintilla editor control. It is designed to be usable as everdays' quick and dirty
- editor as well as being usable as a professional project management tool integrating
- many advanced features Python offers the professional coder.</Description>
- <Archive sha1sum="f7572749e2803f84de768f80b447cac10dfccf67" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-17.05.tar.gz</Archive>
- <Archive sha1sum="d5db02441af23a7d930931a7f7613fc0bc614efd" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-cs-17.05.tar.gz</Archive>
- <Archive sha1sum="b975c5b9f3c07ca2e584057f365f100342eef31e" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-de-17.05.tar.gz</Archive>
- <Archive sha1sum="6db403134bab47646f87477d4b10ea954b962dfc" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-es-17.05.tar.gz</Archive>
- <Archive sha1sum="56fccd12f672afad3b4c26ac4de0b5afca28f43b" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-fr-17.05.tar.gz</Archive>
- <Archive sha1sum="049672b808cc5a37582d1d6c3e5babaa66ac0386" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-it-17.05.tar.gz</Archive>
- <Archive sha1sum="c5278e6bb5ae04f876f2145fbe277bf9475aac27" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-ru-17.05.tar.gz</Archive>
- <Archive sha1sum="e621804d578394fd0fc9347ed98e1064693ecd13" type="targz">https://sourceforge.net/projects/eric-ide/files/eric6/stable/17.05/eric6-i18n-tr-17.05.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-sql-mysql</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt5-sql-sqlite</Dependency>
- <Dependency>python3-qt5</Dependency>
- <Dependency>qscintilla2-devel</Dependency>
- <Dependency>qscintilla2-python3</Dependency>
- <Dependency>qt5-webkit-devel</Dependency>
- <Dependency>qt5-svg-devel</Dependency>
- <Dependency>python3-sip</Dependency>
- </BuildDependencies>
- <Patches>
- </Patches>
- </Source>
- <Package>
- <Name>eric6</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>python3-qt5</Dependency>
- <Dependency>qscintilla2-python3</Dependency>
- <Dependency>qt5-webkit</Dependency>
- <Dependency>qt5-svg</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python3.6/site-packages</Path>
- <Path fileType="data">/usr/share/qt5/qsci/api</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-06-05</Date>
- <Version>17.05</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>6.1.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-10</Date>
- <Version>6.1.4</Version>
- <Comment>Version Bump</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|