diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-03-19 07:23:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-03-19 07:23:25 +0000 |
commit | 20c564bf14ec114d15ada3a36a8666e6d96d49ca (patch) | |
tree | a1b5cf9ba7f93401c4480b8fbe4759ffd8fcf877 /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-20c564bf14ec114d15ada3a36a8666e6d96d49ca.tar.gz gentoo-2-20c564bf14ec114d15ada3a36a8666e6d96d49ca.tar.bz2 gentoo-2-20c564bf14ec114d15ada3a36a8666e6d96d49ca.zip |
Add subslot deps for cffi.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygit2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.21.4-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.22.0-r1.ebuild | 26 |
3 files changed, 60 insertions, 1 deletions
diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog index 706470deebec..b7240d6d7be1 100644 --- a/dev-python/pygit2/ChangeLog +++ b/dev-python/pygit2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/pygit2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.33 2015/01/18 23:34:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.34 2015/03/19 07:23:25 radhermit Exp $ + +*pygit2-0.22.0-r1 (19 Mar 2015) +*pygit2-0.21.4-r1 (19 Mar 2015) + + 19 Mar 2015; Tim Harder <radhermit@gentoo.org> +pygit2-0.21.4-r1.ebuild, + +pygit2-0.22.0-r1.ebuild: + Add subslot deps for cffi. 18 Jan 2015; Tim Harder <radhermit@gentoo.org> -pygit2-0.21.0.ebuild, -pygit2-0.21.1.ebuild, -pygit2-0.21.2.ebuild, -pygit2-0.21.3.ebuild: diff --git a/dev-python/pygit2/pygit2-0.21.4-r1.ebuild b/dev-python/pygit2/pygit2-0.21.4-r1.ebuild new file mode 100644 index 000000000000..9d74402ba3bb --- /dev/null +++ b/dev-python/pygit2/pygit2-0.21.4-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.21.4-r1.ebuild,v 1.1 2015/03/19 07:23:25 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,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 +} diff --git a/dev-python/pygit2/pygit2-0.22.0-r1.ebuild b/dev-python/pygit2/pygit2-0.22.0-r1.ebuild new file mode 100644 index 000000000000..0e3e970fcb39 --- /dev/null +++ b/dev-python/pygit2/pygit2-0.22.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.22.0-r1.ebuild,v 1.1 2015/03/19 07:23:25 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,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 +} |