python-pyftpdlib: new recipe; ftp server library for python
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 24 Jan 2009 02:33:14 +0000 (03:33 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 24 Jan 2009 02:33:14 +0000 (03:33 +0100)
conf/checksums.ini
packages/python/python-pyftpdlib_0.5.1.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

index e9396a6..2b0433c 100644 (file)
@@ -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 (file)
index 0000000..201d7ab
--- /dev/null
@@ -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"
index 47fe227..a311c99 100644 (file)
@@ -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 \