Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] R-cran-lubridate: update to 1.7.8
@ 2020-05-03 15:43 luhann
  2020-05-03 16:08 ` [PR PATCH] [Updated] " luhann
  2020-05-05 19:00 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: luhann @ 2020-05-03 15:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is a new pull request by luhann against master on the void-packages repository

https://github.com/luhann/void-packages R-cran-lubridate
https://github.com/void-linux/void-packages/pull/21586

R-cran-lubridate: update to 1.7.8
generics is necessary for R-cran-lubridate-1.7.8

A patch file from https://github.com/void-linux/void-packages/pull/21586.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-lubridate-21586.patch --]
[-- Type: text/x-diff, Size: 2078 bytes --]

From 469030a95ab6a282c5a59e80c0e692c6d12d9442 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sun, 3 May 2020 17:31:15 +0200
Subject: [PATCH 1/2] New package: R-cran-generics-0.0.2

---
 srcpkgs/R-cran-generics/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/R-cran-generics/template

diff --git a/srcpkgs/R-cran-generics/template b/srcpkgs/R-cran-generics/template
new file mode 100644
index 00000000000..080a9086537
--- /dev/null
+++ b/srcpkgs/R-cran-generics/template
@@ -0,0 +1,10 @@
+# Template file for 'R-cran-generics'
+pkgname=R-cran-generics
+version=0.0.2
+revision=1
+build_style=R-cran
+short_desc="Common generic S3 methods "
+maintainer="luhann <lukehannan@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/r-lib/generics"
+checksum=71b3d1b719ce89e71dd396ac8bc6aa5f1cd99bbbf03faff61dfbbee32fec6176

From c438e720c867b126837b10a2afb7f9c48b636544 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sun, 3 May 2020 17:34:06 +0200
Subject: [PATCH 2/2] R-cran-lubridate: update to 1.7.8

---
 srcpkgs/R-cran-lubridate/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-lubridate/template b/srcpkgs/R-cran-lubridate/template
index 782c6442c06..5cd336f8530 100644
--- a/srcpkgs/R-cran-lubridate/template
+++ b/srcpkgs/R-cran-lubridate/template
@@ -1,12 +1,12 @@
 # Template file for 'R-cran-lubridate'
 pkgname=R-cran-lubridate
-version=1.7.4
-revision=2
+version=1.7.8
+revision=1
 build_style=R-cran
-depends+=" R-cran-stringr R-cran-Rcpp>=0.12.13"
-makedepends+=" R-cran-stringr R-cran-Rcpp"
+makedepends="R-cran-generics R-cran-Rcpp"
+depends="R-cran-generics R-cran-Rcpp>=0.12.13"
 short_desc="Make Dealing with Dates a Little Easier"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/hadley/lubridate"
-checksum=510ca87bd91631c395655ee5029b291e948b33df09e56f6be5839f43e3104891
+checksum=3da19922fc373e113ecc58c4984955ba26da703edc9c991bd444b7077d4b553c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] R-cran-lubridate: update to 1.7.8
  2020-05-03 15:43 [PR PATCH] R-cran-lubridate: update to 1.7.8 luhann
@ 2020-05-03 16:08 ` luhann
  2020-05-05 19:00 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: luhann @ 2020-05-03 16:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by luhann against master on the void-packages repository

https://github.com/luhann/void-packages R-cran-lubridate
https://github.com/void-linux/void-packages/pull/21586

R-cran-lubridate: update to 1.7.8
generics is necessary for R-cran-lubridate-1.7.8

A patch file from https://github.com/void-linux/void-packages/pull/21586.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-lubridate-21586.patch --]
[-- Type: text/x-diff, Size: 2131 bytes --]

From 469030a95ab6a282c5a59e80c0e692c6d12d9442 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sun, 3 May 2020 17:31:15 +0200
Subject: [PATCH 1/2] New package: R-cran-generics-0.0.2

---
 srcpkgs/R-cran-generics/template | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 srcpkgs/R-cran-generics/template

diff --git a/srcpkgs/R-cran-generics/template b/srcpkgs/R-cran-generics/template
new file mode 100644
index 00000000000..080a9086537
--- /dev/null
+++ b/srcpkgs/R-cran-generics/template
@@ -0,0 +1,10 @@
+# Template file for 'R-cran-generics'
+pkgname=R-cran-generics
+version=0.0.2
+revision=1
+build_style=R-cran
+short_desc="Common generic S3 methods "
+maintainer="luhann <lukehannan@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/r-lib/generics"
+checksum=71b3d1b719ce89e71dd396ac8bc6aa5f1cd99bbbf03faff61dfbbee32fec6176

From c0f53acb79da680b07d04222b1828a6287186fb8 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sun, 3 May 2020 17:34:06 +0200
Subject: [PATCH 2/2] R-cran-lubridate: update to 1.7.8

---
 srcpkgs/R-cran-lubridate/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/R-cran-lubridate/template b/srcpkgs/R-cran-lubridate/template
index 782c6442c06..1828d97b907 100644
--- a/srcpkgs/R-cran-lubridate/template
+++ b/srcpkgs/R-cran-lubridate/template
@@ -1,12 +1,12 @@
 # Template file for 'R-cran-lubridate'
 pkgname=R-cran-lubridate
-version=1.7.4
-revision=2
+version=1.7.8
+revision=1
 build_style=R-cran
-depends+=" R-cran-stringr R-cran-Rcpp>=0.12.13"
-makedepends+=" R-cran-stringr R-cran-Rcpp"
+makedepends="R-cran-generics R-cran-Rcpp"
+depends="R-cran-generics R-cran-Rcpp>=0.12.13"
 short_desc="Make Dealing with Dates a Little Easier"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-or-later"
-homepage="https://github.com/hadley/lubridate"
-checksum=510ca87bd91631c395655ee5029b291e948b33df09e56f6be5839f43e3104891
+homepage="https://github.com/tidyverse/lubridate"
+checksum=3da19922fc373e113ecc58c4984955ba26da703edc9c991bd444b7077d4b553c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: R-cran-lubridate: update to 1.7.8
  2020-05-03 15:43 [PR PATCH] R-cran-lubridate: update to 1.7.8 luhann
  2020-05-03 16:08 ` [PR PATCH] [Updated] " luhann
@ 2020-05-05 19:00 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-05 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

There's a merged pull request on the void-packages repository

R-cran-lubridate: update to 1.7.8
https://github.com/void-linux/void-packages/pull/21586

Description:
generics is necessary for R-cran-lubridate-1.7.8

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-05 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 15:43 [PR PATCH] R-cran-lubridate: update to 1.7.8 luhann
2020-05-03 16:08 ` [PR PATCH] [Updated] " luhann
2020-05-05 19:00 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).