File: watch

package info (click to toggle)
python-django-extensions 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,748 kB
  • sloc: python: 15,663; javascript: 7,354; makefile: 116; xml: 17; sh: 7
file content (10 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# watch file for python-django-extensions

version=4

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