Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
Date: Tue, 04 Feb 2020 04:57:37 +0100	[thread overview]
Message-ID: <20200204035737.m1Ayv1vMbZnHNxuV7qr85bMU0Yt2gForBaMU4jqXll8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18677@inbox.vuxu.org>

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

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

https://github.com/anjandev/void-packages celery
https://github.com/void-linux/void-packages/pull/18677

New package: python3-celery-4.4.0
Needed for sr.ht.  #15784

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

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

From dfa35bccaa2a78e1dd39860fe7da14060df525a4 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 30 Jan 2020 22:39:02 -0800
Subject: [PATCH 1/5] New package: python3-celery-4.4.0

---
 srcpkgs/python3-celery/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-celery/template

diff --git a/srcpkgs/python3-celery/template b/srcpkgs/python3-celery/template
new file mode 100644
index 00000000000..6fbea419d0e
--- /dev/null
+++ b/srcpkgs/python3-celery/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-celery'
+pkgname=python3-celery
+version=4.4.0
+revision=1
+wrksrc=celery-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-billiard python3-kombu python3-pytz python3-vine"
+short_desc="Distributed Task Queue"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="BSD-3-Clause"
+homepage="http://www.celeryproject.org/"
+distfiles="https://github.com/celery/celery/archive/${version}.tar.gz"
+checksum=642692003434624e8affba4c1a5f82709b2181860eaf375924d9d90b085ccbd3
+
+post_install() {
+	vlicense LICENSE
+}

From b0abc491d205f79451722f9ed907e6d9b8c618d3 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sat, 1 Feb 2020 19:08:15 -0800
Subject: [PATCH 2/5] New package: python3-billiard-3.6.2.0

---
 srcpkgs/python3-billiard/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-billiard/template

diff --git a/srcpkgs/python3-billiard/template b/srcpkgs/python3-billiard/template
new file mode 100644
index 00000000000..a3d7e5d1132
--- /dev/null
+++ b/srcpkgs/python3-billiard/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-billiard'
+pkgname=python3-billiard
+version=3.6.2.0
+revision=1
+wrksrc=billiard-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python multiprocessing fork with improvements and bugfixes"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="BSD-3-Clause"
+homepage="https://billiard.readthedocs.io/en/latest/"
+distfiles="https://github.com/celery/billiard/archive/${version}.tar.gz"
+checksum=1d11adedc2fb98b326f8d414fdfb44c3b943096d49635d70351a737f036365e2
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d8583ecb84067d4a47df2de1571cbc7d11ae6215 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Sat, 1 Feb 2020 18:54:36 -0800
Subject: [PATCH 3/5] New package: python3-vine-1.3.0

---
 srcpkgs/python3-vine/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-vine/template

diff --git a/srcpkgs/python3-vine/template b/srcpkgs/python3-vine/template
new file mode 100644
index 00000000000..2ed3d2f8bc2
--- /dev/null
+++ b/srcpkgs/python3-vine/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-vine'
+pkgname=python3-vine
+version=1.3.0
+revision=1
+wrksrc=vine-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python promises"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="BSD-3-Clause"
+homepage="https://pypi.org/project/vine/#description"
+distfiles="https://github.com/celery/vine/archive/v${version}.tar.gz"
+checksum=2efcf3a8b39479fec061918db3f1c659f8cc4ff7cf7933a0365ab64fda8b5b94
+
+post_install() {
+	vlicense LICENSE
+}

From eb3006a340539bc09ad058f9452944beac9325f0 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Mon, 3 Feb 2020 19:31:42 -0800
Subject: [PATCH 4/5] New package: python3-kombu-4.6.7

---
 srcpkgs/python3-kombu/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-kombu/template

diff --git a/srcpkgs/python3-kombu/template b/srcpkgs/python3-kombu/template
new file mode 100644
index 00000000000..a0456112157
--- /dev/null
+++ b/srcpkgs/python3-kombu/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-kombu'
+pkgname=python3-kombu
+version=4.6.7
+revision=1
+wrksrc=kombu-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-amqp"
+short_desc="Messaging library for Python"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="BSD-3-Clause"
+homepage="https://docs.celeryproject.org/projects/kombu/en/stable/"
+distfiles="https://github.com/celery/kombu/archive/${version}.tar.gz"
+checksum=f4563a8a21b4d10daadb918d6c4c4ffe488e7ba2d4417393449eb76c0a5715aa
+
+post_install() {
+	vlicense LICENSE
+}

From 44a0d22c5f94b532aaf9172ab39f3f87131a2cf8 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Mon, 3 Feb 2020 19:37:40 -0800
Subject: [PATCH 5/5] New package: python3-amqp-2.5.2

---
 srcpkgs/python3-amqp/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-amqp/template

diff --git a/srcpkgs/python3-amqp/template b/srcpkgs/python3-amqp/template
new file mode 100644
index 00000000000..d99a7a00f65
--- /dev/null
+++ b/srcpkgs/python3-amqp/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-amqp'
+pkgname=python3-amqp
+version=2.5.2
+revision=1
+wrksrc=py-amqp-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-vine"
+short_desc="Python AMQP low-level client library"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="BSD-3-Clause"
+homepage="https://amqp.readthedocs.io/en/latest/"
+distfiles="https://github.com/celery/py-amqp/archive/${version}.tar.gz"
+checksum=5819f360ab985531e0436fd67b2edc9e00541f5c0fd2154e869013ca9d194060
+
+post_install() {
+	vlicense LICENSE.txt
+}

  parent reply	other threads:[~2020-02-04  3:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31  6:42 [PR PATCH] " voidlinux-github
2020-01-31  6:59 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-31 20:27 ` voidlinux-github
2020-02-01  2:32 ` voidlinux-github
2020-02-01 19:34 ` voidlinux-github
2020-02-02  3:13 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-03 19:17 ` voidlinux-github
2020-02-04  3:38 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-04  3:57 ` voidlinux-github [this message]
2020-02-04  4:25 ` voidlinux-github
2020-03-18  6:15 ` anjandev
2020-03-18 23:14 ` Chocimier
2021-11-06 22:02 ` abenson
2021-11-06 22:02 ` [PR PATCH] [Closed]: " abenson

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=20200204035737.m1Ayv1vMbZnHNxuV7qr85bMU0Yt2gForBaMU4jqXll8@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).