2023-01-13 20:20:10 +01:00
|
|
|
# Copyright 2022-2023 Gentoo Authors
|
2022-12-31 16:46:11 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2023-01-13 20:20:10 +01:00
|
|
|
EAPI="8"
|
2022-12-31 16:46:11 +01:00
|
|
|
|
|
|
|
DISTUTILS_USE_PEP517=pdm
|
2023-06-11 15:09:40 +02:00
|
|
|
PYTHON_COMPAT=( python3_{11..12} )
|
2023-03-02 23:14:06 +01:00
|
|
|
inherit distutils-r1 pypi
|
2022-12-31 16:46:11 +01:00
|
|
|
|
|
|
|
DESCRIPTION="Utility to fetch and download python packages"
|
|
|
|
HOMEPAGE="
|
|
|
|
https://github.com/frostming/unearth
|
|
|
|
https://pypi.org/project/unearth/
|
|
|
|
"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
IUSE="test"
|
|
|
|
RESTRICT="!test? ( test )"
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
BDEPEND=""
|
|
|
|
|
|
|
|
distutils_enable_tests pytest
|