Files
deb-python-weakrefmethod/debian/control
Ondřej Nový a4db155a46 Mass changes
d/s/options: extend-diff-ignore of .gitreview
d/control: Using OpenStack's Gerrit as VCS URLs.

Change-Id: I66acbd9766dca252ce83340f3809e5a2472fbd9c
2016-09-26 19:16:14 +02:00

25 lines
1007 B
Plaintext

Source: python-weakrefmethod
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-all,
Build-Depends-Indep: python-unittest2
Standards-Version: 3.9.6
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-weakrefmethod?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-weakrefmethod -b debian/newton
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.