python3-wrapt: first rel

This commit is contained in:
bluedevil
2020-09-24 20:46:03 +02:00
parent b87c898e1d
commit e19341a0b5
3 changed files with 68 additions and 0 deletions
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wrapt</Name>
<Homepage>https://github.com/GrahamDumpleton/wrapt</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A Python module for decorators, wrappers and monkey patching.</Summary>
<Description>python3-wrapt provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.</Description>
<Archive sha1sum="8c2c28f1e99d9a421183d6ada062e5c1ad4b3093" type="targz">https://github.com/GrahamDumpleton/wrapt/archive/1.12.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wrapt</Name>
<Summary>A Python module for decorators, wrappers and monkey patching.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>1.12.1</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>