48 lines
2.1 KiB
XML
48 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-importlib_resources</Name>
|
|
<Homepage>https://gitlab.com/python-devs/importlib_resources</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python</PartOf>
|
|
<License>Apache</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
|
<Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
|
|
<Archive sha1sum="601bdaa2989b7e08c857e48fea2cb5560ff39653" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.3.1/importlib_resources-v1.3.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python-setuptools-scm</Dependency>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-importlib_resources</Name>
|
|
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python-importlib_metadata</Dependency>
|
|
<Dependency>python-singledispatch</Dependency>
|
|
<Dependency>python-contextlib2</Dependency>
|
|
<Dependency>python-pathlib2</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-03-18</Date>
|
|
<Version>1.3.1</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |