about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.json
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2013-08-10 02:40:54 +0200
committerRok Garbas <rok@garbas.si>2013-08-12 10:10:44 +0200
commit92443dea6cb0c76d900220533f314cd4bd49485c (patch)
tree7bb14c9f94dbf37bcf96c4a7d4853f2909fa4294 /pkgs/top-level/python-packages.json
parent339e1d94c65def31998f746fa27f5a11b2bd2c3f (diff)
downloadnixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar.gz
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar.bz2
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar.lz
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar.xz
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.tar.zst
nixlib-92443dea6cb0c76d900220533f314cd4bd49485c.zip
generated python packages for Plone and Pyramid
Diffstat (limited to 'pkgs/top-level/python-packages.json')
-rw-r--r--pkgs/top-level/python-packages.json109
1 files changed, 109 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.json b/pkgs/top-level/python-packages.json
new file mode 100644
index 000000000000..245638cfe464
--- /dev/null
+++ b/pkgs/top-level/python-packages.json
@@ -0,0 +1,109 @@
+[
+  { "name": "pyramid",
+    "buildInputs": [ "pkgs.libxml2", "pkgs.libxslt" ],
+    "override": {
+      "pyramid": {
+        "buildInputs": [
+          "nose",
+          "WebTest",
+          "zope.component",
+          "zope.interface"
+        ]
+      },
+      "cssselect": {
+        "doCheck": false
+      },
+      "lxml": {
+        "buildInputs": [ "pkgs.libxml2", "pkgs.libxslt" ],
+        "doCheck": false
+      },
+      "six": {
+        "doCheck": false
+      },
+      "beautifulsoup4": {
+        "doCheck": false
+      },
+      "zope.exceptions": {
+        "doCheck": false
+      },
+      "zope.component": {
+        "doCheck": false
+      },
+      "zope.schema": {
+        "doCheck": false
+      },
+      "zope.testing": {
+        "buildInputs": [ "zope.location" ]
+      },
+      "waitress": {
+        "doCheck": false
+      },
+      "venusian": {
+        "buildInputs": [ "nose" ],
+        "doCheck": false
+      },
+      "Mako": {
+        "buildInputs": [ "nose" ]
+      },
+      "WebOb": {
+        "buildInputs": [ "nose" ],
+        "propagatedBuildInputs": [ "python.modules.ssl" ]
+      },
+      "WebTest": {
+        "buildInputs": [
+          "nose",
+          "unittest2",
+          "pyquery",
+          "WSGIProxy2",
+          "PasteDeploy",
+          "mock",
+          "coverage"
+        ]
+      },
+      "mock": {
+        "buildInputs": [ "unittest2" ]
+      },
+      "PasteDeploy": {
+        "buildInputs": [ "nose" ]
+      },
+      "Chameleon": {
+        "buildInputs": [ "zope.event" ],
+        "doCheck": false
+      },
+      "zope.interface": {
+        "buildInputs": [ "zope.event" ]
+      },
+      "translationstring": {
+        "buildInputs": [ "nose" ]
+      },
+      "repoze.lru": {
+        "buildInputs": [ "nose" ]
+      }
+    }
+  },
+  { "name": "Plone",
+    "extends": "http://dist.plone.org/release/4.3.1/versions.cfg",
+    "doCheck": false,
+    "installCommand": "easy_install --always-unzip --no-deps --prefix=\"$out\" .",
+    "override": {
+      "Products.DCWorkflow": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      },
+      "Products.CMFDefault": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      },
+      "Products.CMFQuickInstallerTool": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      },
+      "Products.CMFUid": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      },
+      "Products.CMFActionIcons": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      },
+      "Products.CMFCalendar": {
+        "propagatedBuildInputs": [ "eggtestinfo" ]
+      }
+    }
+  }
+]