Files
deb-python-weakrefmethod/debian/control
Ondřej Nový 31597b4623 Bumped debhelper compat version to 10
Change-Id: I63fff635213cbe7674de16d1beb65a16747cd679
2016-11-24 00:12:31 +01:00

25 lines
1008 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 (>= 10),
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.