mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-22 15:39:28 +01:00
pyinstaller-hook-contrib: fix qa issues
This commit is contained in:
parent
7d5eeaebae
commit
bfa33d032d
2 changed files with 10 additions and 4 deletions
9
dev-python/pyinstaller-hooks-contrib/metadata.xml
Normal file
9
dev-python/pyinstaller-hooks-contrib/metadata.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyinstaller-hooks-contrib</remote-id>
|
||||
<remote-id type="github">pyinstaller/pyinstaller-hooks-contrib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -12,17 +12,14 @@ inherit distutils-r1 pypi
|
|||
DESCRIPTION="Community maintained hooks for PyInstaller"
|
||||
HOMEPAGE="https://github.com/pyinstaller/pyinstaller-hooks-contrib"
|
||||
|
||||
LICENSE=""
|
||||
LICENSE="Apache-2.0 GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND=""
|
||||
# FIXME: flake8?
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue