Follow-up Comment #2, bug #61956 (project health):

I think the below bash script can download newest trytond-account package.

CMD="pip download --no-binary=:all: --no-deps"
MODULE=trytond-account
MODULE_MAJOR_VERSION=6
VERSION=$(${CMD} ${MODULE}=='' 2>&1 | egrep -e
"${MODULE_MAJOR_VERSION}.0.[0-9]*" -o | sort -V | tail -1)
${CMD} ${MODULE}==${VERSION}


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61956>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to