Skip to content

Commit

Permalink
Add a zope-meta script
Browse files Browse the repository at this point in the history
This is the zopefoundation maintainer helper tool, see
zopefoundation/meta#97.

It needs zopefoundation/meta#110 to be useful.
  • Loading branch information
mgedmin committed Jun 16, 2021
1 parent 035bbc1 commit 8969300
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zope-meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
# Workaround for https://github.com/zopefoundation/meta/issues/97
config_base=$HOME/src/zopefoundation/meta/config
if ! test -x "$config_base"/bin/python; then
(cd "$config_base" && python3 -m venv .)
"$config_base"/bin/pip install -r "$config_base"/requirements.txt
fi
"$config_base"/bin/python "$config_base"/config-package.py "$@"

0 comments on commit 8969300

Please sign in to comment.