Skip to main content

Use pip from buildout

Project description

Introduction

‘’mk.recipe.pip’’ is a zc.buildout recipe which allow you to piggyback on pip to install certain packages that not possible to install using zc.recipe.egg. It does not replace zc.recipe.egg (not yet) but should be used in conjuction with that recipe. It’s based on ‘’collective.recipe.modwsgi’.’

It is very simple to use. This is a minimal ‘’buildout.cfg’’ file:

[buildout]
parts = pip base

[pip]
recipe = mk.recipe.pip
requirements =
    svn+http://django-grappelli.googlecode.com/svn/trunk
disable-pth = true

[base]
recipe = zc.recipe.egg
interpreter = python
eggs =
    grappelli
    Django==1.5.1

Above, grappelli will be installed into eggs directory so that zc.recipe.egg can pick it up. This especially usefull to install private packages that only available maybe through svn or other version control system.

Changelogs

0.3 - 2013-05-08

  • Missing files in 0.2.

0.2 - 2013-05-08

  • Add eggs option, can be used in zc.recipe.egg eggs’s options.

0.1

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mk.recipe.pip-0.3.zip (8.8 kB view details)

Uploaded Source

File details

Details for the file mk.recipe.pip-0.3.zip.

File metadata

  • Download URL: mk.recipe.pip-0.3.zip
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mk.recipe.pip-0.3.zip
Algorithm Hash digest
SHA256 935eb9c695a1774e5989f624938ff0595536569bc62a3c9c02448e8c6649d5d9
MD5 b67d082bf53c2ccdc1bd3bc09b46d2f2
BLAKE2b-256 d447256e8bcc041d9e0196e05302eb455c999251f84e4e6183f745d85be763bc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page