1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-25 16:02:30 +01:00
Files
gryf-overlay/app-misc/pycatalog/pycatalog-9999.ebuild
2022-10-01 09:19:47 +02:00

26 lines
473 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit git-r3
inherit distutils-r1
DESCRIPTION=""
HOMEPAGE="https://github.com/gryf/pygtktalog"
EGIT_REPO_URI="https://github.com/gryf/pygtktalog.git"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/exifread
dev-python/sqlalchemy
media-libs/mutagen
"
DEPEND="${RDEPEND}"