Tiredful-API: fix qa violations

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 15:53:47 -04:00
parent e4ba4a3e7d
commit 630038456f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit python-single-r1 git-r3
@ -13,10 +13,10 @@ EGIT_REPO_URI="https://github.com/siddharthbezalwar/Tiredful-API-py3-beta.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="$(python_gen_cond_dep '
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/django[${PYTHON_USEDEP}]
dev-python/django-oauth-toolkit[${PYTHON_USEDEP}]
dev-python/djangorestframework[${PYTHON_USEDEP}]
@ -25,6 +25,7 @@ RDEPEND="$(python_gen_cond_dep '
dev-python/pyjwt[${PYTHON_USEDEP}]
')"
# dev-python/oauth[${PYTHON_USEDEP}]
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_install() {
dodir /opt/Tiredful-API

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">payatu/Tiredful-API</remote-id>
</upstream>
</pkgmetadata>