[oe-commits] org.oe.dev python-pylint: update to 0.13.2

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:08:32 UTC 2007


python-pylint: update to 0.13.2

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 4278f3cd97c60502e6d0f8bad718830d65a9c3e4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4278f3cd97c60502e6d0f8bad718830d65a9c3e4
Files:
1
packages/python/python-pylint_0.3.3.bb
packages/python/python-pylint_0.13.2.bb
Diffs:

#
# mt diff -rf2fd60bbebb8d789e284ec82ddd1e6e5457b9fc6 -r4278f3cd97c60502e6d0f8bad718830d65a9c3e4
#
# 
# 
# rename "packages/python/python-pylint_0.3.3.bb"
#     to "packages/python/python-pylint_0.13.2.bb"
# 
# patch "packages/python/python-pylint_0.13.2.bb"
#  from [2a4fadf24c8d41439db18524614f60083961041f]
#    to [8ff6d86d454effa81cdef269ed9ff6fa382547ff]
# 
============================================================
--- packages/python/python-pylint_0.3.3.bb	2a4fadf24c8d41439db18524614f60083961041f
+++ packages/python/python-pylint_0.13.2.bb	8ff6d86d454effa81cdef269ed9ff6fa382547ff
@@ -1,15 +1,16 @@ SECTION = "devel/python"
 DESCRIPTION = "Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another     \
 pychecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more     \
 features, like checking line-code's length, checking if variable names are well-formed according to your coding standard,\
 or checking if declared interfaces are truly implemented, and much more."
 SECTION = "devel/python"
+HOMEPAGE = "http://www.logilab.org/857"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS = "python-core python-logilab"
+RDEPENDS = "python-logilab-common"
 SRCNAME = "pylint"
+PR = "ml0"
 
 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-






More information about the Openembedded-commits mailing list