Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel R-lifecycle: Add new package for version 0.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecdaa8b50099
branches:  trunk
changeset: 436341:ecdaa8b50099
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Jul 31 20:11:23 2020 +0000

description:
R-lifecycle: Add new package for version 0.2.0.

Manage the life cycle of your exported functions with shared
conventions, documentation badges, and non-invasive deprecation
warnings. The 'lifecycle' package defines four development stages
(experimental, maturing, stable, and questioning) and three
deprecation stages (soft-deprecated, deprecated, and defunct). It
makes it easy to insert badges corresponding to these stages in your
documentation. Usage of deprecated functions are signalled with
increasing levels of non-invasive verbosity.

diffstat:

 devel/Makefile             |   3 ++-
 devel/R-lifecycle/DESCR    |   8 ++++++++
 devel/R-lifecycle/Makefile |  17 +++++++++++++++++
 devel/R-lifecycle/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 4ad7572620e2 -r ecdaa8b50099 devel/Makefile
--- a/devel/Makefile    Fri Jul 31 20:02:18 2020 +0000
+++ b/devel/Makefile    Fri Jul 31 20:11:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3174 2020/07/26 00:51:00 scole Exp $
+# $NetBSD: Makefile,v 1.3175 2020/07/31 20:11:23 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -41,6 +41,7 @@
 SUBDIR+=       R-inline
 SUBDIR+=       R-iterators
 SUBDIR+=       R-lazyeval
+SUBDIR+=       R-lifecycle
 SUBDIR+=       R-lintr
 SUBDIR+=       R-magrittr
 SUBDIR+=       R-memoise
diff -r 4ad7572620e2 -r ecdaa8b50099 devel/R-lifecycle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lifecycle/DESCR   Fri Jul 31 20:11:23 2020 +0000
@@ -0,0 +1,8 @@
+Manage the life cycle of your exported functions with shared
+conventions, documentation badges, and non-invasive deprecation
+warnings. The 'lifecycle' package defines four development stages
+(experimental, maturing, stable, and questioning) and three
+deprecation stages (soft-deprecated, deprecated, and defunct). It
+makes it easy to insert badges corresponding to these stages in your
+documentation. Usage of deprecated functions are signalled with
+increasing levels of non-invasive verbosity.
diff -r 4ad7572620e2 -r ecdaa8b50099 devel/R-lifecycle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lifecycle/Makefile        Fri Jul 31 20:11:23 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/07/31 20:11:23 brook Exp $
+
+R_PKGNAME=     lifecycle
+R_PKGVER=      0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Manage the Life Cycle of your Package Functions
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 4ad7572620e2 -r ecdaa8b50099 devel/R-lifecycle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lifecycle/distinfo        Fri Jul 31 20:11:23 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/31 20:11:23 brook Exp $
+
+SHA1 (R/lifecycle_0.2.0.tar.gz) = 63e1381e0e8a3cb7da9d5a1210076ec5eebeb5b6
+RMD160 (R/lifecycle_0.2.0.tar.gz) = 56d2a3adb8b331e293bedc153eae191581aa8652
+SHA512 (R/lifecycle_0.2.0.tar.gz) = f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5
+Size (R/lifecycle_0.2.0.tar.gz) = 164455 bytes



Home | Main Index | Thread Index | Old Index