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 970D5138334 for ; Fri, 22 Feb 2019 06:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C0DEE069C; Fri, 22 Feb 2019 06:53:21 +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 69769E069C for ; Fri, 22 Feb 2019 06:53:19 +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 1E63E335D48 for ; Fri, 22 Feb 2019 06:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A9E4452 for ; Fri, 22 Feb 2019 06:53:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1550818363.985ca42f3675bfea3e7f2daab2695101f0fc95d2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/asciinema/Manifest app-misc/asciinema/asciinema-2.0.2.ebuild X-VCS-Directories: app-misc/asciinema/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 985ca42f3675bfea3e7f2daab2695101f0fc95d2 X-VCS-Branch: master Date: Fri, 22 Feb 2019 06:53:00 +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: 452b6dad-75f1-40cf-ae07-327ec1575ea2 X-Archives-Hash: 0720680ae9a053c3f808355ce4e9e725 commit: 985ca42f3675bfea3e7f2daab2695101f0fc95d2 Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 21 10:35:56 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 22 06:52:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985ca42f app-misc/asciinema: version bump 2.0.2 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> app-misc/asciinema/Manifest | 1 + app-misc/asciinema/asciinema-2.0.2.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest index 31f4f66a7db..cb3880cd117 100644 --- a/app-misc/asciinema/Manifest +++ b/app-misc/asciinema/Manifest @@ -1 +1,2 @@ DIST asciinema-2.0.1.tar.gz 48597 BLAKE2B 9179d19c3c6980f35004145fc109dfa938fa020e1982389f7309c7716f8e18914fb8db46e74b2d778b043399d00a3348e499e9fc1849f5f02e1a729c8bde6084 SHA512 abc7e2a83032520d42b45524fbd103bd974b6857274fbb923b274d11f0a81a8d06cd1e97f1b7d6432a47e1ded6df5e37e52c69caaf7f15b1bf8b53f17dfc07d1 +DIST asciinema-2.0.2.tar.gz 50058 BLAKE2B db04e21f41b76a7b2be1ca119b2c0a2ff29c9e525c35180d2506722b12c7d139087d0a102bd984cecd7d69e2da0ce8ac0f4bc83c631bc1373fecc8de2d29f107 SHA512 27ae831494c2532270940c3e0fedc87ebbdc1e9d8d24c37d1b63d3f74d9722d38e867fa1b46656249e5b0a84ed7ed32bb21da65f06e9c6a8b787aebdce2068f3 diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild new file mode 100644 index 00000000000..fd0caf8e3a5 --- /dev/null +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Command line recorder for asciinema.org service" +HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + distutils-r1_python_prepare_all + sed -i -e "s|data_files=\[('share/doc/asciinema|&-${PVR}|" setup.py || die +} + +python_test() { + nosetests || die +}