public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaudio/
Date: Sat, 29 Apr 2017 20:22:51 +0000 (UTC)	[thread overview]
Message-ID: <1493497322.5b82bbc891bfe42e08fa639059a2877b2927be6a.sping@gentoo> (raw)

commit:     5b82bbc891bfe42e08fa639059a2877b2927be6a
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 20:10:46 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 20:22:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b82bbc8

dev-python/pyaudio: 0.2.11

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyaudio/Manifest              |  1 +
 dev-python/pyaudio/pyaudio-0.2.11.ebuild | 36 ++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pyaudio/Manifest b/dev-python/pyaudio/Manifest
index 803ea534467..9d94d0d3b46 100644
--- a/dev-python/pyaudio/Manifest
+++ b/dev-python/pyaudio/Manifest
@@ -1,2 +1,3 @@
+DIST PyAudio-0.2.11.tar.gz 37428 SHA256 93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74 SHA512 64db5542ee60837c9b07677e146fc7b060ff47c8b1c04cbb575bce79dd3ed4776c201e169ff2860f27dbe9e00a77046ba0cb925b55f7c546f8de46c6df68954e WHIRLPOOL 6d67dd7d7205cefcea3c352851818d30ddef0414cf14d69d895e9ac7ad8dea4c64142e11eeccd61fcb184e0dc4f8d86ad8cdf6e99656c78578af75ca99779ce9
 DIST PyAudio-0.2.9.tar.gz 289499 SHA256 bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 SHA512 1b1209a5ff808253c4f6edbc3cbde6a6efb99c1ee56b4f7a0e889b3936420e79fa41e1cd2a92e3ddff9bb26900527fd4b54133db0a8877ea20c99775b4f206a3 WHIRLPOOL 6e7155b53648721cca9b5f42d3c5cb0a034936a56bbab74549325f221ed004c1bab908a731d446e3731132f7c60d209d97b7da0b79d57f79857d431b661dc144
 DIST pyaudio-0.2.8.tar.gz 235900 SHA256 4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b719551 SHA512 af85291932809ceb966d1ace3c866cb6ac7e039b936ca35be668d4a3dc78c53e516070902d35fa6c829b37db376b8b512dc926ff1079e039809cae067be93069 WHIRLPOOL dae98752b6b885ce6f5247b9914fc9fcfd6264030c5f57c7276c6468de79ffdf30ea6196325ab0ff34b6997157ab97f6068ffa6ee27e137bab96c1589723550d

diff --git a/dev-python/pyaudio/pyaudio-0.2.11.ebuild b/dev-python/pyaudio/pyaudio-0.2.11.ebuild
new file mode 100644
index 00000000000..71eb8815d1f
--- /dev/null
+++ b/dev-python/pyaudio/pyaudio-0.2.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN="PyAudio"
+
+DESCRIPTION="Python bindings for PortAudio"
+HOMEPAGE="http://people.csail.mit.edu/hubert/pyaudio/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="media-libs/portaudio"
+DEPEND="${RDEPEND}
+	doc? ( dev-python/sphinx )"
+
+S=${WORKDIR}/PyAudio-${PV}
+
+src_compile() {
+	distutils-r1_src_compile
+	use doc && emake docs
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2017-04-29 20:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-29 20:22 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-30 15:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaudio/ Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-14 11:25 Michał Górny
2023-09-12  6:25 Michał Górny
2023-09-11 18:36 Sam James
2023-09-11 12:36 Sam James
2023-08-11  7:29 Joonas Niilola
2023-08-11  7:29 Joonas Niilola
2023-08-11  7:29 Joonas Niilola
2023-04-08 11:16 Arthur Zamarin
2023-04-08  9:43 Arthur Zamarin
2023-03-08 14:13 Joonas Niilola
2022-08-03  9:10 Michał Górny
2022-08-03  6:25 Joonas Niilola
2022-08-02 20:27 Sam James
2021-11-01  8:29 Arthur Zamarin
2021-06-01 11:44 Sam James
2020-08-05 15:10 Michał Górny
2020-06-08  7:46 Joonas Niilola
2020-06-08  7:46 Joonas Niilola
2020-06-08  7:46 Joonas Niilola
2020-05-13 13:58 Joonas Niilola
2020-04-26  6:49 Michał Górny
2020-02-05 19:12 Michał Górny
2017-09-17 21:09 Matt Turner
2017-07-15 17:25 Tobias Klausmann
2017-05-02 15:15 Michał Górny
2016-02-19 12:46 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493497322.5b82bbc891bfe42e08fa639059a2877b2927be6a.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox