control: update Vcs-Browser and Vcs-Git

This commit is contained in:
Mathias Behrle 2018-03-29 16:23:32 +02:00
parent 43d997a729
commit 4a684ea6ab
1 changed files with 18 additions and 15 deletions

33
debian/control vendored
View File

@ -1,26 +1,27 @@
Source: cached-property
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <tryton-debian@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
debhelper (>= 9),
dh-python (>= 1.20130901-1~),
python,
python-freezegun,
python3-freezegun,
python-setuptools,
python3,
python3-setuptools,
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python (>= 1.20130901-1~),
python,
python-freezegun,
python3-freezegun,
python-setuptools,
python3,
python3-setuptools
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/tryton-team/cached-property
Vcs-Git: https://salsa.debian.org/tryton-team/cached-property.git
Homepage: https://github.com/pydanny/cached-property
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/cached-property.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/cached-property.git
X-Python-Version: >= 2.6
Package: python-cached-property
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Depends: python-pkg-resources,
${misc:Depends},
${python:Depends}
Description: Provides cached-property for decorating methods in classes (Python 2)
This Python module
* makes caching of time or computational expensive properties quick and easy.
@ -31,7 +32,9 @@ Description: Provides cached-property for decorating methods in classes (Python
Package: python3-cached-property
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Depends: python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Description: Provides cached-property for decorating methods in classes (Python 3)
This Python module
* makes caching of time or computational expensive properties quick and easy.