23 lines
525 B
Bash
23 lines
525 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
PYTHON_COMPAT=( python3_{3,4,5} )
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
DESCRIPTION="Track satellites in your terminal"
|
|
HOMEPAGE="https://github.com/trehn/termtrack"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://github.com/trehn/termtrack.git"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
RDEPEND=">=sci-libs/pyshp-1.2.1
|
|
>=sci-astronomy/pyephem-3.7.5.0
|
|
>=dev-python/click-2.0"
|