[Python-modules-commits] [python-smmap] 02/05: Support Python-3
Takaki Taniguchi
takaki at moszumanska.debian.org
Wed Nov 25 13:42:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-smmap.
commit decc4e72c0f29bc9b3a8c56c8a626b84577136d2
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Wed Nov 25 22:36:16 2015 +0900
Support Python-3
---
debian/control | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/debian/control b/debian/control
index 41037fd..efcf23d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,11 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper(>= 8)
,python-all
+ ,python3-all
,python-setuptools
+ ,python3-setuptools
,python-nose
+ ,python3-nose
Standards-Version: 3.9.6
Homepage: https://github.com/Byron/smmap
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-smmap.git
@@ -22,3 +25,18 @@ Description: pure Python implementation of a sliding window memory map manager
as the amount of clients who use it. If the system runs out of resources,
or if a memory limit is reached, it will automatically unload unused maps
to allow continued operation.
+ .
+ This package for Python 2.
+
+Package: python3-smmap
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests: python3-nose
+Provides: ${python3:Provides}
+Description: pure Python implementation of a sliding window memory map manager
+ Smmap wraps an interface around mmap and tracks the mapped files as well
+ as the amount of clients who use it. If the system runs out of resources,
+ or if a memory limit is reached, it will automatically unload unused maps
+ to allow continued operation.
+ .
+ This package for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-smmap.git
More information about the Python-modules-commits
mailing list