- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5 - Use pypi for PYQT [1] - Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5) - Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth - Strip libs - Refactor *_PATH and *_PORT parts [1] RiverBankComputing doesn't offer links to download latest version of some ports PR: 247369 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D25749 Exp-run by: antoine
29 lines
703 B
Makefile
29 lines
703 B
Makefile
# Created by: Stas Timokhin <devel@stasyan.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= veusz
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 3.2.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= science
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Scientific plotting package
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix
|
|
USE_GITHUB= yes
|
|
USE_PYQT= core gui printsupport svg widgets
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
USE_QT= core gui xml widgets qmake_build
|
|
SHEBANG_FILES= examples/embedexample.py
|
|
|
|
MAKE_ENV= SIP_DIR=${LOCALBASE}/share/PyQt5/${PYTHON_VER}/sip
|
|
|
|
.include <bsd.port.mk>
|