diff options
| author | Phil Blundell <philb@gnu.org> | 2010-02-28 20:47:24 +0000 |
|---|---|---|
| committer | Phil Blundell <philb@gnu.org> | 2010-02-28 20:47:24 +0000 |
| commit | dc352c9d9da30ec3d77aa58a7f535ce19871867d (patch) | |
| tree | 6a7d1986bb92191974b230a9d9c12adb9095ff45 /recipes/python/python-paste_1.7.2.bb | |
| parent | fd2bed3297f3b76a8a6b18ba599e7d9d71d2c045 (diff) | |
| parent | d58b4cdd9664e1926a4e14a575ba0bef4c2302ed (diff) | |
Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-paste_1.7.2.bb')
| -rw-r--r-- | recipes/python/python-paste_1.7.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/python-paste_1.7.2.bb b/recipes/python/python-paste_1.7.2.bb new file mode 100644 index 0000000000..28c59fb39d --- /dev/null +++ b/recipes/python/python-paste_1.7.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Tools for using a Web Server Gateway Interface stack" +HOMEPAGE = "http://pythonpaste.org/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +SRCNAME = "Paste" +PR = "r0" + +SRC_URI = "http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=paste" +SRC_URI[paste.md5sum] = "a6a58d08dc4bff91d5d1c519d2277f8a" +SRC_URI[paste.sha256sum] = "67dde086f0aa84c3ec2452cd65d05d19a050ec2ba56483b1614bdbfd82b3b2b8" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools |
