https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071

--- Comment #5 from Mathieu Arnold <m...@freebsd.org> ---
Also, generate MOVED entries:

git diff -C05 --no-prefix --name-status origin/trunk...python-flavors |\
  awk '$1 !~ /^M/ && /Makefile/ {
    sub("/Makefile", "", $2);
    n=$2;
    sub("/py3.?-", "/py-", n);
    print $2 "|" n "@python3|'`date +%Y-%m-%d`'|Moved to a flavored, generic,
version"
  }'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to