pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-httr2



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov 29 13:33:23 UTC 2024

Added Files:
        pkgsrc/www/R-httr2: DESCR Makefile distinfo

Log Message:
(www/R-httr2) import R-httr2-1.0.7

Tools for creating and modifying HTTP requests, then performing them
and processing the results. 'httr2' is a modern re-imagining of 'httr'
that uses a pipe-based interface and solves more of the problems that
API wrapping packages face.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-httr2/DESCR pkgsrc/www/R-httr2/Makefile \
    pkgsrc/www/R-httr2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/R-httr2/DESCR
diff -u /dev/null pkgsrc/www/R-httr2/DESCR:1.1
--- /dev/null   Fri Nov 29 13:33:23 2024
+++ pkgsrc/www/R-httr2/DESCR    Fri Nov 29 13:33:23 2024
@@ -0,0 +1,4 @@
+Tools for creating and modifying HTTP requests, then performing them
+and processing the results. 'httr2' is a modern re-imagining of 'httr'
+that uses a pipe-based interface and solves more of the problems that
+API wrapping packages face.
Index: pkgsrc/www/R-httr2/Makefile
diff -u /dev/null pkgsrc/www/R-httr2/Makefile:1.1
--- /dev/null   Fri Nov 29 13:33:23 2024
+++ pkgsrc/www/R-httr2/Makefile Fri Nov 29 13:33:23 2024
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1 2024/11/29 13:33:23 mef Exp $
+
+R_PKGNAME=     httr2
+R_PKGVER=      1.0.7
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Perform HTTP Requests and Process the Responses
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
+DEPENDS+=      R-glue>=1.8.0:../../devel/R-glue
+DEPENDS+=      R-lifecycle>=1.0.4:../../devel/R-lifecycle
+DEPENDS+=      R-magrittr>=2.0.3:../../devel/R-magrittr
+DEPENDS+=      R-rappdirs>=0.3.3:../../devel/R-rappdirs
+DEPENDS+=      R-rlang>=1.1.0:../../devel/R-rlang
+DEPENDS+=      R-withr>=3.0.1:../../devel/R-withr
+DEPENDS+=      R-vctrs>=0.6.3:../../math/R-vctrs
+DEPENDS+=      R-openssl>=2.0.5nb1:../../security/R-openssl
+DEPENDS+=      R-curl>=6.0.1:../../www/R-curl
+
+# Packages suggested but not available: 'docopt', 'paws.common'
+#
+# Package required and available but unsuitable version: 'later'
+#
+TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
+TEST_DEPENDS+= R-clipr-[0-9]*:../../devel/R-clipr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
+TEST_DEPENDS+= R-jose-[0-9]*:../../security/R-jose
+TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-later-[0-9]*:../../sysutils/R-later
+TEST_DEPENDS+= R-promises-[0-9]*:../../parallel/R-promises
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-cli/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-httr2/distinfo
diff -u /dev/null pkgsrc/www/R-httr2/distinfo:1.1
--- /dev/null   Fri Nov 29 13:33:23 2024
+++ pkgsrc/www/R-httr2/distinfo Fri Nov 29 13:33:23 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/29 13:33:23 mef Exp $
+
+BLAKE2s (R/httr2_1.0.7.tar.gz) = 70d1d29e32d751cc58457bfe47f61c5fc4db2d981f67f35f98b78644ffb69807
+SHA512 (R/httr2_1.0.7.tar.gz) = 0df319e8f0a5df99675d46834b4b2d30e80e51412b4d8af34ca6be8861335fdd6c1185c199cee4adc1069eb009779e41967808e595e383c56fa84e84bf18e7f0
+Size (R/httr2_1.0.7.tar.gz) = 241007 bytes



Home | Main Index | Thread Index | Old Index