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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
|
[metadata]
name = Trac
version = 1.6
description = Integrated SCM, wiki, issue tracker and project environment
long_description = file: README.rst
author = Edgewall Software
author_email = trac-dev@googlegroups.com
license = BSD
url = https://trac.edgewall.org
download_url = https://trac.edgewall.org/wiki/TracDownload
classifiers =
Environment :: Web Environment
Framework :: Trac
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Bug Tracking
Topic :: Software Development :: Version Control
[options]
zip_safe = True
python_requires = >= 3.5
packages = find:
setup_requires =
jinja2>=2.9.3
install_requires =
setuptools>=30.3
jinja2>=2.9.3
multipart; python_version>='3.13'
[options.package_data]
* = templates/*.*
trac =
htdocs/*.*
htdocs/README
htdocs/js/*.*
htdocs/js/messages/*.*
htdocs/css/*.*
htdocs/css/jquery-ui/*.*
htdocs/css/jquery-ui/images
htdocs/guide/*
locale/*/LC_MESSAGES/messages.mo
locale/*/LC_MESSAGES/tracini.mo
trac.wiki = default-pages/*
trac.ticket = workflows/*.ini
tracopt = ticket/htdocs/*.js
[options.packages.find]
exclude =
*.tests
tests.*
*.tests.*
[options.extras_require]
babel = Babel>=2.2,<2.10
mysql = PyMySQL
postgresql = psycopg2>=2.5
psycopg2 = psycopg2>=2.5
psycopg2-binary = psycopg2-binary
pygments = Pygments>=1.0
rest = docutils>=0.14
textile = textile>=2.3
[options.entry_points]
console_scripts =
trac-admin = trac.admin.console:run
tracd = trac.web.standalone:main
trac.plugins =
trac.about = trac.about
trac.admin.console = trac.admin.console
trac.admin.web_ui = trac.admin.web_ui
trac.attachment = trac.attachment
trac.db.mysql = trac.db.mysql_backend[mysql]
trac.db.postgres = trac.db.postgres_backend
trac.db.sqlite = trac.db.sqlite_backend
trac.mimeview.patch = trac.mimeview.patch
trac.mimeview.pygments = trac.mimeview.pygments[pygments]
trac.mimeview.rst = trac.mimeview.rst[rest]
trac.mimeview.txtl = trac.mimeview.txtl[textile]
trac.notification.api = trac.notification.api
trac.notification.mail = trac.notification.mail
trac.notification.prefs = trac.notification.prefs
trac.prefs = trac.prefs.web_ui
trac.search = trac.search.web_ui
trac.ticket.admin = trac.ticket.admin
trac.ticket.batch = trac.ticket.batch
trac.ticket.query = trac.ticket.query
trac.ticket.notification = trac.ticket.notification
trac.ticket.report = trac.ticket.report
trac.ticket.roadmap = trac.ticket.roadmap
trac.ticket.web_ui = trac.ticket.web_ui
trac.timeline = trac.timeline.web_ui
trac.versioncontrol.admin = trac.versioncontrol.admin
trac.versioncontrol.svn_authz = trac.versioncontrol.svn_authz
trac.versioncontrol.web_ui = trac.versioncontrol.web_ui
trac.web.auth = trac.web.auth
trac.web.main = trac.web.main
trac.web.session = trac.web.session
trac.wiki.admin = trac.wiki.admin
trac.wiki.interwiki = trac.wiki.interwiki
trac.wiki.macros = trac.wiki.macros
trac.wiki.web_ui = trac.wiki.web_ui
trac.wiki.web_api = trac.wiki.web_api
tracopt.perm.authz_policy = tracopt.perm.authz_policy
tracopt.perm.config_perm_provider = tracopt.perm.config_perm_provider
tracopt.ticket.clone = tracopt.ticket.clone
tracopt.ticket.commit_updater = tracopt.ticket.commit_updater
tracopt.ticket.deleter = tracopt.ticket.deleter
tracopt.versioncontrol.git.git_fs = tracopt.versioncontrol.git.git_fs
tracopt.versioncontrol.svn.svn_fs = tracopt.versioncontrol.svn.svn_fs
tracopt.versioncontrol.svn.svn_prop = tracopt.versioncontrol.svn.svn_prop
[bdist_wininst]
bitmap = setup_wininst.bmp
[extract_messages]
add_comments = TRANSLATOR:
copyright_holder = Edgewall Software
msgid_bugs_address = trac-dev@googlegroups.com
output_file = trac/locale/messages.pot
keywords = _ ngettext:1,2 N_ tag_ tagn_:1,2 cleandoc_
mapping_file = messages.cfg
[init_catalog]
input_file = trac/locale/messages.pot
output_dir = trac/locale
[compile_catalog]
directory = trac/locale
[update_catalog]
input_file = trac/locale/messages.pot
output_dir = trac/locale
[extract_messages_js]
add_comments = TRANSLATOR:
copyright_holder = Edgewall Software
msgid_bugs_address = trac-dev@googlegroups.com
output_file = trac/locale/messages-js.pot
no-default-keywords = yes
keywords = _ ngettext:1,2 N_
mapping_file = messages-js.cfg
[init_catalog_js]
domain = messages-js
input_file = trac/locale/messages-js.pot
output_dir = trac/locale
[compile_catalog_js]
domain = messages-js
directory = trac/locale
[update_catalog_js]
domain = messages-js
input_file = trac/locale/messages-js.pot
output_dir = trac/locale
[generate_messages_js]
domain = messages-js
input_dir = trac/locale
output_dir = trac/htdocs/js/messages
[extract_messages_tracini]
add_comments = TRANSLATOR:
copyright_holder = Edgewall Software
msgid_bugs_address = trac-dev@googlegroups.com
output_file = trac/locale/tracini.pot
keywords = ConfigSection:2 Option:4 BoolOption:4 IntOption:4 FloatOption:4 ListOption:6 ChoiceOption:4 PathOption:4 ExtensionOption:5 OrderedExtensionsOption:6
no-default-keywords = yes
mapping_file = tracini.cfg
[init_catalog_tracini]
domain = tracini
input_file = trac/locale/tracini.pot
output_dir = trac/locale
[compile_catalog_tracini]
domain = tracini
directory = trac/locale
[update_catalog_tracini]
domain = tracini
input_file = trac/locale/tracini.pot
output_dir = trac/locale
[check_catalog]
domain = messages
input_dir = trac/locale
[check_catalog_js]
domain = messages-js
input_dir = trac/locale
[check_catalog_tracini]
domain = tracini
input_dir = trac/locale
[egg_info]
tag_build =
tag_date = 0
|