File: pysqlite.cfg

package info (click to toggle)
zope.sqlalchemy 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 981; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# See: https://code.google.com/p/pysqlite-static-env/

[buildout]
extends = buildout.cfg
parts =
    pysqlite
    test
    scripts
versions = versions

[versions]
pysqlite = 2.6.3-static-env-savepoints

[test]
eggs += pysqlite

[pysqlite]
recipe = zc.recipe.egg:custom
environment = pysqlite-env
find-links = http://pysqlite-static-env.googlecode.com/files/pysqlite-2.6.3-static-env-savepoints.tar.gz

[pysqlite-env]
STATICBUILD = true