File: watch

package info (click to toggle)
python-django-tagging 1%3A0.5.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: python: 2,140; makefile: 166
file content (13 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# watch file for python-django-tagging

version=4

# Upstream has used some wired tagging in the past, we need to test
# explicitly for versions with a schema of 'v(x.x.x)'.

opts="mode=git, \
      filenamemangle=s/.+\/(\d\S*)\.tar\.gz/python-django-tagging-$1.tar.gz/ \
      uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\.?\d*)$/$1~$2/; \
      dversionmangle=s/\+ds(\.?\d+)?$//" \
https://github.com/Fantomas42/django-tagging.git \
      refs/tags/v(\d+\.\d+\.\d)