Files
main/programming/language/python3/python3-pytest/pspec.xml
T
2020-03-20 02:16:35 +03:00

62 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pytest</Name>
<Homepage>https://pytest.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Simple powerful testing with Python</Summary>
<Description>The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.</Description>
<Archive sha1sum="1a489a43d68169e356e99730d8254bd9f69e1446" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-six</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pytest</Name>
<Summary>Simple powerful testing with Python</Summary>
<RuntimeDependencies>
<Dependency>python3-more-itertools</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-wcwidth</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-attrs</Dependency>
<Dependency>python3-py</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
<Path fileType="executable">/usr/bin/py.test</Path>
<Path fileType="executable">/usr/bin/pytest</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-03-17</Date>
<Version>5.4.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-13</Date>
<Version>5.3.5</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>