diff options
Diffstat (limited to 'devel/py-qt4-script')
-rw-r--r-- | devel/py-qt4-script/Makefile | 33 | ||||
-rw-r--r-- | devel/py-qt4-script/pkg-descr | 4 | ||||
-rw-r--r-- | devel/py-qt4-script/pkg-plist | 12 |
3 files changed, 0 insertions, 49 deletions
diff --git a/devel/py-qt4-script/Makefile b/devel/py-qt4-script/Makefile deleted file mode 100644 index b747e1ca024b..000000000000 --- a/devel/py-qt4-script/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Danny Pansters <danny@ricin.com> -# $FreeBSD$ - -PORTNAME= script -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtScript module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable QtScript -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_PYQT= sip_build core_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib script moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install QtScript API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/devel/py-qt4-script/pkg-descr b/devel/py-qt4-script/pkg-descr deleted file mode 100644 index 19db32b2a05f..000000000000 --- a/devel/py-qt4-script/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the QtScript module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/devel/py-qt4-script/pkg-plist b/devel/py-qt4-script/pkg-plist deleted file mode 100644 index 34cc04c59127..000000000000 --- a/devel/py-qt4-script/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtScript.so -%%PYQT_SIPDIR%%/QtScript/QtScriptmod.sip -%%PYQT_SIPDIR%%/QtScript/qscriptclass.sip -%%PYQT_SIPDIR%%/QtScript/qscriptclasspropertyiterator.sip -%%PYQT_SIPDIR%%/QtScript/qscriptcontext.sip -%%PYQT_SIPDIR%%/QtScript/qscriptcontextinfo.sip -%%PYQT_SIPDIR%%/QtScript/qscriptengine.sip -%%PYQT_SIPDIR%%/QtScript/qscriptengineagent.sip -%%PYQT_SIPDIR%%/QtScript/qscriptstring.sip -%%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip -%%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip -%%API%%%%PYQT_APIDIR%%/api/python/QtScript.api |