mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/pyinstaller: add 4.2-r1
* Fix LICENSE Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
19
dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
Normal file
19
dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bundles a Python application and all its dependencies into a single package."
|
||||
HOMEPAGE="https://pypi.org/project/pyinstaller/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PRESTRIPPED="usr/lib/python.*/site-packages/PyInstaller/bootloader/Linux-.*/run.*"
|
||||
Reference in New Issue
Block a user