~ubuntu-branches/ubuntu/saucy/charm-tools/saucy

« back to all changes in this revision

Viewing changes to tests/create/python-apt/metadata.yaml

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-07-23 13:52:08 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120723135208-55bdkt9jj6kthm47
Tags: 0.3+151-0ubuntu1
* New upstream release.
* build-dep on python-yaml so charm proof tests can be run.
* buid-dep on python-apt and python-cheetah to enable new upstream
  tests.
* d/charm-tools.install: Install etc/* to pick up bash completion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: python-apt
 
2
summary: Python interface to libapt-pkg
 
3
maintainer: tester <test@testhost>
 
4
description: |
 
5
  The apt_pkg Python interface will provide full access to the internal
 
6
  libapt-pkg structures allowing Python programs to easily perform a
 
7
  variety of functions, such as:  - Access to the APT configuration
 
8
  system - Access to the APT package information database - Parsing of
 
9
  Debian package control files, and other files with a   similar
 
10
  structure The included 'aptsources' Python interface provides an
 
11
  abstraction of the sources.list configuration on the repository and
 
12
  the distro level.
 
13
provides:
 
14
  relation-name:
 
15
    interface: interface-name
 
16
requires:
 
17
  relation-name:
 
18
    interface: interface-name
 
19
peers:
 
20
  relation-name:
 
21
    interface: interface-name