* [PR PATCH] Adding package for supervisord
@ 2024-09-20 19:50 SumOys
2024-09-20 19:52 ` [PR PATCH] [Updated] " SumOys
2024-10-01 13:10 ` abenson
0 siblings, 2 replies; 3+ messages in thread
From: SumOys @ 2024-09-20 19:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 828 bytes --]
There is a new pull request by SumOys against master on the void-packages repository
https://github.com/SumOys/void-packages add-supervisor
https://github.com/void-linux/void-packages/pull/52292
Adding package for supervisord
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): I think so. I ran the linter and I think I got everything in the guide. This is my first package though.
### License
The license is a derivative of ZPL (which is BSD compatible) called repoze, so I put it in as custom. On Gentoo it's licensed as "repoze ZPL BSD HPND GPL-2"
A patch file from https://github.com/void-linux/void-packages/pull/52292.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-supervisor-52292.patch --]
[-- Type: text/x-diff, Size: 1224 bytes --]
From 72cd5aa4135ee905a38606026d4a1a6fe6023914 Mon Sep 17 00:00:00 2001
From: Sumit Khanna <sumit.khanna@oysterhr.com>
Date: Fri, 20 Sep 2024 15:46:58 -0400
Subject: [PATCH] Adding package for supervisord
---
srcpkgs/supervisor/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/supervisor/template
diff --git a/srcpkgs/supervisor/template b/srcpkgs/supervisor/template
new file mode 100644
index 00000000000000..55f4db937851d0
--- /dev/null
+++ b/srcpkgs/supervisor/template
@@ -0,0 +1,19 @@
+# Template file for 'supervisor'
+pkgname=supervisor
+version=4.2.5
+revision=2
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Client/server system to monitor and control processes"
+maintainer="Sumit Khanna <sumit@penguindreams.org>"
+license="custom: repoze"
+homepage="https://github.com/carpedm20/emoji"
+changelog="https://raw.githubusercontent.com/carpedm20/emoji/master/CHANGES.md"
+distfiles="https://github.com/Supervisor/supervisor/archive/refs/tags/${version}.tar.gz"
+checksum=d612a48684cf41ea7ce8cdc559eaa4bf9cbaa4687c5aac3f355c6d2df4e4f170
+
+post_install() {
+ vlicense LICENSES.txt
+}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] Adding package for supervisord
2024-09-20 19:50 [PR PATCH] Adding package for supervisord SumOys
@ 2024-09-20 19:52 ` SumOys
2024-10-01 13:10 ` abenson
1 sibling, 0 replies; 3+ messages in thread
From: SumOys @ 2024-09-20 19:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 833 bytes --]
There is an updated pull request by SumOys against master on the void-packages repository
https://github.com/SumOys/void-packages add-supervisor
https://github.com/void-linux/void-packages/pull/52292
Adding package for supervisord
#### Testing the changes
- I tested the changes in this PR: **YES**
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): I think so. I ran the linter and I think I got everything in the guide. This is my first package though.
### License
The license is a derivative of ZPL (which is BSD compatible) called repoze, so I put it in as custom. On Gentoo it's licensed as "repoze ZPL BSD HPND GPL-2"
A patch file from https://github.com/void-linux/void-packages/pull/52292.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-supervisor-52292.patch --]
[-- Type: text/x-diff, Size: 2424 bytes --]
From 72cd5aa4135ee905a38606026d4a1a6fe6023914 Mon Sep 17 00:00:00 2001
From: Sumit Khanna <sumit.khanna@oysterhr.com>
Date: Fri, 20 Sep 2024 15:46:58 -0400
Subject: [PATCH 1/2] Adding package for supervisord
---
srcpkgs/supervisor/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/supervisor/template
diff --git a/srcpkgs/supervisor/template b/srcpkgs/supervisor/template
new file mode 100644
index 00000000000000..55f4db937851d0
--- /dev/null
+++ b/srcpkgs/supervisor/template
@@ -0,0 +1,19 @@
+# Template file for 'supervisor'
+pkgname=supervisor
+version=4.2.5
+revision=2
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Client/server system to monitor and control processes"
+maintainer="Sumit Khanna <sumit@penguindreams.org>"
+license="custom: repoze"
+homepage="https://github.com/carpedm20/emoji"
+changelog="https://raw.githubusercontent.com/carpedm20/emoji/master/CHANGES.md"
+distfiles="https://github.com/Supervisor/supervisor/archive/refs/tags/${version}.tar.gz"
+checksum=d612a48684cf41ea7ce8cdc559eaa4bf9cbaa4687c5aac3f355c6d2df4e4f170
+
+post_install() {
+ vlicense LICENSES.txt
+}
From ca5315554910d14d48606cd6c5be56036a8747fa Mon Sep 17 00:00:00 2001
From: Sumit Khanna <sumit.khanna@oysterhr.com>
Date: Fri, 20 Sep 2024 15:51:53 -0400
Subject: [PATCH 2/2] Fixed homepage / revision
---
srcpkgs/supervisor/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/supervisor/template b/srcpkgs/supervisor/template
index 55f4db937851d0..f1cb97ea48a0a8 100644
--- a/srcpkgs/supervisor/template
+++ b/srcpkgs/supervisor/template
@@ -1,7 +1,7 @@
# Template file for 'supervisor'
pkgname=supervisor
version=4.2.5
-revision=2
+revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@@ -9,7 +9,7 @@ checkdepends="python3-pytest"
short_desc="Client/server system to monitor and control processes"
maintainer="Sumit Khanna <sumit@penguindreams.org>"
license="custom: repoze"
-homepage="https://github.com/carpedm20/emoji"
+homepage="http://supervisord.org/"
changelog="https://raw.githubusercontent.com/carpedm20/emoji/master/CHANGES.md"
distfiles="https://github.com/Supervisor/supervisor/archive/refs/tags/${version}.tar.gz"
checksum=d612a48684cf41ea7ce8cdc559eaa4bf9cbaa4687c5aac3f355c6d2df4e4f170
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Adding package for supervisord
2024-09-20 19:50 [PR PATCH] Adding package for supervisord SumOys
2024-09-20 19:52 ` [PR PATCH] [Updated] " SumOys
@ 2024-10-01 13:10 ` abenson
1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2024-10-01 13:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/52292#issuecomment-2385760019
Comment:
Please [squash the commits](https://www.git-tower.com/learn/git/faq/git-squash) and change the commit message to [meet our convention](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-01 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-20 19:50 [PR PATCH] Adding package for supervisord SumOys
2024-09-20 19:52 ` [PR PATCH] [Updated] " SumOys
2024-10-01 13:10 ` 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).