1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-toolkits/py-superqt: New port: Missing widgets and components for PyQt/PySide

This commit is contained in:
Yuri Victorovich 2024-09-06 17:18:14 -07:00
parent b454245487
commit 2ad5c8b8c4
4 changed files with 33 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += py-qt5-chart
SUBDIR += py-qt6-chart
SUBDIR += py-qt6-datavis3d
SUBDIR += py-superqt
SUBDIR += py-tkinter
SUBDIR += py-tktreectrl
SUBDIR += py-wxPython4

View File

@ -0,0 +1,25 @@
PORTNAME= superqt
DISTVERSION= 0.6.7
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Missing widgets and components for PyQt/PySide
WWW= https://pyapp-kit.github.io/superqt/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}QtPy>=1.1.0:devel/py-QtPy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1725665614
SHA256 (superqt-0.6.7.tar.gz) = af80d5687ec75df6c3e54119ee895e42f79742ed326684c79425414b5c20f1e3
SIZE (superqt-0.6.7.tar.gz) = 96733

View File

@ -0,0 +1,4 @@
superqt contains "missing" widgets and components for PyQt/PySide.
It provides high-quality community-contributed Qt widgets and components
for PyQt & PySide that are not provided in the native QtWidgets module.