From: Patrick McLean Date: Fri, 10 May 2019 17:52:28 +0000 (-0700) Subject: dev-python/libtmux: New package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b1905a7a766e726d2ea97fcff048b5f9dd5dc55;p=gentoo.git dev-python/libtmux: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Patrick McLean --- diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest new file mode 100644 index 000000000000..f37ff707c271 --- /dev/null +++ b/dev-python/libtmux/Manifest @@ -0,0 +1 @@ +DIST libtmux-0.8.1.tar.gz 37696 BLAKE2B 48f780ed2c1243c752d35d58f1a7eee4d59297047abcfb0c02c8c9206ad2f8c7df9c2968935e30457dd14be8a9110b9cb1e3b7daf4d5df43e3533e400cd8b21c SHA512 c45e8c761fb9a6b827feff96d4bb263fb0419509a1bd450ac4038d7ad0b96b3047f0d6f3c7bbaa16686918ecfe3c8d189b99982574e4056abf5a491b20e0e7f1 diff --git a/dev-python/libtmux/libtmux-0.8.1.ebuild b/dev-python/libtmux/libtmux-0.8.1.ebuild new file mode 100644 index 000000000000..517f2c71e586 --- /dev/null +++ b/dev-python/libtmux/libtmux-0.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2019 Sony Interactive Entertainment Inc. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +inherit distutils-r1 + +DESCRIPTION="python api for tmux" +HOMEPAGE="https://libtmux.git-pull.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${BDEPEND} + test? ( + >=dev-python/pytest-4.3.1[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + )" +RDEPEND="app-misc/tmux" + +# tests aren't included in the dist tarball +RESTRICT="test" + +python_test() { + esetup.py test +} diff --git a/dev-python/libtmux/metadata.xml b/dev-python/libtmux/metadata.xml new file mode 100644 index 000000000000..56cae167d372 --- /dev/null +++ b/dev-python/libtmux/metadata.xml @@ -0,0 +1,8 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + +