Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-dasbus-1.7
@ 2024-03-26 19:14 iFoundSilentHouse
  2024-03-26 19:18 ` ahesford
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages python3-dasbus-1.7
https://github.com/void-linux/void-packages/pull/49555

New package: python3-dasbus-1.7
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Was done to fulfill https://github.com/void-linux/void-packages/issues/49517 request


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dasbus-1.7-49555.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]

From 4a971d6972f0fdc3401ded7e9b65f7e5bf52d0c2 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 27 Mar 2024 01:10:06 +0600
Subject: [PATCH] New package: python3-dasbus-1.7

New package: python3-dasbus
---
 srcpkgs/python3-dasbus/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-dasbus/template

diff --git a/srcpkgs/python3-dasbus/template b/srcpkgs/python3-dasbus/template
new file mode 100644
index 00000000000000..b2ba79f3f02c01
--- /dev/null
+++ b/srcpkgs/python3-dasbus/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-dasbus'
+pkgname=python3-dasbus
+version=1.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-gobject"
+short_desc="DBus library is written in Python 3, based on GLib and inspired by pydbus"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
+license="LGPL-2.1"
+homepage="https://github.com/dasbus-project/dasbus"
+distfiles="https://github.com/dasbus-project/dasbus/archive/refs/tags/v${version}.tar.gz"
+checksum=442a8df9330d4f55704c92cbed066cf0918378418be89d6fff67721d3cba5590
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-dasbus-1.7
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
@ 2024-03-26 19:18 ` ahesford
  2024-03-26 19:20 ` [PR PATCH] [Updated] " iFoundSilentHouse
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2024-03-26 19:18 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021284328

Comment:
If you're attempting to package `newm-atha`, include this package in that PR. Don't submit packages for dependencies piecemeal.

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

* Re: [PR PATCH] [Updated] New package: python3-dasbus-1.7
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
  2024-03-26 19:18 ` ahesford
@ 2024-03-26 19:20 ` iFoundSilentHouse
  2024-03-26 19:49 ` iFoundSilentHouse
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages python3-dasbus-1.7
https://github.com/void-linux/void-packages/pull/49555

New package: python3-dasbus-1.7
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Was done to fulfill https://github.com/void-linux/void-packages/issues/49517 request


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dasbus-1.7-49555.patch --]
[-- Type: text/x-diff, Size: 1109 bytes --]

From 576851bf5556a09989f24ed196cab567f23413e8 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 27 Mar 2024 01:18:22 +0600
Subject: [PATCH] New package: python3-dasbus-1.7

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

diff --git a/srcpkgs/python3-dasbus/template b/srcpkgs/python3-dasbus/template
new file mode 100644
index 00000000000000..8cdc3212ea87ee
--- /dev/null
+++ b/srcpkgs/python3-dasbus/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-dasbus'
+pkgname=python3-dasbus
+version=1.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-gobject"
+short_desc="DBus library is written in Python 3 inspired by pydbus"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/dasbus-project/dasbus"
+distfiles="https://github.com/dasbus-project/dasbus/archive/refs/tags/v${version}.tar.gz"
+checksum=442a8df9330d4f55704c92cbed066cf0918378418be89d6fff67721d3cba5590

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

* Re: [PR PATCH] [Updated] New package: python3-dasbus-1.7
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
  2024-03-26 19:18 ` ahesford
  2024-03-26 19:20 ` [PR PATCH] [Updated] " iFoundSilentHouse
@ 2024-03-26 19:49 ` iFoundSilentHouse
  2024-03-26 19:58 ` iFoundSilentHouse
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages python3-dasbus-1.7
https://github.com/void-linux/void-packages/pull/49555

New package: python3-dasbus-1.7
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Was done to fulfill https://github.com/void-linux/void-packages/issues/49517 request


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dasbus-1.7-49555.patch --]
[-- Type: text/x-diff, Size: 1159 bytes --]

From 7a6b6d7df848256b9f1bdd38ddc3474edb626022 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 27 Mar 2024 01:18:22 +0600
Subject: [PATCH] New package: python3-dasbus-1.7

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

