Codebase list pastedeploy / ae5d8ac
examples file added Standards-Version updated Piotr Ożarowski 17 years ago
4 changed file(s) with 3 addition(s) and 44 deletion(s). Raw diff Collapse all Expand all
+0
-43
PasteDeploy.egg-info/SOURCES.txt less more
0 MANIFEST.in
1 setup.cfg
2 setup.py
3 PasteDeploy.egg-info/PKG-INFO
4 PasteDeploy.egg-info/SOURCES.txt
5 PasteDeploy.egg-info/entry_points.txt
6 PasteDeploy.egg-info/namespace_packages.txt
7 PasteDeploy.egg-info/not-zip-safe
8 PasteDeploy.egg-info/requires.txt
9 PasteDeploy.egg-info/top_level.txt
10 docs/index.txt
11 docs/news.txt
12 paste/__init__.py
13 paste/deploy/__init__.py
14 paste/deploy/config.py
15 paste/deploy/converters.py
16 paste/deploy/interfaces.py
17 paste/deploy/loadwsgi.py
18 paste/deploy/paster_templates.py
19 paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl
20 paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
21 paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
22 paste/deploy/util/__init__.py
23 paste/deploy/util/threadinglocal.py
24 tests/conftest.py
25 tests/fixture.py
26 tests/test_basic_app.py
27 tests/test_config.py
28 tests/test_filter.py
29 tests/test_load_package.py
30 tests/fake_packages/FakeApp.egg/setup.py
31 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/PKG-INFO
32 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/entry_points.txt
33 tests/fake_packages/FakeApp.egg/FakeApp.egg-info/top_level.txt
34 tests/fake_packages/FakeApp.egg/fakeapp/__init__.py
35 tests/fake_packages/FakeApp.egg/fakeapp/apps.py
36 tests/fake_packages/FakeApp.egg/fakeapp/configapps.py
37 tests/sample_configs/basic_app.ini
38 tests/sample_configs/executable.ini
39 tests/sample_configs/test_config.ini
40 tests/sample_configs/test_config_included.ini
41 tests/sample_configs/test_filter.ini
42 tests/sample_configs/test_filter_with.ini
44 Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
55 Build-Depends: debhelper (>=5), cdbs (>=0.4.39)
66 Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1)
7 Standards-Version: 3.7.0
7 Standards-Version: 3.7.2
88
99 Package: python-pastedeploy
1010 Architecture: all
66
77 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
88 DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastedeploy
9 DEB_COMPRESS_EXCLUDE := .py