--- /dev/null
+DIST glob2-0.4.1.tar.gz 9124 SHA256 9974c375c54eb56223643980e724b37fc8efcaeb65fc55045fc521baa5f60175 SHA512 9483e1fc73725d0dfc941d618b2b9a42f82793c005a646781dedc07ff11684633ad7969ad548811f0475f1823395afd1103e8d30a1c881c36d749ba95691bcf8 WHIRLPOOL 9de91cc62b9a5f39bf9fef57fca28b12c1c644c977005ef2bda8bca7396e921cb19288c233d3498492c952010f2bafdf9903aeb52c814226c37b7936d83a9c8d
+EBUILD glob2-0.4.1.ebuild 490 SHA256 363579332f9ae24fe06189e5cdf8c915c67dca86ba09319de264443b41190c56 SHA512 24b1e5bc56e93d9b7d90add98104a681366c89814962b8d61b0da85faac7a282af4e897d7b8c36c34cdc0e21c693a1be13b456cc94208be8720eba765e8055b3 WHIRLPOOL 7d2485df59e3bc8fd309600b8d2d4ea7f86070356b38a5ac8cba8d501c5d108e04906f422b44e7e8d34c4917e5c819e5d16d48d3386f5c739640bdd0f9769839
--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Version of the glob module that can capture patterns and supports recursive wildcards"
+HOMEPAGE="http://github.com/miracle2k/python-glob2/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
DIST pytest-bdd-2.16.1.tar.gz 61017 SHA256 b8f79ed57fe26e55fa7426bbf8f154ded7a900773b7977f5a2be97954f800d1a SHA512 0bac3f120798b894621ab209c3d0e495b30800643881710f0dd6f38436a1d9b15419df073ce728d0b28dfc2e38f9382c99de61735eff472b8cbe25cd6a5b947f WHIRLPOOL 1b14fe0fa3f66906452c316ca299cab10efeeae4550266759a9d0ba7c9368c8b43ae98214f2dee9556d04e57c8e9be2b089ce02e166ab4e7ac596494d667c97d
-EBUILD pytest-bdd-2.16.1.ebuild 682 SHA256 1b9635d1fa73979ac91d641391b2e3ba95213ad4192119233ddeb22b93713e0d SHA512 c69428089e4665a8c4dbed24e259c823a1ce344108fcad34a2f96bef889df86143acf5e155edae6d09db2dc68a00baebbcae3d1ddcddec4f5e1f7a0a586b6100 WHIRLPOOL 02c36592fa935384211d7aafaace1587abdcefba182c9eb0e502dd27b34987a088d5c13e66696dfc5abfd7f53cba640952f498678331d3bcd978e3979660fce0
+EBUILD pytest-bdd-2.16.1-r1.ebuild 742 SHA256 239b642fa7450727280616fc7659b9699f6a11b8a793efc0d35fb4ef03091eef SHA512 eede2647ea35dc5ec4184e457d9e5c92db047f6f1232cf17c96d7f23f1ff9088a10a70c314b2a0ee7b29adf9abddc7a9fee295fd28413b44abb58b83cd2bb374 WHIRLPOOL d8a098d96f64fe50dc36cdeba77d2abbe59ee0295b6481cc26abe493bf3b5485c2551f9d93c5f6ec66b9afb3ff2bd68c48b03fd4e3de24b5a3cfb25e4f5faccf
--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="BDD library for the py.test runner"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-bdd"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="test"
+
+RDEPEND="
+ dev-python/mako[${PYTHON_USEDEP}]
+ dev-python/glob2[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+# https://bitbucket.org/hpk42/pytest-cache/issues/12
+RESTRICT=test
+
+python_test() {
+ PYTEST_PLUGINS="pytest_bdd" py.test -v -v || die
+}
+
+++ /dev/null
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="BDD library for the py.test runner"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-bdd"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
- "
-
-# https://bitbucket.org/hpk42/pytest-cache/issues/12
-RESTRICT=test
-
-python_test() {
- PYTEST_PLUGINS="pytest_bdd" py.test -v -v || die
-}
-