55 lines
2.3 KiB
XML
55 lines
2.3 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="ffb59c3432bb2a6c0a43642c3aa8b7aa1f30c4af" type="targz">https://github.com/pytest-dev/pytest/archive/5.3.5.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="library">/usr/lib/python3*</Path>
|
|
<Path fileType="executable">/usr/bin/pytest</Path>
|
|
<Path fileType="executable">/usr/bin/py.test</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<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> |