File: control

package info (click to toggle)
beanstalkc 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • sloc: python: 246; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: beanstalkc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 9), python-all, python-setuptools, beanstalkd,
 python-nose, python-yaml
Standards-Version: 3.9.5
Homepage: https://github.com/earl/beanstalkc
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/beanstalkc/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/beanstalkc/trunk/

Package: python-beanstalkc
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-yaml
Suggests: beanstalkd
Description: simple beanstalkd client library for Python
 beanstalkc is a simple beanstalkd client library for Python. beanstalkd is a
 fast, distributed, in-memory workqueue service. Beanstalkc is written in pure
 Python and is compatible with eventlet and gevent.