Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: peru-1.2.0
@ 2019-09-18 12:57 voidlinux-github
  2019-09-18 12:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 12:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/14552

New package: peru-1.2.0


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

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

From 161559c5e29c787b799e3f115a5685edb9ce2a1b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:57:12 -0300
Subject: [PATCH] New package: peru-1.2.0

---
 srcpkgs/peru/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/peru/template

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
new file mode 100644
index 00000000000..bd34376b8c0
--- /dev/null
+++ b/srcpkgs/peru/template
@@ -0,0 +1,19 @@
+# Template file for 'peru'
+pkgname=peru
+version=1.2.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="peru"
+hostmakedepends="python3-setuptools"
+depends="curl git mercurial python3 python3-docopt python3-yaml"
+short_desc="A tool for fetching code"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/buildinspace/peru"
+distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+
+post_install() {
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: peru-1.2.0
  2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
  2019-09-18 12:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-18 12:59 ` voidlinux-github
  2019-09-18 13:06 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/14552

New package: peru-1.2.0


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

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

From d1f1d5d57808c33122180cf43d77c7f869c5f66b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:57:12 -0300
Subject: [PATCH] New package: peru-1.2.0

---
 srcpkgs/peru/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/peru/template

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
new file mode 100644
index 00000000000..a8124b6ccea
--- /dev/null
+++ b/srcpkgs/peru/template
@@ -0,0 +1,20 @@
+# Template file for 'peru'
+pkgname=peru
+version=1.2.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="peru"
+hostmakedepends="python3-setuptools"
+depends="curl git mercurial python3 python3-docopt python3-yaml"
+short_desc="A tool for fetching code"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/buildinspace/peru"
+distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: peru-1.2.0
  2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
@ 2019-09-18 12:59 ` voidlinux-github
  2019-09-18 12:59 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/14552

New package: peru-1.2.0


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

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

From d1f1d5d57808c33122180cf43d77c7f869c5f66b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:57:12 -0300
Subject: [PATCH] New package: peru-1.2.0

---
 srcpkgs/peru/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/peru/template

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
new file mode 100644
index 00000000000..a8124b6ccea
--- /dev/null
+++ b/srcpkgs/peru/template
@@ -0,0 +1,20 @@
+# Template file for 'peru'
+pkgname=peru
+version=1.2.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="peru"
+hostmakedepends="python3-setuptools"
+depends="curl git mercurial python3 python3-docopt python3-yaml"
+short_desc="A tool for fetching code"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/buildinspace/peru"
+distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: peru-1.2.0
  2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
  2019-09-18 12:59 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-18 12:59 ` voidlinux-github
@ 2019-09-18 13:06 ` voidlinux-github
  2019-09-18 13:06 ` voidlinux-github
  2019-09-18 14:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/14552

New package: peru-1.2.0


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

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

From 68502ae4019a00d73c80cefd48242d17caf50ea5 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:57:12 -0300
Subject: [PATCH] New package: peru-1.2.0

---
 srcpkgs/peru/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/peru/template

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
new file mode 100644
index 00000000000..682440f0b50
--- /dev/null
+++ b/srcpkgs/peru/template
@@ -0,0 +1,20 @@
+# Template file for 'peru'
+pkgname=peru
+version=1.2.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="peru"
+hostmakedepends="python3-setuptools"
+depends="curl git mercurial python3 python3-docopt python3-yaml"
+short_desc="Tool for fetching code"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/buildinspace/peru"
+distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: peru-1.2.0
  2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-18 13:06 ` voidlinux-github
@ 2019-09-18 13:06 ` voidlinux-github
  2019-09-18 14:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/14552

New package: peru-1.2.0


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

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

From 68502ae4019a00d73c80cefd48242d17caf50ea5 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:57:12 -0300
Subject: [PATCH] New package: peru-1.2.0

---
 srcpkgs/peru/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/peru/template

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
new file mode 100644
index 00000000000..682440f0b50
--- /dev/null
+++ b/srcpkgs/peru/template
@@ -0,0 +1,20 @@
+# Template file for 'peru'
+pkgname=peru
+version=1.2.0
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="peru"
+hostmakedepends="python3-setuptools"
+depends="curl git mercurial python3 python3-docopt python3-yaml"
+short_desc="Tool for fetching code"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/buildinspace/peru"
+distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Merged]: New package: peru-1.2.0
  2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-18 13:06 ` voidlinux-github
@ 2019-09-18 14:20 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-18 14:20 UTC (permalink / raw)
  To: ml

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

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

New package: peru-1.2.0
https://github.com/void-linux/void-packages/pull/14552

Description:


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

end of thread, other threads:[~2019-09-18 14:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18 12:57 [PR PATCH] New package: peru-1.2.0 voidlinux-github
2019-09-18 12:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-18 12:59 ` voidlinux-github
2019-09-18 13:06 ` voidlinux-github
2019-09-18 13:06 ` voidlinux-github
2019-09-18 14:20 ` [PR PATCH] [Merged]: " voidlinux-github

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