Source: python-weakrefmethod Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python-all, Build-Depends-Indep: python-unittest2 Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-weakrefmethod.git/ Vcs-Git: https://anonscm.debian.org/git/openstack/python-weakrefmethod.git Homepage: https://github.com/twang817/weakrefmethod Package: python-weakrefmethod Architecture: all Depends: ${python:Depends}, ${misc: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.