Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-dbus-next-0.2.3
@ 2023-10-18 13:42 ftpd
  2023-10-18 14:10 ` [PR PATCH] [Updated] " ftpd
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 1c8b85881aebe161fd73a3fe95176d2e95240036 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

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

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..a20db0c6b4f5e
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="The next great DBus library for Python"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
@ 2023-10-18 14:10 ` ftpd
  2023-10-18 14:12 ` ftpd
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 682078d334f9de28433285d04faabc78930ee500 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

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

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..885b500c3b51e
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library for Python"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
  2023-10-18 14:10 ` [PR PATCH] [Updated] " ftpd
@ 2023-10-18 14:12 ` ftpd
  2023-10-18 14:14 ` ftpd
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 6db74f11981baee492827c4f0976d889b8a6b8a9 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

---
 srcpkgs/python3-dbus-next/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dbus-next/template

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..34ee4406e2e22
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library for Python"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
  2023-10-18 14:10 ` [PR PATCH] [Updated] " ftpd
  2023-10-18 14:12 ` ftpd
@ 2023-10-18 14:14 ` ftpd
  2023-10-18 14:17 ` ftpd
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 76459f049e8c84cf20d1f52b0e55764d3988d0e9 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

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

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..885b500c3b51e
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library for Python"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (2 preceding siblings ...)
  2023-10-18 14:14 ` ftpd
@ 2023-10-18 14:17 ` ftpd
  2023-10-18 20:38 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From d76662e50931337eac6104b229cc278e203dd545 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

---
 srcpkgs/python3-dbus-next/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-dbus-next/template

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..ca362976cc16c
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library for Python"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+# Tests are not provided in source tarball
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (4 preceding siblings ...)
  2023-10-18 20:38 ` [PR REVIEW] " classabbyamp
@ 2023-10-18 20:38 ` classabbyamp
  2023-10-18 21:34 ` [PR PATCH] [Updated] " ftpd
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-10-18 20:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46760#discussion_r1364509797

Comment:
```suggestion
short_desc="Next great DBus library"
```
self-evident from the package name

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

* Re: [PR REVIEW] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (3 preceding siblings ...)
  2023-10-18 14:17 ` ftpd
@ 2023-10-18 20:38 ` classabbyamp
  2023-10-18 20:38 ` classabbyamp
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-10-18 20:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46760#discussion_r1364509592

Comment:
```suggestion
changelog="https://github.com/altdesktop/python-dbus-next/raw/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (5 preceding siblings ...)
  2023-10-18 20:38 ` classabbyamp
@ 2023-10-18 21:34 ` ftpd
  2023-10-18 21:35 ` [PR REVIEW] " ftpd
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From dbd55e20baaa0c362dadd0dfa29ac0bc5f6e0ccd Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

---
 srcpkgs/python3-dbus-next/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-dbus-next/template

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..7f263285c8255
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/raw/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+# Tests are not provided in source tarball
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (6 preceding siblings ...)
  2023-10-18 21:34 ` [PR PATCH] [Updated] " ftpd
@ 2023-10-18 21:35 ` ftpd
  2023-10-18 21:35 ` ftpd
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 21:35 UTC (permalink / raw)
  To: ml

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

New review comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/46760#discussion_r1364566400

Comment:
Done.

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

* Re: [PR REVIEW] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (7 preceding siblings ...)
  2023-10-18 21:35 ` [PR REVIEW] " ftpd
@ 2023-10-18 21:35 ` ftpd
  2023-10-22 12:10 ` [PR PATCH] [Updated] " ftpd
  2023-10-22 22:51 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-18 21:35 UTC (permalink / raw)
  To: ml

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

New review comment by ftpd on void-packages repository

https://github.com/void-linux/void-packages/pull/46760#discussion_r1364566583

Comment:
I've taken it directly from upstream's README.md ;-) Fixed.

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

* Re: [PR PATCH] [Updated] New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (8 preceding siblings ...)
  2023-10-18 21:35 ` ftpd
@ 2023-10-22 12:10 ` ftpd
  2023-10-22 22:51 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: ftpd @ 2023-10-22 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftpd/void-packages dbus-next
https://github.com/void-linux/void-packages/pull/46760

New package: python3-dbus-next-0.2.3
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 98cdaceeef886c2f0b5adbc93fb3d610588ce9c8 Mon Sep 17 00:00:00 2001
From: Bartek Stalewski <ftpd@insomniac.pl>
Date: Wed, 18 Oct 2023 15:39:41 +0200
Subject: [PATCH] New package: python3-dbus-next-0.2.3

---
 srcpkgs/python3-dbus-next/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-dbus-next/template

diff --git a/srcpkgs/python3-dbus-next/template b/srcpkgs/python3-dbus-next/template
new file mode 100644
index 0000000000000..7f263285c8255
--- /dev/null
+++ b/srcpkgs/python3-dbus-next/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-dbus-next'
+pkgname=python3-dbus-next
+version=0.2.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Next great DBus library"
+maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
+license="MIT"
+homepage="https://github.com/altdesktop/python-dbus-next"
+changelog="https://github.com/altdesktop/python-dbus-next/raw/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/d/dbus-next/dbus_next-${version}.tar.gz"
+checksum=f4eae26909332ada528c0a3549dda8d4f088f9b365153952a408e28023a626a5
+# Tests are not provided in source tarball
+make_check=no
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: python3-dbus-next-0.2.3
  2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
                   ` (9 preceding siblings ...)
  2023-10-22 12:10 ` [PR PATCH] [Updated] " ftpd
@ 2023-10-22 22:51 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-10-22 22:51 UTC (permalink / raw)
  To: ml

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

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

New package: python3-dbus-next-0.2.3
https://github.com/void-linux/void-packages/pull/46760

Description:
#### 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.
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

closes #46495

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

end of thread, other threads:[~2023-10-22 22:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 13:42 [PR PATCH] New package: python3-dbus-next-0.2.3 ftpd
2023-10-18 14:10 ` [PR PATCH] [Updated] " ftpd
2023-10-18 14:12 ` ftpd
2023-10-18 14:14 ` ftpd
2023-10-18 14:17 ` ftpd
2023-10-18 20:38 ` [PR REVIEW] " classabbyamp
2023-10-18 20:38 ` classabbyamp
2023-10-18 21:34 ` [PR PATCH] [Updated] " ftpd
2023-10-18 21:35 ` [PR REVIEW] " ftpd
2023-10-18 21:35 ` ftpd
2023-10-22 12:10 ` [PR PATCH] [Updated] " ftpd
2023-10-22 22:51 ` [PR PATCH] [Merged]: " classabbyamp

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