Skip to main content

ZC Buildout recipe for freezing buildouts in RPM's, tar.gz's, etc

Project description

Introduction
============

This recipe enables you to freeze your whole buildout in a RPM, tgz's, etc.
You can specify the package details, the installation prefix, and the eggs and
scripts that must be copied to the package.

Only RPM packing is currently implemented.

This recipe is EXPERIMENTAL and quite unstable, so use at your own risk...

.. contents::

- PyPI page: http://pypi.python.org/pypi?:action=display&name=as.recipe.frozenpkg

Options
=======

pkg-name
Mandatory. The package name.

pkg-version
The package version.

pkg-vendor
The package vendor.

pkg-packager
The packager.

pkg-url
The package URL.

pkg-license
The license.

pkg-deps
Package dependencies. It must be a space-separated list of RPM packages.

pkg-prefix
The installation prefix. Default: /opt/pkg-name

pkg-pre-install
Shell commands to run before installing the RPM

pkg-post-install
Shell commands to run after installing the RPM

eggs
The list of eggs that must be copied to the RPM package.

eggs-skip
A list of eggs to always skip when copying to the package.

scripts
The scripts that will be copied to the package. Tese scripts will have their paths relocated to the installation prefix.

extra-dirs
Any additional directories to create in the package (ie, _"logs"_).

extra-copies
Any additional extra copies. They must be specified as "orig -> dest", where orig can be any valid glob expression, and dest must be a path relative to install-prefix.

extra-cleanups
Any additional files that must be removed in the package.

attr-def-user
Default user for files ownership (defaults to "root").

attr-def-group
Default group for files ownership (defaults to "root").

attr-def-mode
Default mode for files ownership (defaults to 0755).

attr-conf
Matching files will be marked as configuration files.



Example
=======


[rpm]
recipe = as.recipe.frozenpkg:rpm
pkg-name = testapp
pkg-version = 1.0
pkg-vendor = The Vendor
pkg-packager = My Company
pkg-url = http://www.mycomp.com
pkg-license = GPL
pkg-deps =
libevent
openssl
pkg-prefix = /opt/testapp
pkg-pre-install =
echo "Installing at ${buildout:pkg-prefix}"

pkg-post-install =
echo "Installed at ${buildout:pkg-prefix}"

eggs = ${main:eggs}

eggs-skip =
pip
extra-copies =
/usr/local/lib/mylib.so -> lib/
/usr/local/lib/myextras*.so -> lib/
conf/some-local-config.cfg -> conf/
extra-dirs =
logs
var/run
extra-cleanups =
bin/activate.*

debug = yes

attr-conf = conf/*.conf

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

as.recipe.frozenpkg-0.2.25.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

as.recipe.frozenpkg-0.2.25-py2.7.egg (20.3 kB view details)

Uploaded Egg

File details

Details for the file as.recipe.frozenpkg-0.2.25.tar.gz.

File metadata

File hashes

Hashes for as.recipe.frozenpkg-0.2.25.tar.gz
Algorithm Hash digest
SHA256 9db6f5efe56c80e1c0e1b947c9542340befc8a5528e9dc59cde5f7b15df9f461
MD5 5d07bdbf23c4b1b8a5460bc69bc33ebc
BLAKE2b-256 661495ba3518e3abf78b588a7b5b6ab2ae1dd760c992b7ccf6a2167b6d0505ec

See more details on using hashes here.

File details

Details for the file as.recipe.frozenpkg-0.2.25-py2.7.egg.

File metadata

File hashes

Hashes for as.recipe.frozenpkg-0.2.25-py2.7.egg
Algorithm Hash digest
SHA256 e50547e3dfed91118b31f11b0ebf4df3cb3d7f2d5ae68a6690d7fde1671737ca
MD5 94fef9e2634429f69be9ea28fa6aa227
BLAKE2b-256 f7c197fc7e4a5eb211182748289c9cbc8ea8acd8e3c067371dd0161d02041cc2

See more details on using hashes here.

Supported by

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