mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
24 lines
512 B
Bash
24 lines
512 B
Bash
# Copyright 2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
PYTHON_COMPAT=(python3_5 python3_6)
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata"
|
|
HOMEPAGE="https://0xacab.org/jvoisin/mat2"
|
|
LICENSE="LGPL-3"
|
|
SLOT="0"
|
|
SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
media-libs/mutagen:*
|
|
dev-python/pygobject:3
|
|
dev-python/pycairo:*
|
|
"
|
|
RDEPEND="${DEPEND}"
|