File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 11DIST poetry_core-2.1.2.tar.gz 364452 BLAKE2B 0ba281c8a30c43ed9c93b5ae8bfad85664eede117e5a9ecb2f98686201a2a77f88bbe8870b72d9998afba8a70e3f9147d002614c411196c5e183ef43b2d9dbc8 SHA512 4cd6f91acf108539b478bded2d930947a177b36eaf10bbb25092c6617a2391fc9f4286ef25186642fcd25750967df375c183434446275c91a5b456e972b1c9c8
2+ DIST poetry_core-2.1.3.tar.gz 365027 BLAKE2B d3cd1536a8466f784b2cd6a835997c480cdc11d24afe4e0b757879b2acc4795e33485fc9bf6adccf5afbf475d4b1748959fb146a6c01cf8508d6c27a7abe52e0 SHA512 eb82164aef3ce00fc14d55db8065b95feca15a78e1c69ca58c8c0b1018404b173a80c61d448513f938535a03e73df99978b51b3494065bd1c99bc8a14e224ba8
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=" standalone"
7+ inherit distutils-r1
8+
9+ DESCRIPTION=" Poetry PEP 517 Build Backend"
10+ HOMEPAGE=" None https://pypi.org/project/poetry-core/"
11+ SRC_URI=" https://files.pythonhosted.org/packages/44/ca/c2d21635a4525d427ae969d4cde155fb055c3b5d0bc4199b6de35bb6a826/poetry_core-2.1.3.tar.gz -> poetry_core-2.1.3.tar.gz"
12+
13+ DEPEND=" "
14+ RDEPEND="
15+ dev-python/attrs[${PYTHON_USEDEP} ]
16+ dev-python/jsonschema[${PYTHON_USEDEP} ]
17+ dev-python/lark[${PYTHON_USEDEP} ]
18+ dev-python/packaging[${PYTHON_USEDEP} ]
19+ dev-python/pyparsing[${PYTHON_USEDEP} ]
20+ dev-python/pyrsistent[${PYTHON_USEDEP} ]
21+ dev-python/six[${PYTHON_USEDEP} ]
22+ dev-python/tomlkit[${PYTHON_USEDEP} ]"
23+ IUSE=" "
24+ SLOT=" 0"
25+ LICENSE=" MIT"
26+ KEYWORDS=" *"
27+ S=" ${WORKDIR} /poetry_core-2.1.3"
You can’t perform that action at this time.
0 commit comments