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 wheel-0.45.1.tar.gz 107545 BLAKE2B 13c8d60a2e39ded3d911c9e03915b01bda201f7e8cd6de456484ce6eeb2a990861a01f26e5d9f2ac4ca0ab2b6d0fea9db437d6f82cb39db9b1059c3c53202ec0 SHA512 df45f00e9eaeae2f27f813f31591590c961da2f6bff15bba6fb2a14d529c221f39b29894b8da408fe49cd4b760840a0e05c4baef377ccfacd9983c0bba83d6d8
2+ DIST wheel-0.46.1.tar.gz 54400 BLAKE2B 078ffb044d3c156e61081d0708d1f559f715a47d071f678af73cfdafe9e80a66121cd8f489783383de87a9963e377f05e60df6da27825d6e3ed0285fdeaa3030 SHA512 69219fb100d47da42999e0d0e4a023ac43489eb7f1755cb08f6d72a26bda1d435b3a9738340379b1a7f0054330711c7ca9865736cb0463a3f49004c25b61ebfe
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 pypy )
6+ DISTUTILS_USE_PEP517=" flit"
7+ inherit distutils-r1
8+
9+ DESCRIPTION=" reference implementation of the Python wheel packaging standard, as defined in PEP 427"
10+ HOMEPAGE=" None https://pypi.org/project/wheel/"
11+ SRC_URI=" https://files.pythonhosted.org/packages/fb/62/e90918c4558b002726ab930863c0cbd3e7cf9a7befa1d4a1a240cecdb379/wheel-0.46.1.tar.gz -> wheel-0.46.1.tar.gz"
12+
13+ DEPEND=" "
14+ RDEPEND=" python_targets_python2_7? ( dev-python/wheel-compat )"
15+ IUSE=" python_targets_python2_7"
16+ SLOT=" 0"
17+ LICENSE=" MIT"
18+ KEYWORDS=" *"
19+ S=" ${WORKDIR} /wheel-0.46.1"
You can’t perform that action at this time.
0 commit comments