summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-05-14 15:21:46 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-05-18 09:05:12 +0000
commit3f69fa2be28cd499bdc8420d7ed8074d3f4a55cd (patch)
treee740d7d680342f4bce2530f735e4a1a0c0e85131
parentb93dcb8e9181a9f3259c6a346150354dde4a50c7 (diff)
downloadlorries-3f69fa2be28cd499bdc8420d7ed8074d3f4a55cd.tar.gz
Add pelican, and its deps.
Pelican has a nice git repo with version tags. For the other two, the pypi package tarball is used. Change-Id: Idc0b8db9512fc5e0f5619b8cad1dca45a88f10b2
-rw-r--r--open-source-lorries/python-packages.lorry16
1 files changed, 16 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index ad80f8a..b5ab94f 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -732,5 +732,21 @@
"python-packages/pysaml2": {
"type": "git",
"url": "https://github.com/rohe/pysaml2.git"
+ },
+ "python-packages/blinker": {
+ "type": "git",
+ "url": "https://github.com/jek/blinker.git"
+ },
+ "python-packages/feedgenerator": {
+ "type": "git",
+ "url": "https://github.com/getpelican/feedgenerator.git"
+ },
+ "python-packages/unidecode": {
+ "type": "git",
+ "url": "https://www.tablix.org/~avian/git/unidecode.git"
+ },
+ "python/pelican": {
+ "type": "git",
+ "url": "https://github.com/getpelican/pelican.git"
}
}