66 lines
2.5 KiB
XML
66 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-fixtures</Name>
|
|
<Homepage>https://launchpad.net/python-fixtures</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>Apache</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Python fixtures for testing / resource management.</Summary>
|
|
<Description>python3-fixtures provides python fixtures for testing / resource management.</Description>
|
|
<Archive sha1sum="7a29a1dc634ddd47d97a77be0cfa10ef55591261" type="targz">https://files.pythonhosted.org/packages/84/be/94ecbc3f2487bd14aa8b44852f498086219b7cc0c8250ee65a03e2c63119/fixtures-3.0.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-pbr</Dependency>
|
|
<Dependency>pip3</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-fixtures</Name>
|
|
<Summary>Python fixtures for testing / resource management.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-testtools</Dependency>
|
|
<Dependency>python3-extras</Dependency>
|
|
<Dependency>python3-pbr</Dependency>
|
|
<Dependency>python3-six</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-fixtures</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2023-10-17</Date>
|
|
<Version>3.0.0</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2021-10-28</Date>
|
|
<Version>3.0.0</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-02-20</Date>
|
|
<Version>3.0.0</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|