[Python-modules-commits] [apscheduler] 01/01: Add Python2 vs Python3 description
Brian May
bam at moszumanska.debian.org
Thu Mar 24 02:18:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository apscheduler.
commit 871c3aaef9a53259393c7002e5b120819788f3ab
Author: Brian May <brian at linuxpenguins.xyz>
Date: Thu Mar 24 13:17:31 2016 +1100
Add Python2 vs Python3 description
---
debian/control | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index 63c010c..5e22c5a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,8 @@ Description: In-process task scheduler with Cron-like capabilities
This can be a far better alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can directly access your application's variables and functions.
+ .
+ This package contains the Python 2 module.
Package: python3-apscheduler
Architecture: all
@@ -35,3 +37,5 @@ Description: In-process task scheduler with Cron-like capabilities
This can be a far better alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can directly access your application's variables and functions.
+ .
+ This package contains the Python 3 module.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/apscheduler.git
More information about the Python-modules-commits
mailing list