Changeset 11893 for main/kofacustom.pcn


Ignore:
Timestamp:
28 Oct 2014, 20:35:23 (10 years ago)
Author:
Henrik Bettermann
Message:

Use recent version of waeup.kofa in trunk. Do not use waeup.kofa PyPI package.

Location:
main/kofacustom.pcn/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/buildout.cfg

    r11842 r11893  
    22# See http://pypi.python.org/pypi/mr.developer for details
    33extensions = mr.developer
     4# Install waeup.kofa as develop egg
     5auto-checkout = waeup.kofa
     6# We cannot use 'src' (the default) as the checked out projects won't
     7# work properly with paster (paster looks up any upper directory
     8# egg-info dirs and then complains about not-available packages).
     9sources-dir = sources
    410develop = .
    511parts =
     
    3844# unless you specify an eggs-directory option here.
    3945
     46[sources]
     47waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk
     48
    4049[kofa_params]
    4150## Basic parameters for deployment.
  • main/kofacustom.pcn/trunk/versions.cfg

    r11706 r11893  
    153153# Added by buildout at 2014-06-24 13:10:20.531045
    154154waeup.kofa = 1.2
     155
     156# Added by buildout at 2014-10-28 21:28:44.395480
     157
     158# Required by:
     159# waeup.kofa==1.3dev
     160psutil = 2.1.3
Note: See TracChangeset for help on using the changeset viewer.