[oe-commits] Michael 'Mickey' Lauer : python-pyftpdlib: new recipe; ftp server library for python

GIT User account git at amethyst.openembedded.net
Sat Jan 24 02:34:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 866b67b12ed2457549fb4634310350a4cbf74575
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=866b67b12ed2457549fb4634310350a4cbf74575

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 24 03:33:14 2009 +0100

python-pyftpdlib: new recipe; ftp server library for python

---

 conf/checksums.ini                        |    4 ++++
 packages/python/python-pyftpdlib_0.5.1.bb |   12 ++++++++++++
 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 e9396a6..2b0433c 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 0000000..201d7ab
--- /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 47fe227..a311c99 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 \





More information about the Openembedded-commits mailing list