- app-misc/over-env
- dev-util/over-hex
- media-video/over-video
- sys-apps/over-rename

moving stuff around, fixing things
This commit is contained in:
Martin Sekera 2018-12-09 22:29:28 +01:00
parent 7a36cb9a9d
commit f10b4d43f4
6 changed files with 145 additions and 4 deletions

View file

@ -1,8 +1,6 @@
# 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"
@ -11,7 +9,7 @@ SLOT="0"
PLATFORMS="~amd64 ~armv7 ~x86"
MYOPTIONS=""
SCM_REPOSITORY="https://git.aggregate.cz/overwatch/${PN}.git"
SCM_REPOSITORY="https://git.aggregate.cz/overwatch/over.git"
if ! ever is_scm; then
SCM_BRANCH="${PV}"
fi
@ -21,5 +19,7 @@ DEPENDENCIES="
dev-python/tzlocal
"
RESTRICT="test" # none provided by upstream
require setup-py [ import=distutils blacklist="2" ]
require scm-git
require setup-py [ import=distutils ]