Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144463208
D43478.1774762181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D43478.1774762181.diff
View Options
diff --git a/devel/Makefile b/devel/Makefile
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5307,6 +5307,7 @@
SUBDIR += py-pyinotify
SUBDIR += py-pyinquirer
SUBDIR += py-pyinstaller
+ SUBDIR += py-pyinstaller-hooks-contrib
SUBDIR += py-pyintelowl
SUBDIR += py-pyjq
SUBDIR += py-pyjsparser
diff --git a/devel/py-pyinstaller-hooks-contrib/Makefile b/devel/py-pyinstaller-hooks-contrib/Makefile
new file mode 100644
--- /dev/null
+++ b/devel/py-pyinstaller-hooks-contrib/Makefile
@@ -0,0 +1,35 @@
+PORTNAME= pyinstaller-hooks-contrib
+DISTVERSION= 2023.12
+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= APACHE20 GPLv2+
+LICENSE_COMB= multi
+LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APL.txt
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}towncrier>0:textproc/py-towncrier@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyinstaller>0:devel/py-pyinstaller@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-drop-dup-tests>0:devel/py-pytest-drop-dup-tests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
+
+USES= cpe pytest python
+USE_PYTHON= autoplist concurrent pep517
+
+EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pyinstaller-hooks-contrib/distinfo b/devel/py-pyinstaller-hooks-contrib/distinfo
new file mode 100644
--- /dev/null
+++ b/devel/py-pyinstaller-hooks-contrib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1705496236
+SHA256 (pyinstaller-hooks-contrib-2023.12.tar.gz) = 11a9d59d903723dd693e8c10b054f3ea1ecad390623c9fa527c731d715fc5b3f
+SIZE (pyinstaller-hooks-contrib-2023.12.tar.gz) = 120393
diff --git a/devel/py-pyinstaller-hooks-contrib/pkg-descr b/devel/py-pyinstaller-hooks-contrib/pkg-descr
new file mode 100644
--- /dev/null
+++ b/devel/py-pyinstaller-hooks-contrib/pkg-descr
@@ -0,0 +1,8 @@
+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
Sun, Mar 29, 5:29 AM (7 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28221833
Default Alt Text
D43478.1774762181.diff (2 KB)
Attached To
Mode
D43478: devel/py-pyinstaller-hooks-contrib: New Port
Attached
Detach File
Event Timeline
Log In to Comment