buildout recipe to install phantomjs/casperjs
Project description
Buildout recipe to install phantomjs/casperjs
Supported options
The recipe supports the following options:
- phantomjs-url
Url to download phantomjs
- phantomjs-version
Try to retreive phantomjs url from version
- casperjs-url
Url to download casperjs
Example usage
We’ll start by creating a buildout that uses the recipe:
>>> write('buildout.cfg', ... """ ... [buildout] ... parts = casperjs ... ... [casperjs] ... recipe = gp.recipe.phantomjs ... """) >>> system('buildout') >>> ls('bin') - buildout - casperjs - phantomjs
Contributors
Gael Pasgrimaud
Change history
1.9.0.1
Switch to PhantomJS 1.9.0
Add windows support [agroszer]
1.7.0.3
Python3 compat
1.7.0.4
Also support linux3
1.7.0.3
Use correct arch (x86_64/i686) for linux systems
1.7.0.2
Use correct octal format for chmod
1.7.0
Upgrade to casperjs 1.0.0-RC4 and PhantomJS 1.7.0
Fix executable permissions issues
1.3
First “stable” release
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gp.recipe.phantomjs-1.9.0.1.tar.gz
.
File metadata
- Download URL: gp.recipe.phantomjs-1.9.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a8229a0d5bf7218daa1a8931135db5aeb8f63d5e47daf3f9a3909ddf46e6610 |
|
MD5 | 315bd1a722f27fc2274fc4e0fb479ceb |
|
BLAKE2b-256 | 63e76398290ea5c8144422c6c914118198bc9fa178dd3fad0532e8edfb263221 |