[Bug 223071] python flavors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 18 12:28:34 UTC 2017


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

--- Comment #5 from Mathieu Arnold <mat at 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.


More information about the freebsd-python mailing list