python3-contextlib2:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 19:51:46 +03:00
parent 72d11160a5
commit f0abb0380f
3 changed files with 67 additions and 0 deletions
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-contextlib2</Name>
<Homepage>https://github.com/jazzband/contextlib2</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<Description>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.</Description>
<Archive sha1sum="a5e2dfbc95b83b68ad4bb87ddd96a3659acd948b" type="targz">https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-contextlib2</Name>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-contextlib2</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.6.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>