diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 03:33:14 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 03:33:14 +0100 |
commit | 866b67b12ed2457549fb4634310350a4cbf74575 (patch) | |
tree | 45bb6f33d6ee021cacae59b8748eabc7b34cac3e | |
parent | add99197554dd661017f4acf31fd6de5ddb30449 (diff) |
python-pyftpdlib: new recipe; ftp server library for python
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | packages/python/python-pyftpdlib_0.5.1.bb | 12 | ||||
-rw-r--r-- | packages/tasks/task-python-everything.bb | 3 |
3 files changed, 18 insertions, 1 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index e9396a6e9b..2b0433cad1 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -598,6 +598,10 @@ sha256=ad82569b809e29c19b8223feaa12923f97bb4bbc942ff985857f9d853db489cf md5=104ad743d4bc999796ceff4f39d1003a sha256=593912fdf122d9a1499767bc305ca7b3b688ace7edcb93f53e07202aa1242c58 +[http://pyftpdlib.googlecode.com/files/pyftpdlib-0.5.1.tar.gz] +md5=f64ac67ebec1d8ab47c0766082617384 +sha256=6daed9475412eaab232e021ed76568c6520dacd75c58da406454139bef95c393 + [http://www.vanille.de/mirror/PyMP3-0.3.4.tar.gz] md5=28e884057750aa4f0da368678e5b20bd sha256=e534ea5505e2d0a571ca8baa4b34260953e796f6c762013756373f13411ebd6e diff --git a/packages/python/python-pyftpdlib_0.5.1.bb b/packages/python/python-pyftpdlib_0.5.1.bb new file mode 100644 index 0000000000..201d7ab1a0 --- /dev/null +++ b/packages/python/python-pyftpdlib_0.5.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "FTP Server Library" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +PR = "ml0" + +inherit distutils + +SRC_URI = "http://pyftpdlib.googlecode.com/files/pyftpdlib-${PV}.tar.gz" +S = "${WORKDIR}/pyftpdlib-${PV}" + +RDEPENDS = "python-netserver" diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index 47fe227cc2..a311c9932d 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" PV = "2.6" -PR = "ml40" +PR = "ml41" RDEPENDS = "\ python-ao \ @@ -56,6 +56,7 @@ RDEPENDS = "\ python-pyephem \ python-pyfits \ python-pyflakes \ + python-pyftpdlib \ python-pygame \ python-pygobject \ python-pygoogle \ |