mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
Tiredful-API: fix qa violations
This commit is contained in:
parent
e4ba4a3e7d
commit
630038456f
2 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
7
www-apps/Tiredful-API/metadata.xml
Normal file
7
www-apps/Tiredful-API/metadata.xml
Normal 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>
|
||||
Loading…
Reference in a new issue