From 7a36cb9a9d0dab27e75d8c8a7a41c07c8aa3f0ab Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 9 Dec 2018 00:06:22 +0100 Subject: [PATCH] add dev-python/over --- packages/dev-python/over/over-scm.exheres-0 | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packages/dev-python/over/over-scm.exheres-0 diff --git a/packages/dev-python/over/over-scm.exheres-0 b/packages/dev-python/over/over-scm.exheres-0 new file mode 100644 index 0000000..e0eabd9 --- /dev/null +++ b/packages/dev-python/over/over-scm.exheres-0 @@ -0,0 +1,25 @@ +# Copyright 2018 Martin Sekera +# 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 ]