rand/dev-python/over/over-9999-r2.ebuild
2024-10-24 16:01:27 +02:00

21 lines
532 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{11,12} )
inherit distutils-r1 git-r3
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."
HOMEPAGE="https://git.decade.cz/decade-public/over"
EGIT_REPO_URI="https://git.decade.cz/decade-public/over.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
dev-python/tzlocal
dev-python/jsmin
"