1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-weakrefmethod
Section: python
Priority: optional
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.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-weakrefmethod
Vcs-Git: https://salsa.debian.org/openstack-team/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.
|