2023-05-20 14:11:24 +02:00
|
|
|
# Copyright 2022-2023 Gentoo Authors
|
2022-12-20 12:38:54 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
2023-06-01 02:41:29 +02:00
|
|
|
PYPI_NO_NORMALIZE=y
|
2022-12-20 12:38:54 +01:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2023-11-23 18:55:54 +01:00
|
|
|
PYTHON_COMPAT=( python3_{10..12} )
|
2023-05-20 14:11:24 +02:00
|
|
|
inherit distutils-r1 pypi
|
2022-12-20 12:38:54 +01:00
|
|
|
|
|
|
|
DESCRIPTION="File Versioning System with hash comparison"
|
2023-05-31 13:21:40 +02:00
|
|
|
HOMEPAGE="https://github.com/mirkobrombin/FVS/
|
|
|
|
https://pypi.org/project/fvs/"
|
2022-12-20 12:38:54 +01:00
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
# No tests
|
|
|
|
RESTRICT="test"
|
2023-07-29 18:23:16 +02:00
|
|
|
|
|
|
|
RDEPEND="dev-python/orjson[${PYTHON_USEDEP}]"
|