Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leocornus/leocornus.recipe.distribute
buildout recipe to easily package and distribute lib, module, archive, files, etc.
https://github.com/leocornus/leocornus.recipe.distribute
buildout buildout-recipe python
Last synced: 5 days ago
JSON representation
buildout recipe to easily package and distribute lib, module, archive, files, etc.
- Host: GitHub
- URL: https://github.com/leocornus/leocornus.recipe.distribute
- Owner: leocornus
- License: other
- Created: 2012-05-25T14:12:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T15:45:39.000Z (over 9 years ago)
- Last Synced: 2024-10-12T22:40:22.719Z (about 1 month ago)
- Topics: buildout, buildout-recipe, python
- Language: Python
- Size: 292 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.GPL
Awesome Lists containing this project
README
|travis|_ |pypi-version|_ |pypi-download|_ |pypi-license|_
|gitter-img|_leocornus.recipe.distribute
===========================A buildout recipe to package and distribute lib, module, archive, files, etc.
A simple buildout part to archive all skins in wiki skin folder::
[archive-skins]
recipe = leocornus.recipe.distribute
source-root = /full/path/to/wiki/skins
packages = ALL
dist-format = zip
output-root = /full/path/to/archive/folderThe **packages = ALL** tells the distribute recipe to archive all
folders in the source-root folder.
A versions list text file (versions.txt) will be generated to
list all packages in the following fomat::packageone=1.0
packagetwo=2.0More details in
`package README.rst `_Change Logs
------------ `Release 2.1.6 `_ [Developing]
- `Release 2.1.5 `_License
-------`GPLv2 license `_
.. |travis| image:: https://api.travis-ci.org/leocornus/leocornus.recipe.distribute.png
.. _travis: https://travis-ci.org/leocornus/leocornus.recipe.distribute
.. |pypi-version| image:: http://img.shields.io/pypi/v/leocornus.recipe.distribute.svg
.. _pypi-version: https://pypi.python.org/pypi/leocornus.recipe.distribute
.. |pypi-download| image:: http://img.shields.io/pypi/dm/leocornus.recipe.distribute.svg
.. _pypi-download: https://pypi.python.org/pypi/leocornus.recipe.distribute
.. |pypi-license| image:: http://img.shields.io/pypi/l/leocornus.recipe.distribute.svg
.. _pypi-license: https://pypi.python.org/pypi/leocornus.recipe.distribute
.. |gitter-img| image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/leocornus/leocornus.recipe.distribute
.. _gitter-img: https://gitter.im/leocornus/leocornus.recipe.distribute?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge