diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-07-24 02:27:04 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-07-24 02:27:04 +0000 |
commit | ae979da9cda61fa149acbb1a3c04fcd0513d4b83 (patch) | |
tree | ad2851dea5928a0d548b1d33f42249789f793a1b /dev-python/pygit2/pygit2-0.21.1.ebuild | |
parent | Remove stupid apache mirror (diff) | |
download | gentoo-2-ae979da9cda61fa149acbb1a3c04fcd0513d4b83.tar.gz gentoo-2-ae979da9cda61fa149acbb1a3c04fcd0513d4b83.tar.bz2 gentoo-2-ae979da9cda61fa149acbb1a3c04fcd0513d4b83.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pygit2/pygit2-0.21.1.ebuild')
-rw-r--r-- | dev-python/pygit2/pygit2-0.21.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/pygit2/pygit2-0.21.1.ebuild b/dev-python/pygit2/pygit2-0.21.1.ebuild new file mode 100644 index 000000000000..72eef46d05a3 --- /dev/null +++ b/dev-python/pygit2/pygit2-0.21.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.1.ebuild,v 1.1 2014/07/24 02:27:04 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) + +inherit distutils-r1 versionator + +DESCRIPTION="Python bindings for libgit2" +HOMEPAGE="https://github.com/libgit2/pygit2" +SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + =dev-libs/libgit2-$(get_version_component_range 1-2)* + dev-python/cffi[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +python_test() { + esetup.py test +} |