summaryrefslogtreecommitdiff
path: root/baserockimport/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'baserockimport/package.py')
-rw-r--r--baserockimport/package.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/baserockimport/package.py b/baserockimport/package.py
index 1739292..361022f 100644
--- a/baserockimport/package.py
+++ b/baserockimport/package.py
@@ -1,4 +1,6 @@
-# Copyright (C) 2014 Codethink Limited
+# -*- coding: utf-8 -*-
+#
+# Copyright © 2014, 2015 Codethink Limited
#
# 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
@@ -13,7 +15,6 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
class Package(object):
'''A package in the processing queue.
@@ -27,6 +28,9 @@ class Package(object):
self.version = version
self.required_by = []
self.morphology = None
+ self.repo_url = None
+ self.ref = None
+ self.named_ref = None
self.dependencies = None
self.is_build_dep = False
self.version_in_use = version