Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-celery-4.4.0
@ 2020-01-31  6:42 voidlinux-github
  2020-01-31  6:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-31  6:42 UTC (permalink / raw)
  To: ml

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

There is a new 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


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: 1080 bytes --]

From 4d10af09770f386299247dff77ecf044885e1e85 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 30 Jan 2020 22:39:02 -0800
Subject: [PATCH] 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..6eb07f63c63
--- /dev/null
+++ b/srcpkgs/python3-celery/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-celery'
+pkgname=python3-celery
+_pkgname=celery
+version=4.4.0
+revision=1
+wrksrc=${_pkgname}-${version}
+build_style=python3-module
+makedepends="python3-setuptools"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
@ 2020-01-31  6:59 ` voidlinux-github
  2020-01-31 20:27 ` voidlinux-github
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-31  6:59 UTC (permalink / raw)
  To: ml

[-- 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: 1084 bytes --]

From 2c9678760c9a03dced933cdeeec8af98a9c6cf26 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 30 Jan 2020 22:39:02 -0800
Subject: [PATCH] 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..a5f5385103e
--- /dev/null
+++ b/srcpkgs/python3-celery/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-celery'
+pkgname=python3-celery
+_pkgname=celery
+version=4.4.0
+revision=1
+wrksrc=${_pkgname}-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+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
+}

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 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
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-01-31 20:27 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-580898260

Comment:
Certainly it needs some depends. Set also `checkdepends="${depends}"`. Can be verified with `./xbps-src clean; ./xbps-src chroot` then import and do try anything with celery.

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 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
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-01  2:32 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-580981965

Comment:
> Certainly it needs some depends. Set also `checkdepends="${depends}"`. Can be verified with `./xbps-src clean; ./xbps-src chroot` then import and do try anything with celery.

This is 100% correct. I overlooked this. Celery depends on Kombu which in turn requires an amqp transport (https://docs.celeryproject.org/projects/kombu/en/stable/introduction.html#features). Most of celery's dependencies are not completely packaged. Should the default amqp transport (py-amqp) be a depend of Kombu?

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-02-01  2:32 ` voidlinux-github
@ 2020-02-01 19:34 ` voidlinux-github
  2020-02-02  3:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-01 19:34 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-581062198

Comment:
Kombu list amqp as its dependency, so yes.

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

* Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-02-01 19:34 ` voidlinux-github
@ 2020-02-02  3:13 ` voidlinux-github
  2020-02-03 19:17 ` voidlinux-github
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-02  3:13 UTC (permalink / raw)
  To: ml

[-- 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: 1130 bytes --]

From ae364531f920bab2cefe9970286a85f8eef2b6f5 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 30 Jan 2020 22:39:02 -0800
Subject: [PATCH] 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
+}

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (4 preceding siblings ...)
  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
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-03 19:17 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-581573294

Comment:
Please put dependencies in same PR, one comit per template, so we'll see if it builds.

Set archs=noarch where appropriate.

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

* Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-02-03 19:17 ` voidlinux-github
@ 2020-02-04  3:38 ` voidlinux-github
  2020-02-04  3:57 ` voidlinux-github
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-04  3:38 UTC (permalink / raw)
  To: ml

[-- 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: 5494 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 d7ad50da751252dee569d2a74a5d791ec0f22d1d 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 | 14 ++++++++++++++
 1 file changed, 14 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..df4d51a8e96
--- /dev/null
+++ b/srcpkgs/python3-amqp/template
@@ -0,0 +1,14 @@
+# 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

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

* Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-02-04  3:38 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-04  3:57 ` voidlinux-github
  2020-02-04  4:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-04  3:57 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-02-04  3:57 ` voidlinux-github
@ 2020-02-04  4:25 ` voidlinux-github
  2020-03-18  6:15 ` anjandev
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: voidlinux-github @ 2020-02-04  4:25 UTC (permalink / raw)
  To: ml

[-- 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: 5540 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 bd04657e15f254c3a9133599c3ae8c8b2307f4a9 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..aaa369775c4
--- /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
+}

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-02-04  4:25 ` voidlinux-github
@ 2020-03-18  6:15 ` anjandev
  2020-03-18 23:14 ` Chocimier
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: anjandev @ 2020-03-18  6:15 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-600444316

Comment:
@Chocimier Would you mind reviewing this again? I just initiated a rebuild and the package finally builds.

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (9 preceding siblings ...)
  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
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-03-18 23:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-600904252

Comment:
Running "First Steps with Celery" fails for me. How did you test celery?

Every module should depend on either another module or python3.

> Set also checkdepends="${depends}"

> Set archs=noarch where appropriate.

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

* Re: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-03-18 23:14 ` Chocimier
@ 2021-11-06 22:02 ` abenson
  2021-11-06 22:02 ` [PR PATCH] [Closed]: " abenson
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-11-06 22:02 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/18677#issuecomment-962515748

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: python3-celery-4.4.0
  2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2021-11-06 22:02 ` abenson
@ 2021-11-06 22:02 ` abenson
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-11-06 22:02 UTC (permalink / raw)
  To: ml

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

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

New package: python3-celery-4.4.0
https://github.com/void-linux/void-packages/pull/18677

Description:
Needed for sr.ht.  #15784

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31  6:42 [PR PATCH] New package: python3-celery-4.4.0 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
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

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