Search Criteria
Package Details: python2-javascriptcore-git 20130723-1
Git Clone URL: | https://aur.archlinux.org/python2-javascriptcore-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-javascriptcore-git |
Description: | Javascript Core for Python |
Upstream URL: | https://github.com/sumary/pyjavascriptcore |
Keywords: | python |
Licenses: | |
Submitter: | wenLiangcan |
Maintainer: | wenLiangcan |
Last Packager: | wenLiangcan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-14 16:59 |
Last Updated: | 2015-10-14 17:04 |
Dependencies (5)
- cython2 (cython2-kivy)
- python2
- pywebkitgtk
- pkg-config (pkgconf-git, pkgconf) (make)
- python2-setuptools (make)
Latest Comments
freundTech commented on 2016-10-31 20:50
Sorry. My fault. It's a problem with the versions. Looks like this uses pywebkitgtk (which is used my this) uses javascriptcoregtk-1.0, while gobject uses webkitgtk-3.0 as WebKit and webkit2gtk-4.0 as WebKit2.
I'll just submit my packages as python-javascriptcore3&4 and this package will stay as is.
wenLiangcan commented on 2016-10-31 11:32
@freundTech I tried your PKGBUILD but it makes deepin-music crashed. My deepin-music has a plugin dmusic-plugin-baidumusic-git which depends on this package and that's the reason why I submit this package.
freundTech commented on 2016-10-30 19:35
Hello,
I wanted to ask if it would be possible to replace the PKGBUILD file with this file: https://gist.github.com/cf53364acf2a25f431a2705c84f3a69f (or even better make me a Co-Maintainer).
This would make this package fit with the python3 version and the javascriptcore2 versions.
The PKGBUILD file I posted uses my fork of pyjavascriptcore, as both the fork this repository uses and the original are no longer maintained. It also makes the version numbers match the official recommendations and fixes dependencies.
My fork of pyjavascriptcore has a bunch of improvements over the current version and still keeps 100% backwards compatibility.
It supports python3 and offers C headers for integration with other modules (It will be supported by pygobject once my patch for that gets accepted). My repository also contains the original git log, which was lost in the fork this package is based on.