dev-R/selectr: new package, add 0.4.2

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 16:14:32 +01:00
parent b3a727b3d1
commit b80e5234a2
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://cssselect.readthedocs.io/>).</longdescription>
<upstream>
<maintainer>
<name>Simon Potter</name>
<email>simon@sjp.co.nz</email>
</maintainer>
<bugs-to>https://github.com/sjp/selectr/issues</bugs-to>
<remote-id type="github">sjp/selectr</remote-id>
</upstream>
</pkgmetadata>