1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: etm
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders:
Jackson Doak <noskcaj@ubuntu.com>
Section: utils
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python3,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://people.duke.edu/~dgraham/etmtk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/etm/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/etm/trunk/
Package: etm
Architecture: all
Depends:
python3-dateutil (>= 1.5),
python3-icalendar (>= 3.5),
python3-tk,
python3-tz,
python3-yaml (>= 3.10),
${misc:Depends},
${python3:Depends}
Recommends:
mercurial
Description: manages events and tasks using simple text files
Manage events and tasks using simple text files
etm is an acronym for event and task manager.
.
In contrast to most calendar/todo applications, creating items (events,
tasks, and so forth) in etm does not require filling out fields in a
form. Instead, items are created as free-form text entries using a
simple, intuitive format and stored in plain text files.
Package: etm-qt
Architecture: all
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, etm
Description: manages events and tasks using simple text files (dummy package)
A simple, intuitive format for using plain text files to store data and
a cross-platfrom, Qt-based GUI for creating and modifying items as well
as viewing them in a variety of convenient ways. Supported alarms
include display, sound, email, text message and process. Repetition is
supported in a powerful and flexible manner.
.
This is a transitional package has been replaced by the Tk port, so this
package is safe to remove.
|