Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
conda-recipes
Commits
bee511bd
Commit
bee511bd
authored
Jul 05, 2017
by
Jose Tiago Macara Coutinho
Browse files
First version pyqt 3
parent
ed57c2fa
Pipeline
#502
passed with stages
in 1 minute and 45 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pyqt/build.sh
0 → 100644
View file @
bee511bd
#!/bin/bash
echo yes
| python configure.py
-q
$PREFIX
CXXFLAGS
=
"-DANY=void"
make
-j
$CPU_COUNT
make
install
pyqt/meta.yaml
0 → 100644
View file @
bee511bd
{
%
set version = "3.18.1" %
}
package
:
name
:
pyqt
version
:
{{
version
}}
source
:
url
:
https://sourceforge.net/projects/pyqt/files/PyQt-x11-gpl-{{ version }}.tar.gz
patches
:
-
qlayout.patch
-
qnetworkprotocol.patch
build
:
number
:
0
requirements
:
build
:
-
python 2*
-
qt 3*
-
sip
run
:
-
python 2*
-
qt 3*
-
sip
about
:
home
:
https://www.riverbankcomputing.com/software/pyqt/
license
:
GPL
summary
:
'
Python
Bindings
for
the
Qt
Toolkit'
pyqt/qlayout.patch
0 → 100644
View file @
bee511bd
diff --git a/sip/qt/qlayout.sip b/sip/qt/qlayout.sip
index 4270e1e..120fccd 100644
--- a/sip/qt/qlayout.sip
+++ b/sip/qt/qlayout.sip
@@ -261,7 +261,7 @@
public:
};
-class QLayout : QObject, QLayoutItem
+class QLayout : QObject, QLayoutItem /Abstract/
{
%TypeHeaderCode
#include <qabstractlayout.h>
pyqt/qnetworkprotocol.patch
0 → 100644
View file @
bee511bd
diff --git a/sip/qt/qnetworkprotocol.sip b/sip/qt/qnetworkprotocol.sip
index 6af512b..78fbfd4 100644
--- a/sip/qt/qnetworkprotocol.sip
+++ b/sip/qt/qnetworkprotocol.sip
@@ -181,7 +181,6 @@
protected:
%If (Qt_3_0_0 -)
virtual void operationPutChunk(QNetworkOperation *);
%End
- virtual bool checkConnection(QNetworkOperation *);
private:
%If (Qt_3_1_0 -)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment