File: watch

package info (click to toggle)
cheetah 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,052 kB
  • sloc: python: 10,653; ansic: 584; xml: 323; sh: 181; makefile: 87
file content (9 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# match only final releases, ignore alpha/beta/rc but include .postN
version=4
# gitmode=full to work around #896705, #907775, #910709, ...
opts=mode=git,gitmode=full,pgpmode=gittag \
 https://github.com/CheetahTemplate3/cheetah3 refs/tags/v?(\d[\d.]*(?:.post\d+)?)

# temporarily point to the git HEAD, needed to support Python 3.13
#opts=mode=git,gitmode=full,pgpmode=none,pretty=3.3.3.post1+git%cd.%h,date=%Y%m%d%H%M \
# https://github.com/CheetahTemplate3/cheetah3.git HEAD