mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
21 lines
440 B
Bash
21 lines
440 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit git-r3 distutils-r1
|
|
|
|
DESCRIPTION="Python utilities for working with DMR"
|
|
HOMEPAGE="https://github.com/n0mjs710/dmr_utils"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://github.com/n0mjs710/dmr_utils.git"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/bitarray"
|
|
RDEPEND="${DEPEND}"
|