summaryrefslogtreecommitdiff
path: root/dev-python/pygit2/pygit2-0.24.1.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-11-07 00:13:34 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-11-07 00:13:34 +0100
commit7a130f4ee098389d910940a7bdd712f153cc1bb6 (patch)
tree2d5a928a3f45628534687f65281daf59b3580c50 /dev-python/pygit2/pygit2-0.24.1.ebuild
parent63eae40cbf27596efc7d1b8b096279d8468bd335 (diff)
downloadgentoo-7a130f4ee098389d910940a7bdd712f153cc1bb6.tar.gz
gentoo-7a130f4ee098389d910940a7bdd712f153cc1bb6.tar.bz2
gentoo-7a130f4ee098389d910940a7bdd712f153cc1bb6.zip
dev-python/pygit2: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/pygit2/pygit2-0.24.1.ebuild')
-rw-r--r--dev-python/pygit2/pygit2-0.24.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pygit2/pygit2-0.24.1.ebuild b/dev-python/pygit2/pygit2-0.24.1.ebuild
deleted file mode 100644
index d00efa61c561..000000000000
--- a/dev-python/pygit2/pygit2-0.24.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Python bindings for libgit2"
-HOMEPAGE="https://github.com/libgit2/pygit2 https://pypi.python.org/pypi/pygit2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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-1.0:=[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
- esetup.py test
-}