12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-typing_extensions</Name>
- <Homepage>http://excess.org/urwid/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Icon>python-typing_extensions</Icon>
- <Summary>Console user interface library for Python</Summary>
- <Description>Console user interface library for Python, with many features like UTF-8 support and HTML screenshot.</Description>
- <Archive sha1sum="aa47bd744fda150a8c407c0572d4d4648f57239c" type="targz">https://github.com/python/typing_extensions/archive/refs/tags/4.5.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>pip3</Dependency>
- <Dependency>python3-build</Dependency>
- <Dependency>python3-wheel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-tomli</Dependency>
- <Dependency>python3-installer</Dependency>
- <Dependency>python3-flit-core</Dependency>
- <Dependency>python3-setuptools</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>python-typing_extensions</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2023-10-17</Date>
- <Version>4.5.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-05-18</Date>
- <Version>4.5.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|