/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Jelmer Vernooij
  • Date: 2023-02-01 10:38:17 UTC
  • mfrom: (543.2.1 lp:loggerhead)
  • Revision ID: otto-copilot@canonical.com-20230201103817-h68q8zmdvm7u1vv4
Sort Python import definitions

Merged from https://code.launchpad.net/~jelmer/loggerhead/isort/+merge/436635

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
PYTHON ?= python
 
2
PYTHON ?= python3
 
3
BRZ ?= brz
3
4
 
4
5
dist:
5
6
        $(PYTHON) ./setup.py sdist
8
9
        rm -rf dist/
9
10
 
10
11
check:
11
 
        BRZ_PLUGINS_AT=loggerhead@$$(pwd) brz selftest -s bp.loggerhead
 
12
        BRZ_PLUGINS_AT=loggerhead@$$(pwd) $(BRZ) selftest -s bp.loggerhead