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 EBC35138334 for ; Fri, 12 Jul 2019 05:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9EB7E07F2; Fri, 12 Jul 2019 05:47:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92195E07F6 for ; Fri, 12 Jul 2019 05:47:45 +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 348A43477B3 for ; Fri, 12 Jul 2019 05:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A1C6EA for ; Fri, 12 Jul 2019 05:47:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1562910019.c1490fef73f2c45f31cda73cb30ed4640b7f7186.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmdtest/Manifest dev-util/cmdtest/cmdtest-0.32.ebuild X-VCS-Directories: dev-util/cmdtest/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c1490fef73f2c45f31cda73cb30ed4640b7f7186 X-VCS-Branch: master Date: Fri, 12 Jul 2019 05:47:41 +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: d54d9387-7e78-4d26-a3a0-22f4e2ab50ee X-Archives-Hash: 30996bd5d2ee0914dd7c85ce0ac2e340 commit: c1490fef73f2c45f31cda73cb30ed4640b7f7186 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 11 23:29:31 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 12 05:40:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1490fef dev-util/cmdtest: Version bump to 0.32 A bunch of things too: - Port to EAPI=7 - Fix incorrect license - HTTPS homepage - Use tarball from cgit in SRC_URI Signed-off-by: Matt Turner gentoo.org> dev-util/cmdtest/Manifest | 1 + dev-util/cmdtest/cmdtest-0.32.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-util/cmdtest/Manifest b/dev-util/cmdtest/Manifest index b3446cbf655..0fa8cf8c07e 100644 --- a/dev-util/cmdtest/Manifest +++ b/dev-util/cmdtest/Manifest @@ -1 +1,2 @@ +DIST cmdtest-0.32.tar.gz 48945 BLAKE2B 64c09a0f7dd66644d8ce785d633af2cc62ce0cba1a636cf18e650fdf0268987ad647509e17ed2c614b48164f9e9fbd6dcb64d6fa0a47ec6dcf24d82b69732857 SHA512 1d6d49f63067cd0343b0123eaa84326042a6382abccb624015ab5517809a11ad149f75fc48cdea87b608d4b8778903fe1a9e68b7942a45a6498bdf7e3dbe3216 DIST cmdtest_0.30.orig.tar.xz 38508 BLAKE2B 7a27ed4930decdfbc49e922af9724ddba2daabc5af51faa6cafea1ca10dbf5137aa74ad9780156ff13f16e4c22fe5dba43401e22c6c2a7cabbd39d4139f4f515 SHA512 cbdebe175f09a99218d8ce0f2d1e49019f70b7f3ba112e2650e5a58e36a6f1d1b641c9aed5212e12023e956f999ef9cdba27aea7af9211f35a41874147a402af diff --git a/dev-util/cmdtest/cmdtest-0.32.ebuild b/dev-util/cmdtest/cmdtest-0.32.ebuild new file mode 100644 index 00000000000..22542933507 --- /dev/null +++ b/dev-util/cmdtest/cmdtest-0.32.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="black box tests Unix command line tools" +HOMEPAGE="https://liw.fi/cmdtest/" +SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" + +DEPEND=" + dev-python/cliapp[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/ttystatus[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" + +src_compile() { + addwrite /proc/self/comm + distutils-r1_src_compile +} + +python_test() { + "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die +}