1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-typing</Name>
- <Homepage>https://pypi.org/project/typing/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>PSF</License>
- <IsA>library</IsA>
- <Summary>Backport of the standard library typing module</Summary>
- <Description>This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.</Description>
- <Archive sha1sum="f977239c310a5dd5ae5b6cb598d76eba45b92ed6" type="targz">https://pypi.io/packages/source/t/typing/typing-3.7.4.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-typing</Name>
- <Summary>Backport of the standard library typing module</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/python-typing</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-13</Date>
- <Version>3.7.4.1</Version>
- <Comment>First Pisi Release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|