add dev-python/over
This commit is contained in:
parent
2d2bbbc830
commit
7a36cb9a9d
1 changed files with 25 additions and 0 deletions
25
packages/dev-python/over/over-scm.exheres-0
Normal file
25
packages/dev-python/over/over-scm.exheres-0
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
SUMMARY="Useful Python libraries and convenience functions."
|
||||||
|
DESCRIPTION="Stuff mostly derived from the Overwatch UAV project - terminal IO, text, configuration etc."
|
||||||
|
HOMEPAGE="https://git.aggregate.cz/overwatch/over"
|
||||||
|
LICENCES="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~armv7 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
|
||||||
|
SCM_REPOSITORY="https://git.aggregate.cz/overwatch/${PN}.git"
|
||||||
|
if ! ever is_scm; then
|
||||||
|
SCM_BRANCH="${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DEPENDENCIES="
|
||||||
|
run:
|
||||||
|
dev-python/tzlocal
|
||||||
|
"
|
||||||
|
|
||||||
|
require scm-git
|
||||||
|
require setup-py [ import=distutils ]
|
Loading…
Add table
Add a link
Reference in a new issue