added adbb ebuild
This commit is contained in:
parent
6607e380ea
commit
a2c887ed93
1
media-libs/adbb/Manifest
Normal file
1
media-libs/adbb/Manifest
Normal file
@ -0,0 +1 @@
|
||||
EBUILD adbb-9999.ebuild 628 BLAKE2B 3f5d97c0ef68d85eaba7560bd0bcaaf9d1f86bb6392b74cf952e83f3c5b6b6b3d3be733d9955b08ff1587d1a2b8f9feb33e89a446e020693fbe9922774da1065 SHA512 ac3f16792e3a84c6aae328eed72ba160d4d42a5f894c9814f565622d0236f5609e3ae460ad19229ddceebca6e4deb188bd9f19b79e668afd8f84fe733a160057
|
29
media-libs/adbb/adbb-9999.ebuild
Normal file
29
media-libs/adbb/adbb-9999.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
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"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in New Issue
Block a user