~jared-bunting/+junk/python-yapsy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Jared Bunting
  • Author(s): Jared Bunting
  • Date: 2011-02-02 17:40:02 UTC
  • Revision ID: jared.bunting@peachjean.com-20110202174002-2abnp66atl2mn92o
Tags: 1.8-0~ppa1
Initial packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-yapsy
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Jared Bunting <jared.bunting@digitalreasoning.com>
 
5
Build-Depends: debhelper (>= 7.0.50~), python-support, python (>=2.5), python-setuptools
 
6
Standards-Version: 3.9.1
 
7
Homepage: http://yapsy.sourceforge.net/
 
8
 
 
9
Package: python-yapsy
 
10
Architecture: all
 
11
Depends: ${misc:Depends}, ${python:Depends}
 
12
Description: A simple plugin system for Python applications. 
 
13
 Yapsy's main purpose is to offer a way to easily design 
 
14
 a plugin system in Python, and motivated by the fact that 
 
15
 many other Python plugin system are either too complicated 
 
16
 for a basic use or depend on a lot of libraries. Yapsy only 
 
17
 depends on Python's standard library.
 
18