comparison Makefile @ 401:e4d71f20d908 build-2.7

Use "gzip --best" compression when recompressing the sdist after post-processing
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 14:47:39 +0100
parents 669dd560f21a
children 90e1d34d977f
comparison
equal deleted inserted replaced
400:feac4bc02041 401:e4d71f20d908
17 hg kwarchive __arch 17 hg kwarchive __arch
18 18
19 build: 19 build:
20 python setup.py sdist bdist_wheel 20 python setup.py sdist bdist_wheel
21 python _postprocess-sdist.py 21 python _postprocess-sdist.py
22 gzip dist/*tar 22 gzip --best dist/*tar
23 23
24 distclean: clean 24 distclean: clean
25 # package build information 25 # package build information
26 rm -rf build/ dist/ src/*.egg-info 26 rm -rf build/ dist/ src/*.egg-info
27 27