1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-29 01:42:29 +01:00
Files
gryf-overlay/app-misc/pycatalog/pycatalog-9999.ebuild
2022-09-30 18:25:05 +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/mutagen
dev-python/sqlalchemy
"
DEPEND="${RDEPEND}"