You are not logged in.

#1 2014-03-09 04:31:31

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

[Request] wxpython_phoenix-devel

A wxWidgets GUI toolkit for Python 3 (development release)

PKBUILD INCOMPLETE

pkgname=wxpython_phoenix-devel
pkgver=3.0
pkgrel=1
pkgdesc="A wxWidgets GUI toolkit for Python 3 (development release)"
arch=('any')
url="http://www.wxpython.org/Phoenix"
license=('custom: wxWindows')
depends=( 'python' 'sip')
makedepends=('mesa')
 
source=(http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.1.dev76095.tar.gz)
 
md5sums=('7675e408457004b8022268893197b078')
 
build() {
}
 
package() {
}

I'm highly interested on developing python3's GUI. I think it would be time to take this in account.
Unfortunately I tried some way to build the package, but I'm really to short on skills. One case failed to compile and other how to finish to fill the PKBUILD


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2014-03-09 06:03:08

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Request] wxpython_phoenix-devel

Have you tried the simple version:

pkgname=wxpython_phoenix-devel
pkgver=3.0.1.dev76095
pkgrel=1
pkgdesc="A wxWidgets GUI toolkit for Python 3 (development release)"
arch=('i686' 'x86_64')
url="http://www.wxpython.org/Phoenix"
license=('custom: wxWindows')
depends=( 'python' 'sip')
makedepends=('mesa')
source=("http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-$pkgver.tar.gz")
sha256sums=('f564d9df7f0997ab67936facb60a942788ef7a70615e49480670d95aa970a14a')

build() {
  cd "$srcdir/wxPython_Phoenix-$pkgver"

  python setup.py build
}

package() {
  cd "$srcdir/wxPython_Phoenix-$pkgver"

  python setup.py install --root="$pkgdir"
}

Online

#3 2014-03-09 21:12:32

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] wxpython_phoenix-devel

I tried

python setup.py --install

and it stops for some compiling error, which I can't decipher the cause.


do it good first, it will be faster than do it twice the saint wink

Offline

#4 2014-03-09 21:59:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Request] wxpython_phoenix-devel

AFAIK, --install doesn't mean anything, and you didn't give it a root dir, so it has nowhere it can install to (no permissions to install to actual root). Please see the PKGBUILD I included.

Online

#5 2014-03-24 07:59:21

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] wxpython_phoenix-devel

Sorry, very late here. I was concerning something different, then I drop this for a while.
My test was to try manually all the processing, because I don't know about makepgk scripting.
Then I was giving the python setup.py --install inside the directory where I extracted the tarball.
Didn't you try ? Did you reach the complete process?


do it good first, it will be faster than do it twice the saint wink

Offline

#6 2014-03-24 17:05:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Request] wxpython_phoenix-devel

I tried mine and it built fine. I didn't try it with --install because as I said, it's nonsense.

I also didn't mess with the deps/makedeps. Could just be something there that you're missing.

Last edited by Scimmia (2014-03-24 17:11:23)

Online

#7 2014-03-26 05:36:57

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] wxpython_phoenix-devel

Have you then considered to put it on AUR?


do it good first, it will be faster than do it twice the saint wink

Offline

#8 2016-05-02 23:48:57

l33tlinuxh4x0r
Member
Registered: 2015-07-11
Posts: 2

Re: [Request] wxpython_phoenix-devel

is anyone still working on this?

I do know that you need at least the following packages if not more to get it to build.

pywebkitgtk
gstreamer0.10
gstreamer0.10-base
python-pkginfo
wxgtk
gstpython
pyhton-six
python-sphinx
docutils

I will add more if I find that they are needed.

Offline

#9 2016-05-03 13:54:37

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [Request] wxpython_phoenix-devel

I dropped the issue. The latest development is http://wxpython.org/Phoenix/snapshot-bu … 6d6.tar.gz, very fresh.


do it good first, it will be faster than do it twice the saint wink

Offline

#10 2016-05-06 23:44:42

l33tlinuxh4x0r
Member
Registered: 2015-07-11
Posts: 2

Re: [Request] wxpython_phoenix-devel

Wow a snapshot was posted yesterday! Would be nice to get this in AUR though.

Offline

Board footer

Powered by FluxBB