face: qa fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:49:22 -04:00
parent 312e5922f5
commit 4f686f161b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 15 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION=""
HOMEPAGE=""
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
DESCRIPTION="Straightforward CLI parsing and dispatching microframework"
HOMEPAGE="https://github.com/mahmoud/face"
LICENSE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

View file

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