feffe-portage-overlay/media-libs/adbb/adbb-9999.ebuild

32 lines
658 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{11,12,13} )
inherit distutils-r1
DESCRIPTION="python library for anidb udp API"
HOMEPAGE="https://github.com/winterbird-code/adbb"
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/winterbird-code/adbb.git"
inherit git-r3
KEYWORDS="~amd64"
#else
#SRC_URI="https://gitea.fulh.ax/feffe/zsnapper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
#S="${WORKDIR}/zsnapper"
#KEYWORDS="amd64"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="
dev-python/sqlalchemy
dev-python/pycryptodome"
RDEPEND="${DEPEND}"
BDEPEND=""