diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-06-28 17:21:25 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-06-28 17:21:25 +0100 |
commit | 012eecfcd2042abdbbc3c873479c910caaf38a3b (patch) | |
tree | 93b0090509fea42d4fca132e868653a1c81dbdec | |
parent | b264a76fa9f4ce378400a2a2822a08fd960f29a1 (diff) | |
download | lorries-012eecfcd2042abdbbc3c873479c910caaf38a3b.tar.gz |
Add BuildStream and its dependencies
-rw-r--r-- | open-source-lorries/buildstream.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/python-packages.lorry | 28 |
2 files changed, 34 insertions, 0 deletions
diff --git a/open-source-lorries/buildstream.lorry b/open-source-lorries/buildstream.lorry new file mode 100644 index 0000000..97dca08 --- /dev/null +++ b/open-source-lorries/buildstream.lorry @@ -0,0 +1,6 @@ +{ + "buildstream": { + "type": "git", + "url": "https://gitlab.com/buildstream/buildstream.git" + } +} diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 5ee5260..ed15925 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -31,6 +31,10 @@ "type": "hg", "url": "https://bitbucket.org/cffi/cffi" }, + "python-packages/click": { + "type": "git", + "url": "https://github.com/pallets/click" + }, "python-packages/cliff": { "type": "git", "url": "git://github.com/dreamhost/cliff.git" @@ -128,6 +132,10 @@ "type": "git", "url": "https://gitlab.com/pycqa/flake8.git" }, + "python-packages/fusepy": { + "type": "git", + "url": "git://github.com/terencehonles/fusepy" + }, "python-packages/futures": { "type": "hg", "url": "https://code.google.com/p/pythonfutures/" @@ -313,6 +321,10 @@ "type": "git", "url": "git://github.com/hgrecco/pint.git" }, + "python-packages/pluginbase": { + "type": "git", + "url": "git://github.com/mitsuhiko/pluginbase" + }, "python-packages/ply": { "type": "git", "url": "git://github.com/dabeaz/ply.git" @@ -428,6 +440,10 @@ "type": "git", "url": "https://github.com/jsocol/pystatsd.git" }, + "python-packages/pytest-runner": { + "type": "git", + "url": "https://github.com/pytest-dev/pytest-runner" + }, "python-packages/python-daemon": { "type": "tarball", "url": "https://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.6.1.tar.gz" @@ -512,6 +528,14 @@ "type": "git", "url": "git://github.com/agrover/rtslib-fb.git" }, + "python-packages/ruamel.base": { + "type": "hg", + "url": "https://bitbucket.org/ruamel/base/" + }, + "python-packages/ruamel.std.argparse": { + "type": "hg", + "url": "https://bitbucket.org/ruamel/std.argparse/" + }, "python-packages/ruamel.yaml": { "type": "hg", "url": "https://bitbucket.org/ruamel/yaml/" @@ -520,6 +544,10 @@ "type": "git", "url": "git://github.com/rbarrois/python-semanticversion.git" }, + "python-packages/setuptools-scm": { + "type": "git", + "url": "git://github.com/pypa/setuptools_scm" + }, "python-packages/simplegeneric-tarball": { "type": "tarball", "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2" |