File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST fixtures-4.2.4.post1.tar.gz 35345 BLAKE2B caab6f9a6a5f12687995ebe9e17a19ca717de34b789cd3ab3ac6910390b1e67b50dde675102c92e98740d78248505631c54143c25952adce7ce61bf0d91d3293 SHA512 a68842ff8730fe6fa5df642c4943f4618aa4617ad42fd7dfc6876732cb28a0d5652ae02cc7fa2b9d3933392862fd5ce43bc35c702054d192701bfdc62c9058c2
2+ DIST fixtures-4.2.5.tar.gz 48191 BLAKE2B 7d880de3ba78e09aad38750da685d23b794fd2b0063b76ff818c676f5030ad5c36660b0bd61c4f68a0e02e620c3afb135dba4a36b30506e25f8a30ddfdac1028 SHA512 43b1d6216e7feff925d4906d1247c7c6a95cf9221be2323d0b9898a94c44095f657d6adeceeebcccea0b65caee96569127905effb07ac04712d780714512c57c
Original file line number Diff line number Diff line change 1+ # Distributed under the terms of the GNU General Public License v2
2+
3+ EAPI=7
4+
5+ PYTHON_COMPAT=( python3+ pypy3 )
6+ inherit distutils-r1
7+
8+ DESCRIPTION=" Fixtures, reusable state for writing clean tests and more."
9+ HOMEPAGE=" None https://pypi.org/project/fixtures/"
10+ SRC_URI=" https://files.pythonhosted.org/packages/38/12/49e56f952ec7d1425a27e15b286ac665b243eb0ed79ed35fc735c92d0167/fixtures-4.2.5.tar.gz -> fixtures-4.2.5.tar.gz"
11+
12+ DEPEND=" "
13+ RDEPEND="
14+ dev-python/pbr[${PYTHON_USEDEP} ]
15+ dev-python/six[${PYTHON_USEDEP} ]
16+ dev-python/testtools[${PYTHON_USEDEP} ]"
17+ IUSE=" "
18+ SLOT=" 0"
19+ LICENSE=" Apache-2.0 BSD"
20+ KEYWORDS=" *"
21+ S=" ${WORKDIR} /fixtures-4.2.5"
You can’t perform that action at this time.
0 commit comments