mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 21:00:56 +02:00
dmr_utils: why not
This commit is contained in:
parent
5654198507
commit
d6e747f015
1 changed files with 21 additions and 0 deletions
21
net-misc/dmr_utils/dmr_utils-9999.ebuild
Normal file
21
net-misc/dmr_utils/dmr_utils-9999.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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}"
|
||||
Loading…
Reference in a new issue