Source: python-weakrefmethod
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
Build-Depends-Indep:
 python-unittest2,
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-weakrefmethod.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-weakrefmethod.git
Homepage: https://github.com/twang817/weakrefmethod

Package: python-weakrefmethod
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: WeakMethod class for storing bound methods using weak references
 Python 3.4 include a WeakMethod class, for storing bound methods using weak
 references (see the Python weakref module at
 http://docs.python.org/library/weakref.html).
 .
 This project is a backport of the WeakMethod class for Python 2.7.
