mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 22:09:22 -04:00
This is an abstraction layer on top of the various Qt bindings. It doesn't have any explicit dependencies. It has alternative dependencies on PyQt5, PyQt4, PySide2 or PySide which it selects in the run-time. Users have the responsibility to ensure that one of them is installed, and to optionally set QT_API to force one of them. Approved by: tcberner (mentor) Differential Revision: D13657
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= QtPy
|
|
DISTVERSION= 1.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Abstraction layer on top of the various Qt bindings
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|