Skip to content

Instantly share code, notes, and snippets.

@mjeveritt
Last active August 25, 2017 21:54
Show Gist options
  • Save mjeveritt/44eeb57741ec551015c3ac3a3f6ab5f6 to your computer and use it in GitHub Desktop.
Save mjeveritt/44eeb57741ec551015c3ac3a3f6ab5f6 to your computer and use it in GitHub Desktop.
libtmux-0.7.1
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Python api for tmux"
HOMEPAGE="https://libtmux.git-pull.com/"
SRC_URI="https://github.com/tony/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}"
python_test() {
esetup.py test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment