app-portage/g-sorcery: update PYTHON_COMPAT
authorJauhien Piatlicki <jauhien@gentoo.org>
Mon, 18 Jan 2016 21:04:55 +0000 (22:04 +0100)
committerJauhien Piatlicki <jauhien@gentoo.org>
Mon, 18 Jan 2016 21:06:00 +0000 (22:06 +0100)
Package-Manager: portage-2.2.26

app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild [new file with mode: 0644]
app-portage/g-sorcery/g-sorcery-9999.ebuild

diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild
new file mode 100644 (file)
index 0000000..5d35b25
--- /dev/null
@@ -0,0 +1,37 @@
+# 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_3,3_4,3_5})
+
+inherit distutils-r1
+
+DESCRIPTION="framework for ebuild generators"
+HOMEPAGE="https://github.com/jauhien/g-sorcery"
+SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="bson git"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
+
+DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+       git? ( dev-vcs/git )
+       sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"
+
+python_test() {
+       PYTHONPATH="." "${PYTHON}" scripts/run_tests.py
+}
+
+python_install_all() {
+       distutils-r1_python_install_all
+
+       doman docs/*.8
+       dohtml docs/developer_instructions.html
+       diropts -m0777
+       dodir /var/lib/g-sorcery
+}
index 753626194accf5959a0c6dc16f4e9168c4b981bf..bfde259aff32a593e861070346f18990c6367b47 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
 
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="framework for ebuild generators"
 HOMEPAGE="https://github.com/jauhien/g-sorcery"