Files
main/programming/language/python3/python3-soupsieve/pspec.xml
T
2021-10-28 18:57:53 +03:00

53 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-soupsieve</Name>
<Homepage>https://facelessuser.github.io/soupsieve/</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 modern CSS selector implementation for Beautiful Soup.</Summary>
<Description>Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented).</Description>
<Archive sha1sum="604013ecc4b5405d5dc03226c335e7f3c08f91f6" type="targz">https://github.com/facelessuser/soupsieve/archive/2.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-soupsieve</Name>
<Summary>A modern CSS selector implementation for Beautiful Soup.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-backports.functools_lru_cache</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-soupsieve</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-10-28</Date>
<Version>2.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-12-24</Date>
<Version>2.0.1</Version>
<Comment>First release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>