add dev-python/over, dev-util/over-hex
This commit is contained in:
parent
b727bb1b92
commit
c3b3e355c7
3 changed files with 55 additions and 3 deletions
20
dev-python/over/over-9999.ebuild
Normal file
20
dev-python/over/over-9999.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."
|
||||
HOMEPAGE="https://git.decade.cz/overwatch/over"
|
||||
EGIT_REPO_URI="https://git.decade.cz/overwatch/over.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
|
||||
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-python/tzlocal
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue