[game-data-packager] 01/01: opentyrian is not yet released...

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Mar 31 17:52:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit d0d26002fabba5e02d75d893409b5b55fa2d80c3
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Mar 31 19:50:53 2015 +0200

    opentyrian is not yet released...
    
    there is no much point to keep argument parsing backward compatible
---
 game_data_packager/games/tyrian.py | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/game_data_packager/games/tyrian.py b/game_data_packager/games/tyrian.py
deleted file mode 100644
index e053534..0000000
--- a/game_data_packager/games/tyrian.py
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/usr/bin/python3
-# encoding=utf-8
-#
-# Copyright © 2014 Simon McVittie <smcv at debian.org>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-#
-# You can find the GPL license text on a Debian system under
-# /usr/share/common-licenses/GPL-2.
-
-import logging
-
-from .. import GameData
-
-logger = logging.getLogger('game-data-packager.games.tyrian')
-
-class TyrianGameData(GameData):
-    def add_parser(self, parsers, base_parser):
-        parser = super(TyrianGameData, self).add_parser(parsers, base_parser)
-        parser.add_argument('-f', dest='download', action='store_false',
-                help='Require tyrian21.zip on the command line')
-        parser.add_argument('-w', dest='download', action='store_true',
-                help='Download tyrian21.zip (done automatically if necessary)')
-        return parser
-
-GAME_DATA_SUBCLASS = TyrianGameData

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list