python3-soupsieve:moved from contrib

This commit is contained in:
blue-devil
2020-05-19 15:14:36 +03:00
parent 95420f9f0f
commit 7aa66bd487
3 changed files with 66 additions and 0 deletions
@@ -0,0 +1,45 @@
<?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="40ea0111a996fb6739637aa9a9313c08458cd424" type="targz">https://github.com/facelessuser/soupsieve/archive/2.0.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="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>