Files
main/programming/language/python3/python3-pkgconfig/pspec.xml
T
2020-05-20 23:45:26 +03:00

43 lines
1.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pkgconfig</Name>
<Homepage>https://github.com/matze/pkgconfig</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 Python interface to the pkg-config command line tool.</Summary>
<Description>pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 2.6+ and 3.3+..</Description>
<Archive sha1sum="1e844638e8ba3886b6a28b86500c4414ba910b4e" type="targz">https://pypi.io/packages/source/p/pkgconfig/pkgconfig-1.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pkgconfig</Name>
<Summary>A Python interface to the pkg-config command line tool.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-20</Date>
<Version>1.5.1</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>