pkgsrc/devel/R-blob/Makefile
wen 119db36691 Update to 1.2.3
Upstream changes:
blob 1.2.3 (2022-04-10)

    as_blob(NA_character_) returns a missing blob instead of as_blob("NA") (#26, @michaelchirico).

blob 1.2.2 (2021-07-23)

    Moved to "stable" lifecycle stage.
    Remove is_vector_s3() (#19).

blob 1.2.1

    Inline prettyunits.
    vec_ptype2.hms.default() forwards to vec_default_ptype2() for compatibility with vctrs 0.2.1.
2022-05-29 00:27:37 +00:00

18 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/05/29 00:27:37 wen Exp $
R_PKGNAME= blob
R_PKGVER= 1.2.3
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
COMMENT= Simple S3 class for representing vectors of binary data ('BLOBS')
LICENSE= gnu-gpl-v3
DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"