elaborate a bit on isjustname()
authorAlec Warner <antarus@gentoo.org>
Thu, 11 Jan 2007 20:22:30 +0000 (20:22 -0000)
committerAlec Warner <antarus@gentoo.org>
Thu, 11 Jan 2007 20:22:30 +0000 (20:22 -0000)
svn path=/main/trunk/; revision=5563

pym/portage_dep.py

index 3d0e160b07031e4d584ec3aa637b536cab8f8013..34eb8f33da92b6ce4a52321070f47a632c28ea11 100644 (file)
@@ -382,7 +382,7 @@ def isvalidatom(atom, allow_blockers=False):
 
 def isjustname(mypkg):
        """
-       Checks to see if the depstring is only the package name
+       Checks to see if the depstring is only the package name (no version parts)
 
        Example usage:
                >>> isjustname('media-libs/test-3.0')