pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-selectr textproc/R-selectr: import R-select...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2aee2a8badd0
branches: trunk
changeset: 347542:2aee2a8badd0
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 13 02:15:09 2020 +0000
description:
textproc/R-selectr: import R-selectr-0.4.2
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/>).
diffstat:
textproc/R-selectr/DESCR | 6 ++++++
textproc/R-selectr/Makefile | 16 ++++++++++++++++
textproc/R-selectr/distinfo | 6 ++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 9cadb613ca8c -r 2aee2a8badd0 textproc/R-selectr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-selectr/DESCR Mon Jan 13 02:15:09 2020 +0000
@@ -0,0 +1,6 @@
+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/>).
diff -r 9cadb613ca8c -r 2aee2a8badd0 textproc/R-selectr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-selectr/Makefile Mon Jan 13 02:15:09 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/13 02:15:09 mef Exp $
+
+R_PKGNAME= selectr
+R_PKGVER= 0.4-2
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Translate CSS Selectors to XPath Expressions
+LICENSE= modified-bsd
+
+DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 9cadb613ca8c -r 2aee2a8badd0 textproc/R-selectr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-selectr/distinfo Mon Jan 13 02:15:09 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 02:15:09 mef Exp $
+
+SHA1 (R/selectr_0.4-2.tar.gz) = f6af5afc6febfe7b568d18323d3610b220b14b50
+RMD160 (R/selectr_0.4-2.tar.gz) = f5e0274f99a958f06941b2c5f7c50d0ab8b2609d
+SHA512 (R/selectr_0.4-2.tar.gz) = 4f142e644a206a4a24a7bdffd04acaf4deb34b8e7cc9104b24de20b8bffbefcc424d223df25af5792430fcef051364423b903f385353ba4269bdc1886bf30c1b
+Size (R/selectr_0.4-2.tar.gz) = 41371 bytes
Home |
Main Index |
Thread Index |
Old Index