Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/python-discovery/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST python_discovery-1.2.2.tar.gz 58872 BLAKE2B 0177a23499cd59aef5c7489694a53c7d1c290e8ab1543182a8388ede9aa80afba15f6e58113dedd6e16d404dbd081b575d4725c15f3b35e7cc9eed0fab4bd3ca SHA512 4f82ff5510f245cdfd08e896f1b869f2c5b5636a92ac6e5c782ec652d1e2a8c0c422ca09bf277b2cd1b3ccfb566e9909ac108bc8ab095ca5564beb86ab66e9c5
DIST python_discovery-1.5.1.tar.gz 77200 BLAKE2B aa9d33adf86a4c17ee0159672886e63a1932fa75339e00c402e011236879bcf13566b1a66a9043a5b5be0879ca6c314409090217ba6fed2c15425bbba52edb89 SHA512 256d6ddef34daca99049c83d3b9344067da347b3169b8f7147f88cca3d079bf0af954aec4dccc2b186e70c070a30afa637bd2586dd1a37bad23465d111e5c015
DIST python_discovery-1.5.2.tar.gz 82350 BLAKE2B aa3ddaa2c3a106d716293ce17cd6154bc67d5939a753b0df02ba58ad42693da390602d0c31dd8dc5b869ece262830b1d488cc04955cbfa67c6a2ecd39763980a SHA512 0499cf929ec915cb7bc765e4b3e865e9104b4eac1435e81d625c0314a22a3730293b34409375ef2c86d67ac8db9cd4e2b983374be4fdcc173b824a04b0f255c5
24 changes: 24 additions & 0 deletions dev-python/python-discovery/python-discovery-1.5.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Distributed under the terms of the GNU General Public License v2
# Autogen by MARK Devkit

EAPI=7

PYTHON_COMPAT=( python3+ )
DISTUTILS_USE_PEP517="hatchling"
inherit distutils-r1

DESCRIPTION="Python interpreter discovery"
HOMEPAGE="https://github.com/tox-dev/python-discovery"
SRC_URI="https://files.pythonhosted.org/packages/38/b7/ac44da2cf0e53ada0e419033c2d058219c95dc1403126f163304c9e814b1/python_discovery-1.5.2.tar.gz -> python_discovery-1.5.2.tar.gz
"
DEPEND="

>=dev-python/filelock-3.15.4[${PYTHON_USEDEP}]
"
RDEPEND="
>=dev-python/filelock-3.15.4[${PYTHON_USEDEP}]
"
SLOT="0"
LICENSE="MIT"
KEYWORDS="*"
S="${WORKDIR}/python_discovery-1.5.2"