Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153316970
D39305.id119574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39305.id119574.diff
View Options
Index: devel/py-pyinstaller-hooks-contrib/Makefile
===================================================================
--- /dev/null
+++ devel/py-pyinstaller-hooks-contrib/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= pyinstaller-hooks-contrib
+PORTVERSION= 2023.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= hsw@bitmark.com
+COMMENT= Community maintained hooks for pyinstaller
+WWW= https://pypi.org/project/pyinstaller-hooks-contrib/
+
+LICENSE= GPLv2+ APACHE20
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+= ${WRKSRC}/LICENSE.GPL.txt
+LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APL.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyinstaller>0:devel/py-pyinstaller@${PY_FLAVOR}
+
+USES= cpe python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions
+
+.include <bsd.port.mk>
Index: devel/py-pyinstaller-hooks-contrib/distinfo
===================================================================
--- /dev/null
+++ devel/py-pyinstaller-hooks-contrib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1679979236
+SHA256 (pyinstaller-hooks-contrib-2023.1.tar.gz) = ab56c192e7cd4472ff6b840cda4fc42bceccc7fb4234f064fc834a3248c0afdd
+SIZE (pyinstaller-hooks-contrib-2023.1.tar.gz) = 95829
Index: devel/py-pyinstaller-hooks-contrib/pkg-descr
===================================================================
--- /dev/null
+++ devel/py-pyinstaller-hooks-contrib/pkg-descr
@@ -0,0 +1,9 @@
+This package is a collection of hooks for PyInstaller and allows it to
+work seamlessly when a package does not work with PyInstaller or has
+data files that are needed at runtime.
+
+Various hooks are avaiable. A runtime hook helps the bootloader to
+launch an app, setting up the environment. A package hook tells
+PyInstaller what to include in the final application - such as the
+data files and hidden imports.
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 10:53 AM (16 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31867529
Default Alt Text
D39305.id119574.diff (1 KB)
Attached To
Mode
D39305: [NEW] devel/pyinstaller-hooks-contrib: Community maintained hooks for pyinstaller
Attached
Detach File
Event Timeline
Log In to Comment