chnages in build

This commit is contained in:
Joel 2021-01-17 03:04:38 +01:00
parent 24817dcc32
commit 327f87ca34
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
5 changed files with 37 additions and 2 deletions

View file

@ -1,8 +1,22 @@
#!/usr/bin/zsh
export PYTHONDONTWRITEBYTECODE=1
# be sure to change version if needed!
fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefix python3 \
-m '"Joel Klimont" <joel.klimont@gmail.com>' \
--license 'proprietary' \
--description 'Library for robot used in the competition' \
--after-install postinstall.sh \
-v 0.0.2-3 -t deb setup.py
--deb-generate-changes \
--deb-dist "buster" \
--deb-priority "optional" \
--deb-changelog changelog \
--deb-upstream-changelog changelog \
-v 0.0.2-4 -t deb setup.py
# --deb-field "Distribution: stable" \
sudo apt purge python3-complib -y
sudo apt install ./python3-*
sudo apt search complib
#ar vx ./python3*