diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:03:41 +0100 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:03:41 +0100 |
| commit | 20b087cc637f86cbb1b503a487084e9c4fc73a88 (patch) | |
| tree | bf6ffc8853dfa76ff71d1bf3792b7f28e3a561f8 /recipes/python/python-flup_1.0.2.bb | |
| parent | 279d3f6e11eb9e76a1a3e977a28f92450875b2ce (diff) | |
| parent | 0834a71b91d99bfedd4659a25fb844e253518fe2 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-flup_1.0.2.bb')
| -rw-r--r-- | recipes/python/python-flup_1.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-flup_1.0.2.bb b/recipes/python/python-flup_1.0.2.bb new file mode 100644 index 0000000000..d5f865da11 --- /dev/null +++ b/recipes/python/python-flup_1.0.2.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Random assortment of WSGI servers" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "flup" +PR = "ml0" + +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools |
