From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- dev-python/libtmux/Manifest | 4 ++-- dev-python/libtmux/libtmux-0.8.1.ebuild | 31 ------------------------------- dev-python/libtmux/libtmux-0.8.2.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-python/libtmux/libtmux-0.8.1.ebuild create mode 100644 dev-python/libtmux/libtmux-0.8.2.ebuild (limited to 'dev-python/libtmux') diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest index fdd18fbe3948..753deb563495 100644 --- a/dev-python/libtmux/Manifest +++ b/dev-python/libtmux/Manifest @@ -1,3 +1,3 @@ -DIST libtmux-0.8.1.tar.gz 37696 BLAKE2B 48f780ed2c1243c752d35d58f1a7eee4d59297047abcfb0c02c8c9206ad2f8c7df9c2968935e30457dd14be8a9110b9cb1e3b7daf4d5df43e3533e400cd8b21c SHA512 c45e8c761fb9a6b827feff96d4bb263fb0419509a1bd450ac4038d7ad0b96b3047f0d6f3c7bbaa16686918ecfe3c8d189b99982574e4056abf5a491b20e0e7f1 -EBUILD libtmux-0.8.1.ebuild 660 BLAKE2B b5fec4fc30236a2283fc82016c32ac2f6659140c85c639f91792e84047f149dc906455a6ebfe907a1f94e04ab5fbe642e755bacfb8fa43a4280d6e51da7a993e SHA512 9131806a41b82b547b10ff5b1ef90a7130c8771828355d3c7b63365b4b1a0d7a9d199aa9c89cd2abe88dcc6c9c2d727f3c64281ea86f7065f08671875c220b5b +DIST libtmux-0.8.2.tar.gz 37725 BLAKE2B 909a34b1a77bb221e6fd0ca6ef9075cc9ddd4f327cecf579d8aaff768668c9a71cff07a6567cdc0aed368482188936626dfc3f35a0b6723cd962294e2fc9d5ec SHA512 02156579c91e44e312ebf162b5314381645177cba244294b3251044be35c84b996263508cdedfd25ea2c182a87a3ff457154b9ed06e919e7149583b119a5e227 +EBUILD libtmux-0.8.2.ebuild 660 BLAKE2B 7d3b1f9b1f0ff61ce04880cb16bbe6b281d2e74403587bae4346a0d7219221c8168289d75cc3235adff5a807edd0273cdc954786f555690f86b029ad658c0fcb SHA512 665e56e7ab13b3817ac24da4dbe02f680f4739c16a4d58d2b06892055754dfc0866798fff3c42e76a9d861719040b451aed6e4ecf694242a6bb38e5c6d27a157 MISC metadata.xml 255 BLAKE2B 2bb3830b8cec850703f7912f4c22f5b0abeabeed0715222bc56141779d02160773cfd0f85417c553c1cd8f2738bfeb78c56dffb8e648e572019319657646d1ba SHA512 522158915afe67937f81ba572a918a2de8ca1f8591e097da56799c97870d7c44756c1acd8224d63bd3375c2b9ebc0e1ce50816899117948a48065a27804883bf diff --git a/dev-python/libtmux/libtmux-0.8.1.ebuild b/dev-python/libtmux/libtmux-0.8.1.ebuild deleted file mode 100644 index 2c538082e6c2..000000000000 --- a/dev-python/libtmux/libtmux-0.8.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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/libtmux-0.8.2.ebuild b/dev-python/libtmux/libtmux-0.8.2.ebuild new file mode 100644 index 000000000000..96e575bd8742 --- /dev/null +++ b/dev-python/libtmux/libtmux-0.8.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# 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.5.0[${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 +} -- cgit v1.2.3