[weasel-commit] Source: baserequires=1-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Jun 2010 10:16:46 -0400

================================
baserequires:source=1-2
cvc rdiff baserequires -1 /weasel.rpath.org@wgl:3-devel/1-2
================================
1-2 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 17 10:16:34 2010
    Automatic promote by rBuild.

baserequires.recipe: new
--- /dev/null
+++ baserequires.recipe
@@ -0,0 +34 @@
+#
+# Copyright (c) 2008 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+from conary.build.packagerecipe import AbstractPackageRecipe
+
+class BaseRequiresRecipe(AbstractPackageRecipe):
+    name = 'baserequires'
+    version = '1'
+    abstractBaseClass = 1
+    buildRequires = [
+        'bash:runtime',
+        'conary-build:lib',
+        'conary-build:python',
+        'conary-build:runtime',
+        'conary-policy:lib',
+        'conary:python',
+        'conary:runtime',
+        'coreutils:runtime',
+        'dev:runtime',
+        'filesystem:runtime',
+        'findutils:runtime',
+        'gawk:runtime',
+        'glibc:runtime',
+        'grep:runtime',
+        'net-tools:runtime',
+        'python:lib',
+        'python:runtime',
+        'sed:runtime',
+        'setup:runtime',
+        'sqlite:lib',
+    ]


Committed by: brcha

Other related posts: