Files
main/programming/language/python3/python3-pluggy/pspec.xml
T
2021-10-22 18:21:20 +03:00

55 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pluggy</Name>
<Homepage>https://github.com/pytest-dev/pluggy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A minimalist production ready plugin system</Summary>
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytests default behaviour.</Description>
<Archive sha1sum="936d34f0934d6febccd8d4eae054dbbaae83fc2e" type="targz">https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pluggy</Name>
<Summary>A minimalist production ready plugin system</Summary>
<RuntimeDependencies>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pluggy</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>0.13.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-13</Date>
<Version>0.13.1</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>