From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A31B13835A for ; Sun, 20 Jun 2021 05:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5739CE081A; Sun, 20 Jun 2021 05:51:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F4EBE081A for ; Sun, 20 Jun 2021 05:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 942F5335D46 for ; Sun, 20 Jun 2021 05:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CB07A1 for ; Sun, 20 Jun 2021 05:51:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1624165836.2e4605fda77eae51c9806a0e9ab6d4648e1861f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/amodem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/amodem/Manifest dev-python/amodem/amodem-1.15.2.ebuild X-VCS-Directories: dev-python/amodem/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e4605fda77eae51c9806a0e9ab6d4648e1861f9 X-VCS-Branch: master Date: Sun, 20 Jun 2021 05:51:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a551e02-0fd1-4846-8330-3c78ff15cc88 X-Archives-Hash: 4e2d09a83cfb06bb4fa3a7678c2ecd7d commit: 2e4605fda77eae51c9806a0e9ab6d4648e1861f9 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 20 05:10:36 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 20 05:10:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4605fd dev-python/amodem: Bump to 1.15.2 Signed-off-by: Michał Górny gentoo.org> dev-python/amodem/Manifest | 1 + dev-python/amodem/amodem-1.15.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index 6a3f57ffa2d..cdc1e9c0ac6 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1 +1,2 @@ DIST amodem-1.15.1.tar.gz 30482 BLAKE2B 964cb6b6e674044650898d1f9ae67b3b181f836a4c52caad08046841ea222a0b8e7aab23789ca440b5ae98c1b5f20ce6a7f31707032471fe3543397f2818d731 SHA512 16d1ab37146181432da5388f5a387e477979578a656c73efca18d721ba90dc47ced28ef054c589ea693dcf1bf2744317ddc22110cc61b9330ff8665b9f209240 +DIST amodem-1.15.2.tar.gz 30438 BLAKE2B ca8e4d0a1aad5a3c9b10568e7613cba95a7bb356b5ac46cbfb383ce057012ed385abcc7b348ef18090b49fe00f402f79b6ebf719e0b938c960f38593c0acd3e7 SHA512 3d0a366c19fbdaccfb990e875e49935fdb2b6d2a3bac69182ec2c7e51e67901429c968f41edcc2dd98dc74e90958a58a09b24d0d4d36ea7256a4b945881483b6 diff --git a/dev-python/amodem/amodem-1.15.2.ebuild b/dev-python/amodem/amodem-1.15.2.ebuild new file mode 100644 index 00000000000..d39040a3afe --- /dev/null +++ b/dev-python/amodem/amodem-1.15.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Transmit data between two computers using audio" +HOMEPAGE="https://github.com/romanz/amodem" +SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz + mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest