Commit Graph

23 Commits (fc7696d26b26b2dfd503287d42cc6df8af108fd6)

Author SHA1 Message Date
Julien Cristau e8c84e8cc7 Use python3-style super()
10 years ago
Julien Cristau 71b21083b7 Use super() instead of explicitly calling our superclass
10 years ago
Julien Cristau ba981aabc2 Add sort method to MigrationItem
10 years ago
Adam D. Barratt e75c4a4815 Make MigrationItems versionned by default
12 years ago
Adam D. Barratt 2031288ead MigrationItem: use Python 2.6 property decorators for name / suite
13 years ago
Adam D. Barratt 56afba5d4b MigrationItem: make the "suite" property read/write
13 years ago
Adam D. Barratt b635769606 MigrationItem: rename _build_name() to _canonicalise_name()
13 years ago
Adam D. Barratt 994097e0fb MigrationItem: separate item name parsing from canonicalisation
13 years ago
Adam D. Barratt 111d6b791a Syntax tweak
13 years ago
Adam D. Barratt 6672c96db3 MigrationItem: support "$pkg/$ver/$arch" syntax
13 years ago
Adam D. Barratt c19f880142 Fix up spacing issues; thanks Niels.
13 years ago
Adam D. Barratt bdba8dfbde MigrationItem: fix name output for removal items
13 years ago
Adam D. Barratt 31651fafd7 MigrationItem: canonicalise item names on output
13 years ago
Adam D. Barratt 06410e37bd Correctly parse foo/arch/ver in unversionned mode
13 years ago
Adam D. Barratt 9e2f0af8d4 Ensure _package and _uvname attributes are always defined
13 years ago
Adam D. Barratt e9d0971e49 Fix odd spacing
13 years ago
Adam D. Barratt 45464070d7 MigrationItem: fix typo in parsing of some *-p-u versions
13 years ago
Adam D. Barratt 70e44c3a0f migrationitem: add support for using items as indexes in to lists
14 years ago
Adam D. Barratt 860bd8069c migrationitem: allow instances to be stringified
14 years ago
Adam D. Barratt 149782ad84 migrationitem: apply some fixes to the version-derivation code
14 years ago
Adam D. Barratt 5af1de9ba2 migrationitem: add an "unversioned name" property
14 years ago
Adam D. Barratt 59f789a300 migrationitem: allow for the specification of version information.
14 years ago
Adam D. Barratt bff3139b3a MigrationItem: new class representing a single package being migrated.
14 years ago