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 33B9A13835B for ; Tue, 15 Sep 2020 08:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68B6EE092E; Tue, 15 Sep 2020 08:09:39 +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 0A506E092A for ; Tue, 15 Sep 2020 08:09:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5375C340A2B for ; Tue, 15 Sep 2020 08:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7A8E360 for ; Tue, 15 Sep 2020 08:09:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1600157358.54ec1696f459c50f06df04029f18a660435439a0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vncdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vncdotool/Manifest dev-python/vncdotool/metadata.xml dev-python/vncdotool/vncdotool-0.13.0.ebuild dev-python/vncdotool/vncdotool-1.0.0.ebuild X-VCS-Directories: dev-python/vncdotool/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 54ec1696f459c50f06df04029f18a660435439a0 X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:09:35 +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: 99daaaa7-a180-4545-bd96-686424027755 X-Archives-Hash: 0470252a3c83b642b4217b8098553138 commit: 54ec1696f459c50f06df04029f18a660435439a0 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Aug 17 16:30:48 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 15 08:09:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ec1696 dev-python/vncdotool: Command line VNC client Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/vncdotool/Manifest | 2 ++ dev-python/vncdotool/metadata.xml | 12 ++++++++ dev-python/vncdotool/vncdotool-0.13.0.ebuild | 41 ++++++++++++++++++++++++++++ dev-python/vncdotool/vncdotool-1.0.0.ebuild | 41 ++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+) diff --git a/dev-python/vncdotool/Manifest b/dev-python/vncdotool/Manifest new file mode 100644 index 00000000000..4deebb582c1 --- /dev/null +++ b/dev-python/vncdotool/Manifest @@ -0,0 +1,2 @@ +DIST vncdotool-0.13.0.tar.gz 72780 BLAKE2B 6a27565c5410148f569bd5a8e212327d734f9fd044549683bafcbbaed0df56e0a4853b4750eadc74e2186463313cd510c5290a8c4de69eba5ecbc42ea5d94c32 SHA512 65e275c53dbc805114801b149bff86743cdcb2b8d69b038425fd7dd6f911b113e332246178080c71314d58624137152205057c00b451a3ec6b46541f1b294b98 +DIST vncdotool-1.0.0.tar.gz 62580 BLAKE2B d09b26e81496055f17e96fa5b60ea006ddd210fa8b0044785c107582af18a61fb5beec83f577222b32cc8f446694235cd3ab468cfa917ec3ef4b00b6fbc1a8bc SHA512 45fba9ba3549ad575923bcfb3ab62c53b3c2d85882c87ca2b656795314b9c32aa989a1fdae280f904cb4d79f509622810ffd4d1e2977beac917f0289d6ff24a4 diff --git a/dev-python/vncdotool/metadata.xml b/dev-python/vncdotool/metadata.xml new file mode 100644 index 00000000000..d22e99d7357 --- /dev/null +++ b/dev-python/vncdotool/metadata.xml @@ -0,0 +1,12 @@ + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/vncdotool/vncdotool-0.13.0.ebuild b/dev-python/vncdotool/vncdotool-0.13.0.ebuild new file mode 100644 index 00000000000..586c2cf93a1 --- /dev/null +++ b/dev-python/vncdotool/vncdotool-0.13.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Command line VNC client" +HOMEPAGE="https://github.com/sibson/vncdotool" +SRC_URI="https://github.com/sibson/vncdotool/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# No clue why this happens: +# pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: vncev. +RESTRICT="test" + +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pluggy[${PYTHON_USEDEP}] + dev-python/ptyprocess[${PYTHON_USEDEP}] + dev-python/py[${PYTHON_USEDEP}] + dev-python/tox[${PYTHON_USEDEP}] + dev-python/virtualenv[${PYTHON_USEDEP}] +)" + +DEPEND=" + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs diff --git a/dev-python/vncdotool/vncdotool-1.0.0.ebuild b/dev-python/vncdotool/vncdotool-1.0.0.ebuild new file mode 100644 index 00000000000..586c2cf93a1 --- /dev/null +++ b/dev-python/vncdotool/vncdotool-1.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Command line VNC client" +HOMEPAGE="https://github.com/sibson/vncdotool" +SRC_URI="https://github.com/sibson/vncdotool/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# No clue why this happens: +# pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: vncev. +RESTRICT="test" + +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pluggy[${PYTHON_USEDEP}] + dev-python/ptyprocess[${PYTHON_USEDEP}] + dev-python/py[${PYTHON_USEDEP}] + dev-python/tox[${PYTHON_USEDEP}] + dev-python/virtualenv[${PYTHON_USEDEP}] +)" + +DEPEND=" + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs