Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: codemod-1.0.0
@ 2020-11-15  8:41 smorimoto
  2020-11-15  8:46 ` [PR PATCH] [Updated] " smorimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: smorimoto @ 2020-11-15  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages codemod-1.0.0
https://github.com/void-linux/void-packages/pull/26395

New package: codemod-1.0.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-codemod-1.0.0-26395.patch --]
[-- Type: text/x-diff, Size: 1021 bytes --]

From 7666f2358e451fec989ed5db7779ad023769092d Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Sun, 15 Nov 2020 17:41:17 +0900
Subject: [PATCH] New package: codemod-1.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/codemod/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/codemod/template

diff --git a/srcpkgs/codemod/template b/srcpkgs/codemod/template
new file mode 100644
index 00000000000..5ca1cd14cc5
--- /dev/null
+++ b/srcpkgs/codemod/template
@@ -0,0 +1,12 @@
+# Template file for 'codemod'
+pkgname=codemod
+version=1.0.0
+revision=1
+_commit=41d6eabad7b055a83923150efd5518813831c9a5
+build_style=python3-module
+short_desc="Tool/Library to assist you with large-scale codebase refactors"
+maintainer="Sora Morimoto <sora@morimoto.io>"
+license="Apache-2.0"
+homepage="https://github.com/facebook/codemod"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=04f81c2791a1504e91721d2f8c81e0a0b23994b8b8f62a87bc129cf6295e0678

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

* Re: [PR PATCH] [Updated] New package: codemod-1.0.0
  2020-11-15  8:41 [PR PATCH] New package: codemod-1.0.0 smorimoto
@ 2020-11-15  8:46 ` smorimoto
  2020-11-15  8:48 ` smorimoto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: smorimoto @ 2020-11-15  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages codemod-1.0.0
https://github.com/void-linux/void-packages/pull/26395

New package: codemod-1.0.0
There is no release on GitHub that adheres to semantic versioning style, but the code says it's 1.0.0:
https://github.com/facebook/codemod/blob/41d6eabad7b055a83923150efd5518813831c9a5/setup.py#L15

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-codemod-1.0.0-26395.patch --]
[-- Type: text/x-diff, Size: 1054 bytes --]

From 5206f3af75f8cb8d0b726b4dd4c12c2742af7fa0 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Sun, 15 Nov 2020 17:45:52 +0900
Subject: [PATCH] New package: codemod-1.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/codemod/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/codemod/template

diff --git a/srcpkgs/codemod/template b/srcpkgs/codemod/template
new file mode 100644
index 00000000000..6e3b015ad1b
--- /dev/null
+++ b/srcpkgs/codemod/template
@@ -0,0 +1,13 @@
+# Template file for 'codemod'
+pkgname=codemod
+version=1.0.0
+revision=1
+_commit=41d6eabad7b055a83923150efd5518813831c9a5
+wrksrc="${pkgname}-${_commit}"
+build_style=python3-module
+short_desc="Tool/Library to assist you with large-scale codebase refactors"
+maintainer="Sora Morimoto <sora@morimoto.io>"
+license="Apache-2.0"
+homepage="https://github.com/facebook/codemod"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=04f81c2791a1504e91721d2f8c81e0a0b23994b8b8f62a87bc129cf6295e0678

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

* Re: [PR PATCH] [Updated] New package: codemod-1.0.0
  2020-11-15  8:41 [PR PATCH] New package: codemod-1.0.0 smorimoto
  2020-11-15  8:46 ` [PR PATCH] [Updated] " smorimoto
@ 2020-11-15  8:48 ` smorimoto
  2021-11-06 23:34 ` abenson
  2021-11-06 23:34 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: smorimoto @ 2020-11-15  8:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages codemod-1.0.0
https://github.com/void-linux/void-packages/pull/26395

New package: codemod-1.0.0
There is no release on GitHub that adheres to semantic versioning style, but the code says it's 1.0.0:
https://github.com/facebook/codemod/blob/41d6eabad7b055a83923150efd5518813831c9a5/setup.py#L15

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-codemod-1.0.0-26395.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]

From 82081be06be1740f01d2852a315a764a6051848a Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Sun, 15 Nov 2020 17:48:27 +0900
Subject: [PATCH] New package: codemod-1.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/codemod/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/codemod/template

diff --git a/srcpkgs/codemod/template b/srcpkgs/codemod/template
new file mode 100644
index 00000000000..d7b43d9726d
--- /dev/null
+++ b/srcpkgs/codemod/template
@@ -0,0 +1,15 @@
+# Template file for 'codemod'
+pkgname=codemod
+version=1.0.0
+revision=1
+_commit=41d6eabad7b055a83923150efd5518813831c9a5
+wrksrc="${pkgname}-${_commit}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="Tool/Library to assist you with large-scale codebase refactors"
+maintainer="Sora Morimoto <sora@morimoto.io>"
+license="Apache-2.0"
+homepage="https://github.com/facebook/codemod"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=04f81c2791a1504e91721d2f8c81e0a0b23994b8b8f62a87bc129cf6295e0678

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

* Re: New package: codemod-1.0.0
  2020-11-15  8:41 [PR PATCH] New package: codemod-1.0.0 smorimoto
  2020-11-15  8:46 ` [PR PATCH] [Updated] " smorimoto
  2020-11-15  8:48 ` smorimoto
@ 2021-11-06 23:34 ` abenson
  2021-11-06 23:34 ` [PR PATCH] [Closed]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-11-06 23:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/26395#issuecomment-962524073

Comment:
Untouched for almost a year; doesn't meet package requirements.

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

* Re: [PR PATCH] [Closed]: New package: codemod-1.0.0
  2020-11-15  8:41 [PR PATCH] New package: codemod-1.0.0 smorimoto
                   ` (2 preceding siblings ...)
  2021-11-06 23:34 ` abenson
@ 2021-11-06 23:34 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-11-06 23:34 UTC (permalink / raw)
  To: ml

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

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

New package: codemod-1.0.0
https://github.com/void-linux/void-packages/pull/26395

Description:
There is no release on GitHub that adheres to semantic versioning style, but the code says it's 1.0.0:
https://github.com/facebook/codemod/blob/41d6eabad7b055a83923150efd5518813831c9a5/setup.py#L15

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

end of thread, other threads:[~2021-11-06 23:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15  8:41 [PR PATCH] New package: codemod-1.0.0 smorimoto
2020-11-15  8:46 ` [PR PATCH] [Updated] " smorimoto
2020-11-15  8:48 ` smorimoto
2021-11-06 23:34 ` abenson
2021-11-06 23:34 ` [PR PATCH] [Closed]: " abenson

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).