summaryrefslogtreecommitdiff
path: root/portato/backend/package.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-05 15:38:42 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-05 15:38:42 +0200
commitb859cb5199b63e28a0f6470e0ddf8658d6304ad9 (patch)
tree21cae5c3280473fe176befec2300e1b928e1dfc0 /portato/backend/package.py
parent5ae4fda6f6fdcc8a21253dd6dc9d6051c99af34f (diff)
parent2fae9ac523385f61d192e9eeb664002c4a952a01 (diff)
downloadportato-b859cb5199b63e28a0f6470e0ddf8658d6304ad9.tar.gz
portato-b859cb5199b63e28a0f6470e0ddf8658d6304ad9.tar.bz2
portato-b859cb5199b63e28a0f6470e0ddf8658d6304ad9.zip
Reworked the World List stuff to be more usable and better coded
Diffstat (limited to 'portato/backend/package.py')
-rw-r--r--portato/backend/package.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/portato/backend/package.py b/portato/backend/package.py
index 8a80fd5..c085816 100644
--- a/portato/backend/package.py
+++ b/portato/backend/package.py
@@ -371,16 +371,6 @@ class Package (_Package):
raise NotImplementedError
- def compare_version(self, other):
- """Compares this package's version to another's CPV; returns -1, 0, 1.
-
- @param other: the other package
- @type other: Package
- @returns: -1, 0 or 1
- @rtype: int"""
-
- raise NotImplementedError
-
def matches (self, criterion):
"""This checks, whether this package matches a specific versioning criterion - e.g.: "<=net-im/foobar-1.2".