Github messages for voidlinux
 help / color / mirror / Atom feed
From: egorenar <egorenar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Add perl-Net-AMQP and perl-Mojo-RabbitMQ-Client modules for RabbitMQ communication
Date: Sun, 19 Sep 2021 13:57:25 +0200	[thread overview]
Message-ID: <20210919115725.Z-RRxfncLp52AdhFzbcfB6Vh4_mP1S_Yvi4QctDk-ZM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33019@inbox.vuxu.org>

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

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

https://github.com/egorenar/void-packages perl-Mojo-RabbitMQ-Client
https://github.com/void-linux/void-packages/pull/33019

Add perl-Net-AMQP and perl-Mojo-RabbitMQ-Client modules for RabbitMQ communication
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perl-Mojo-RabbitMQ-Client-33019.patch --]
[-- Type: text/x-diff, Size: 2876 bytes --]

From 86ad826d19eaa568a7e8018b1906afa054fa93af Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 19 Sep 2021 12:42:52 +0200
Subject: [PATCH 1/2] New package: perl-Net-AMQP-0.06

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Net-AMQP/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/perl-Net-AMQP/template

diff --git a/srcpkgs/perl-Net-AMQP/template b/srcpkgs/perl-Net-AMQP/template
new file mode 100644
index 000000000000..2e1552e5d1bf
--- /dev/null
+++ b/srcpkgs/perl-Net-AMQP/template
@@ -0,0 +1,15 @@
+# Template file for 'perl-Net-AMQP'
+pkgname=perl-Net-AMQP
+version=0.06
+revision=1
+wrksrc="Net-AMQP-${version}"
+build_style=perl-ModuleBuild
+hostmakedepends="perl perl-Module-Build"
+makedepends="perl perl-Class-Accessor perl-Class-Data-Inheritable perl-XML-LibXML perl-Test-Deep"
+depends="perl perl-Class-Accessor perl-Class-Data-Inheritable perl-XML-LibXML"
+short_desc="Advanced Message Queue Protocol (de)serialization and representation"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Net-AMQP"
+distfiles="https://cpan.metacpan.org/authors/id/C/CH/CHIPS/Net-AMQP-${version}.tar.gz"
+checksum=0b2ba7de2cd7ddd5fe102a2e2ae7aeba21eaab1078bf3bfd3c5a722937256380

From 38e93b069e52b80d06accb312e38216204c3cd87 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sun, 19 Sep 2021 12:25:37 +0200
Subject: [PATCH 2/2] New package: perl-Mojo-RabbitMQ-Client-0.3.1

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/perl-Mojo-RabbitMQ-Client/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/perl-Mojo-RabbitMQ-Client/template

diff --git a/srcpkgs/perl-Mojo-RabbitMQ-Client/template b/srcpkgs/perl-Mojo-RabbitMQ-Client/template
new file mode 100644
index 000000000000..0526a3e391dc
--- /dev/null
+++ b/srcpkgs/perl-Mojo-RabbitMQ-Client/template
@@ -0,0 +1,15 @@
+# Template file for 'perl-Mojo-RabbitMQ-Client'
+pkgname=perl-Mojo-RabbitMQ-Client
+version=0.3.1
+revision=1
+wrksrc="Mojo-RabbitMQ-Client-${version}"
+build_style=perl-ModuleBuild
+hostmakedepends="perl perl-Module-Build-Tiny"
+makedepends="perl perl-Mojolicious perl-File-ShareDir perl-Net-AMQP perl-Test-Deep perl-Test-Exception"
+depends="perl perl-Mojolicious perl-File-ShareDir perl-Net-AMQP"
+short_desc="Mojo::IOLoop based RabbitMQ client"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/Mojo-RabbitMQ-Client"
+distfiles="https://cpan.metacpan.org/authors/id/S/SE/SEBAPOD/Mojo-RabbitMQ-Client-${version}.tar.gz"
+checksum=fa5c1a9e41b36969cbee0dbe1a6274f0fa652c338bf49c223efd64d2dc7da5ec

  parent reply	other threads:[~2021-09-19 11:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19 11:32 [PR PATCH] " egorenar
2021-09-19 11:36 ` [PR PATCH] [Updated] " egorenar
2021-09-19 11:39 ` egorenar
2021-09-19 11:57 ` egorenar [this message]
2021-09-19 12:04 ` egorenar
2021-09-19 12:04 ` egorenar
2021-09-19 12:06 ` egorenar
2021-09-19 12:11 ` [PR PATCH] [Updated] Add perl-Net-AMQP, perl-Mojo-RabbitMQ-Client and perl-AnyEvent-RabbitMQ " egorenar
2021-09-19 12:22 ` egorenar
2021-10-02 13:57 ` egorenar
2021-10-02 14:06 ` [PR REVIEW] " Chocimier
2021-10-02 14:06 ` Chocimier
2021-10-02 14:15 ` [PR PATCH] [Updated] " egorenar
2021-10-02 14:17 ` egorenar
2021-10-02 14:20 ` [PR REVIEW] " egorenar
2021-10-02 14:24 ` egorenar
2021-10-02 14:25 ` [PR PATCH] [Updated] " egorenar
2021-11-10  9:22 ` egorenar
2021-11-22  7:51 ` [PR PATCH] [Updated] " egorenar
2021-11-22  8:22 ` [PR REVIEW] " egorenar
2021-11-22  8:22 ` egorenar
2021-11-22 20:23 ` Chocimier
2021-11-23  5:22 ` egorenar
2021-12-01 10:04 ` egorenar
2021-12-03 19:25 ` egorenar
2021-12-03 19:43 ` Chocimier
2022-06-05  2:14 ` github-actions
2022-06-19  2:15 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210919115725.Z-RRxfncLp52AdhFzbcfB6Vh4_mP1S_Yvi4QctDk-ZM@z \
    --to=egorenar@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).