diff --git a/srcpkgs/python3-dasbus/template b/srcpkgs/python3-dasbus/template
new file mode 100644
index 00000000000000..4f37400353ed84
--- /dev/null
+++ b/srcpkgs/python3-dasbus/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-dasbus'
+pkgname=python3-dasbus
+version=1.7
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-gobject python3-dbus-devel python3-pytest"
+depends="python3"
+short_desc="DBus library is written in Python 3 inspired by pydbus"
+maintainer="iFoundSilentHouse <adeptslab@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/dasbus-project/dasbus"
+distfiles="https://github.com/dasbus-project/dasbus/archive/refs/tags/v${version}.tar.gz"
+checksum=442a8df9330d4f55704c92cbed066cf0918378418be89d6fff67721d3cba5590

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

* Re: New package: python3-dasbus-1.7
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-03-26 19:49 ` iFoundSilentHouse
@ 2024-03-26 19:58 ` iFoundSilentHouse
  2024-03-26 20:53 ` New package: newm-0.2 iFoundSilentHouse
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 19:58 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021352291

Comment:
> If you're attempting to package `newm-atha`, include this package in that PR. Don't submit packages for dependencies piecemeal.

Ok I will. Sorry

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

* Re: New package: newm-0.2
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
                   ` (3 preceding siblings ...)
  2024-03-26 19:58 ` iFoundSilentHouse
@ 2024-03-26 20:53 ` iFoundSilentHouse
  2024-03-26 22:44 ` blacklightpy
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 20:53 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021454816

Comment:
> If you're attempting to package `newm-atha`, include this package in that PR. Don't submit packages for dependencies piecemeal.

I wanted to ask you an advice: what if I have multiple distfiles and i need both of them to go through packaging script - both of them to build separately. Could it be managed within one template? 

I'm asking as hewm has separate release for it's engine. I don't want to separate as void packages them because: 1) it'd be too much attention for such thing 2) LICENSE file is able within only one of them

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

* Re: New package: newm-0.2
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
                   ` (4 preceding siblings ...)
  2024-03-26 20:53 ` New package: newm-0.2 iFoundSilentHouse
@ 2024-03-26 22:44 ` blacklightpy
  2024-03-26 23:02 ` iFoundSilentHouse
  2024-03-26 23:35 ` ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: blacklightpy @ 2024-03-26 22:44 UTC (permalink / raw)
  To: ml

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

New comment by blacklightpy on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021593225

Comment:
> I wanted to ask you an advice: what if I have multiple distfiles and i need both of them to go through packaging script - both of them to build separately. Could it be managed within one template?
> 
> I'm asking as hewm has separate release for it's engine. I don't want to separate as void packages them because: 1) it'd be too much attention for such thing 2) LICENSE file is able within only one of them

I found this: https://github.com/void-linux/void-packages/pull/41185#discussion_r1055638769


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

* Re: New package: newm-0.2
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
                   ` (5 preceding siblings ...)
  2024-03-26 22:44 ` blacklightpy
@ 2024-03-26 23:02 ` iFoundSilentHouse
  2024-03-26 23:35 ` ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: iFoundSilentHouse @ 2024-03-26 23:02 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021610622

Comment:
> > I wanted to ask you an advice: what if I have multiple distfiles and i need both of them to go through packaging script - both of them to build separately. Could it be managed within one template?
> > I'm asking as hewm has separate release for it's engine. I don't want to separate as void packages them because: 1) it'd be too much attention for such thing 2) LICENSE file is able within only one of them
> 
> I found this: [#41185 (comment)](https://github.com/void-linux/void-packages/pull/41185#discussion_r1055638769)

Thanks. 
We'll use 2 packages then...

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

* Re: New package: newm-0.2
  2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
                   ` (6 preceding siblings ...)
  2024-03-26 23:02 ` iFoundSilentHouse
@ 2024-03-26 23:35 ` ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2024-03-26 23:35 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/49555#issuecomment-2021648027

Comment:
I don't think packaging an old tag of a now-abandoned repository is a good idea, and the fork recommended by the original maintainer hasn't seen activity in seven months and hasn't tagged any new releases.

Unless something changes upstream, I'd advise against sinking any time into this PR.

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

end of thread, other threads:[~2024-03-26 23:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 19:14 [PR PATCH] New package: python3-dasbus-1.7 iFoundSilentHouse
2024-03-26 19:18 ` ahesford
2024-03-26 19:20 ` [PR PATCH] [Updated] " iFoundSilentHouse
2024-03-26 19:49 ` iFoundSilentHouse
2024-03-26 19:58 ` iFoundSilentHouse
2024-03-26 20:53 ` New package: newm-0.2 iFoundSilentHouse
2024-03-26 22:44 ` blacklightpy
2024-03-26 23:02 ` iFoundSilentHouse
2024-03-26 23:35 ` ahesford

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