summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/autoconf-tarball.lorry8
-rw-r--r--open-source-lorries/gettext-tarball.lorry8
-rw-r--r--open-source-lorries/iproute2.lorry6
-rw-r--r--open-source-lorries/libtool-tarball.lorry8
-rw-r--r--open-source-lorries/m4-tarball.lorry8
-rw-r--r--open-source-lorries/python-packages.lorry10
6 files changed, 47 insertions, 1 deletions
diff --git a/open-source-lorries/autoconf-tarball.lorry b/open-source-lorries/autoconf-tarball.lorry
new file mode 100644
index 0000000..391194d
--- /dev/null
+++ b/open-source-lorries/autoconf-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "autoconf-tarball": {
+ "type": "tarball",
+ "compression": "xz",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz"
+ }
+}
diff --git a/open-source-lorries/gettext-tarball.lorry b/open-source-lorries/gettext-tarball.lorry
new file mode 100644
index 0000000..9c04250
--- /dev/null
+++ b/open-source-lorries/gettext-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "gettext-tarball": {
+ "type": "tarball",
+ "compression": "xz",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz"
+ }
+}
diff --git a/open-source-lorries/iproute2.lorry b/open-source-lorries/iproute2.lorry
new file mode 100644
index 0000000..2457a8d
--- /dev/null
+++ b/open-source-lorries/iproute2.lorry
@@ -0,0 +1,6 @@
+{
+ "iproute2": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git",
+ }
+}
diff --git a/open-source-lorries/libtool-tarball.lorry b/open-source-lorries/libtool-tarball.lorry
new file mode 100644
index 0000000..5bfe078
--- /dev/null
+++ b/open-source-lorries/libtool-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "libtool-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftpmirror.gnu.org/libtool/libtool-2.4.5.tar.gz"
+ }
+}
diff --git a/open-source-lorries/m4-tarball.lorry b/open-source-lorries/m4-tarball.lorry
new file mode 100644
index 0000000..e979cfb
--- /dev/null
+++ b/open-source-lorries/m4-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "m4-tarball": {
+ "type": "tarball",
+ "compression": "xz",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.xz"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index a8bf340..be1261d 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -278,7 +278,7 @@
},
"python-packages/psycopg2": {
"type": "git",
- "url": "git://github.com/nwcell/psycopg2-windows.git"
+ "url": "git://github.com/psycopg/psycopg2.git"
},
"python-packages/py-amqp": {
"type": "git",
@@ -368,6 +368,10 @@
"type": "git",
"url": "https://github.com/ahupp/python-magic.git"
},
+ "python-packages/python-memcached": {
+ "type": "git",
+ "url": "git://github.com/linsomniac/python-memcached.git"
+ },
"python-packages/python-mimeparse": {
"type": "git",
"url": "git://github.com/dbtsai/python-mimeparse.git"
@@ -619,5 +623,9 @@
"python-packages/zope-traversing": {
"type": "git",
"url": "git://github.com/zopefoundation/zope.traversing.git"
+ },
+ "python-packages/virtualenv" : {
+ "type": "git",
+ "url": "git://github.com/pypa/virtualenv.git"
}
}