From ba83c1b3c3b8dbc9da5613c5c38c8c3bda41f7a4 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 2 Feb 2015 13:33:56 +0000 Subject: Add mod_wsgi and psutils python packages --- open-source-lorries/python-packages.lorry | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 27b79b5..b74fb1b 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -200,6 +200,14 @@ "type": "git", "url": "https://bitbucket.org/zzzeek/mako.git" }, + "python-packages/mod_wsgi": { + "type": "git", + "url": "git://github.com/GrahamDumpleton/mod_wsgi.git" + }, + "python-packages/mod_wsgi-metrics": { + "type": "git", + "url": "git://github.com/GrahamDumpleton/mod_wsgi-metrics.git" + }, "python-packages/mock": { "type": "hg", "url": "https://code.google.com/p/mock/" @@ -289,6 +297,10 @@ "type": "tarball", "url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz" }, + "python-packages/psutil": { + "type": "git", + "url": "git://github.com/giampaolo/psutil.git" + }, "python-packages/psycopg2": { "type": "git", "url": "git://github.com/psycopg/psycopg2.git" -- cgit v1.2.1 From 5f781985b50c0c18f6163d1f59c554c23bfebd4b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 9 Feb 2015 16:24:42 +0000 Subject: Add apr and httpd to apache-projects lorry --- open-source-lorries/apache-projects.lorry | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 open-source-lorries/apache-projects.lorry diff --git a/open-source-lorries/apache-projects.lorry b/open-source-lorries/apache-projects.lorry new file mode 100644 index 0000000..74fa0e9 --- /dev/null +++ b/open-source-lorries/apache-projects.lorry @@ -0,0 +1,10 @@ +{ + "apache/apr": { + "type": "git", + "url": "git://git.apache.org/apr.git" + }, + "apache/httpd": { + "type": "git", + "url": "git://git.apache.org/httpd.git" + } +} -- cgit v1.2.1