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 pluggy-1.5.0.tar.gz 67955 BLAKE2B c63e7605b7631adf7fe3a91dae92d2ce8172510574e0b23ded159479077f91c88948487a7a4e1da30dca7da0339cb78fbb521538e67bc2bde37986970403d48f SHA512 032d41e1f2bed56eff22463c4645516e9415ee253e0a3fe5ba83a8de5e21700baae1f6384c979d2c6f622e4216a2b745eec489bc04f52a576d423e771365cc7a
2+ DIST pluggy-1.6.0.tar.gz 69412 BLAKE2B ccd5d0d89a2686cd1cfb25308df8cf8bcf1c3bf2348af0f0cf2ca7341d8f8fb84c7661ab2e085039f9a52958778f3dcea6247c2d690d40347fc9d7db58fe6bfc SHA512 8b88eb778ab955910bcde2b3a6c4925d0a239f932aa9b1d8a351aa21b8a922bd842f735e397ef15ed9bd8e51085a88723660e1e691888a9879e7144add32bff2
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+ DISTUTILS_USE_PEP517=" setuptools"
7+ inherit distutils-r1
8+
9+ DESCRIPTION=" plugin and hook calling mechanisms for python"
10+ HOMEPAGE=" None https://pypi.org/project/pluggy/"
11+ SRC_URI=" https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz -> pluggy-1.6.0.tar.gz"
12+
13+ DEPEND="
14+ dev-python/setuptools_scm[${PYTHON_USEDEP} ]"
15+ RDEPEND=" $( python_gen_cond_dep ' dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7) "
16+ IUSE=" "
17+ SLOT=" 0"
18+ LICENSE=" MIT"
19+ KEYWORDS=" *"
20+ S=" ${WORKDIR} /pluggy-1.6.0"
You can’t perform that action at this time.
0 commit comments