File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11DIST virtualenv-20.30.0.tar.gz 4346945 BLAKE2B 67e78ae9e0b51799da4d3b1f981b70e4727d43f044cb699fcf93c00af181457f0bce8f5519e2b9b36b7713608a14da21bc1a8767d5c10a7791830f52580af70c SHA512 c7a43fe7ba1fa5224252d4d0982120b5ef353a20fd3b48c52f62a0ef46f63a795dcf2c5388449cdec3f24316dda77724f801358330baa71501e1dfd16dcda2ab
2+ DIST virtualenv-20.31.2.tar.gz 6076316 BLAKE2B 23584e0b5f556d95dcc1c24da4c140749fe8edd9abee9213cb47c89a43c7b8aa26d0f539523d93600c2d023db4153bd1ae2e2c33996677dfc3eef3ec4d9d7201 SHA512 b253fdd81412cbde1358a885ab25db62d7ee05309fd37c6d81cccde570f70acdd4ae13204dcf0a97cea67b6d6524d8d083ff6ca43a0ee22c513b39f1e37ee6f3
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+ )
6+ DISTUTILS_USE_PEP517=" hatchling"
7+ inherit distutils-r1
8+
9+ DESCRIPTION=" Virtual Python Environment builder"
10+ HOMEPAGE=" None https://pypi.org/project/virtualenv/"
11+ SRC_URI=" https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz -> virtualenv-20.31.2.tar.gz"
12+
13+ DEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP} ]"
14+ RDEPEND="
15+ <dev-python/distlib-1[${PYTHON_USEDEP} ]
16+ <dev-python/filelock-4[${PYTHON_USEDEP} ]
17+ <dev-python/platformdirs-5[${PYTHON_USEDEP} ]"
18+ IUSE=" "
19+ SLOT=" 0"
20+ LICENSE=" MIT"
21+ KEYWORDS=" *"
22+ S=" ${WORKDIR} /virtualenv-20.31.2"
You can’t perform that action at this time.
0 commit comments