mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
pyinstaller: fix repoman issues
This commit is contained in:
parent
c3dedf80a3
commit
9f3a6dbead
2 changed files with 1 additions and 2 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST PyInstaller-3.5.tar.gz 3518991 BLAKE2B 3b83661c595a60400c8253355dc9b53883ca247b56c668675e2bd6c0095617b0e04e1d2906b53684088326e9107e27d2757573395cdd98574d7e648ad949924c SHA512 bdb2a138af1f402dea8d89c7e317600896d3139742a12c6335aeff7c56e99977b8fa258c5a626dbf73d22f3e2b6064bf1d4494a021300fcadc051dde8712ed01
|
||||
DIST PyInstaller-3.6.tar.gz 3539593 BLAKE2B 77f9a9e46ea98a6063beded6870e642775e9ed0ea29f58378fd47cd3ab4f9802c39c1215d5f3252b53ed400b0fa269f1f595e40e25b2839f68c442a66fed527b SHA512 97e7ac3632b5a84a85268c68cb3f3a404ca9f2786396f31016313a15c81c9c453983fd9d0376de0e7543401d3ad8af58b839dde7cefb0dfe7cbb9f3ac360f3e0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)'
|
|||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Program converting Python programs into stand-alone executables"
|
||||
HOMEPAGE="http://www.pyinstaller.org"
|
||||
HOMEPAGE="https://www.pyinstaller.org"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
|
|
|
|||
Loading…
Reference in a new issue