Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: python3-aubio-0.4.9
@ 2022-10-07 14:03 misuchiru03
  2022-10-15  5:31 ` [PR PATCH] [Updated] " misuchiru03
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: misuchiru03 @ 2022-10-07 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-aubio_0.4.9
https://github.com/void-linux/void-packages/pull/39791

New Package: python3-aubio-0.4.9
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


I also added `python3-aubio` to `depends` in the `aubio` template as it does actually depend on the python module to provide `/usr/bin/aubio` and `/usr/bin/aubiocut`.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-aubio_0.4.9-39791.patch --]
[-- Type: text/x-diff, Size: 2012 bytes --]

From 360c888c13acae99021295ff7f727d7b75d950c1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 08:24:37 -0500
Subject: [PATCH 1/2] aubio: added python3-aubio depends

---
 srcpkgs/aubio/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/aubio/template b/srcpkgs/aubio/template
index eaab3e9fdb72..ed2da18b163b 100644
--- a/srcpkgs/aubio/template
+++ b/srcpkgs/aubio/template
@@ -6,6 +6,7 @@ build_style=waf3
 # XXX lash, pure and swig support.
 hostmakedepends="pkg-config txt2man"
 makedepends="libsamplerate-devel fftw-devel jack-devel ffmpeg-devel"
+depends="python3-aubio"
 short_desc="Library for audio labelling"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 9e63c80f54347da86ed3e575742aa77becc85628 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 08:25:46 -0500
Subject: [PATCH 2/2] New package: python3-aubio-0.4.9

Closes #20448
---
 srcpkgs/python3-aubio/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-aubio/template

diff --git a/srcpkgs/python3-aubio/template b/srcpkgs/python3-aubio/template
new file mode 100644
index 000000000000..f654ff48916b
--- /dev/null
+++ b/srcpkgs/python3-aubio/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-aubio'
+pkgname=python3-aubio
+version=0.4.9
+revision=1
+wrksrc="aubio-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config python3-wheel python3-numpy"
+makedepends="python3-numpy ffmpeg-devel libsndfile-devel libsamplerate-devel
+ blas-devel fftw-devel python3-devel"
+checkdepends="python3-pytest"
+short_desc="Collection of tools for music analysis"
+maintainer="Alex Childs <misuchiru03+github@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://aubio.org"
+#changelog=""
+distfiles="${PYPI_SITE}/a/aubio/aubio-${version}.tar.gz"
+checksum=df1244f6c4cf5bea382c8c2d35aa43bc31f4cf631fe325ae3992c219546a4202

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

* Re: [PR PATCH] [Updated] New Package: python3-aubio-0.4.9
  2022-10-07 14:03 [PR PATCH] New Package: python3-aubio-0.4.9 misuchiru03
@ 2022-10-15  5:31 ` misuchiru03
  2023-01-14  1:55 ` github-actions
  2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: misuchiru03 @ 2022-10-15  5:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages np_python3-aubio_0.4.9
https://github.com/void-linux/void-packages/pull/39791

New Package: python3-aubio-0.4.9
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


I also added `python3-aubio` to `depends` in the `aubio` template as it does actually depend on the python module to provide `/usr/bin/aubio` and `/usr/bin/aubiocut`.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_python3-aubio_0.4.9-39791.patch --]
[-- Type: text/x-diff, Size: 2021 bytes --]

From 423b28007da45e2bcb07de4672bbb9096c0bef79 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 08:24:37 -0500
Subject: [PATCH 1/2] aubio: added python3-aubio depends

---
 srcpkgs/aubio/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/aubio/template b/srcpkgs/aubio/template
index eaab3e9fdb72..ed2da18b163b 100644
--- a/srcpkgs/aubio/template
+++ b/srcpkgs/aubio/template
@@ -6,6 +6,7 @@ build_style=waf3
 # XXX lash, pure and swig support.
 hostmakedepends="pkg-config txt2man"
 makedepends="libsamplerate-devel fftw-devel jack-devel ffmpeg-devel"
+depends="python3-aubio"
 short_desc="Library for audio labelling"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From e7107774b852ec0aedccc3250b5c5d2dddb70a9c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+github@gmail.com>
Date: Fri, 7 Oct 2022 08:25:46 -0500
Subject: [PATCH 2/2] New package: python3-aubio-0.4.9

Closes #20448
---
 srcpkgs/python3-aubio/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-aubio/template

diff --git a/srcpkgs/python3-aubio/template b/srcpkgs/python3-aubio/template
new file mode 100644
index 000000000000..a75b3c0b03dd
--- /dev/null
+++ b/srcpkgs/python3-aubio/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-aubio'
+pkgname=python3-aubio
+version=0.4.9
+revision=1
+wrksrc="aubio-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools pkg-config python3-wheel python3-numpy"
+makedepends="python3-numpy ffmpeg-devel libsndfile-devel libsamplerate-devel
+ blas-devel fftw-devel python3-devel"
+checkdepends="python3-pytest"
+short_desc="Collection of tools for music analysis"
+maintainer="Alex Childs <misuchiru03+github@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://aubio.org"
+distfiles="${PYPI_SITE}/a/aubio/aubio-${version}.tar.gz"
+checksum=df1244f6c4cf5bea382c8c2d35aa43bc31f4cf631fe325ae3992c219546a4202
+CFLAGS="-ffloat-store"

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

* Re: New Package: python3-aubio-0.4.9
  2022-10-07 14:03 [PR PATCH] New Package: python3-aubio-0.4.9 misuchiru03
  2022-10-15  5:31 ` [PR PATCH] [Updated] " misuchiru03
@ 2023-01-14  1:55 ` github-actions
  2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-01-14  1:55 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39791#issuecomment-1382630565

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New Package: python3-aubio-0.4.9
  2022-10-07 14:03 [PR PATCH] New Package: python3-aubio-0.4.9 misuchiru03
  2022-10-15  5:31 ` [PR PATCH] [Updated] " misuchiru03
  2023-01-14  1:55 ` github-actions
@ 2023-01-28  2:00 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-01-28  2:00 UTC (permalink / raw)
  To: ml

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

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

New Package: python3-aubio-0.4.9
https://github.com/void-linux/void-packages/pull/39791

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


I also added `python3-aubio` to `depends` in the `aubio` template as it does actually depend on the python module to provide `/usr/bin/aubio` and `/usr/bin/aubiocut`.

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

end of thread, other threads:[~2023-01-28  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 14:03 [PR PATCH] New Package: python3-aubio-0.4.9 misuchiru03
2022-10-15  5:31 ` [PR PATCH] [Updated] " misuchiru03
2023-01-14  1:55 ` github-actions
2023-01-28  2:00 ` [PR PATCH] [Closed]: " github-actions

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