Commit Graph

14 Commits

Author SHA1 Message Date
f9c462b94a Improve debug logging
This also includes one fix that I discovered while improving the
logging. Even if a git url was provided, release_gitter was lookig for a
local package declaration (Cargo.toml) to identify the version.

With this change, the url parsing and the local repo logic are split
allowing for more detailed logging as well as avoiding this potential
bug.
2024-11-18 11:36:40 -08:00
35b07836e8 Allow templating values into extract file names
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-06 16:21:19 -08:00
7380fa99ec Allow specifying a name for the package
Default to repo name
2024-11-06 16:17:58 -08:00
e58f1fd7b1 Download and extract files in wheel scripts dir
All checks were successful
continuous-integration/drone/push Build is passing
This avoids conflicting file names with the root cwd
2024-10-31 13:19:47 -07:00
7a5bed0454 Switch from reorder-python-imports to isort 2024-05-14 14:15:35 -07:00
fbb38a9d7d Make git-url optional again for pseudo_builder
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-31 20:41:40 -07:00
f1352658ae Update pseudo_builder to be able to include extra files 2023-10-27 15:32:43 -07:00
8585380eae Fix missing removeprefix in pseudo_builder.py 2022-06-30 19:48:35 -07:00
3f23ddd3cc Support for python3.7 and python3.8
All checks were successful
continuous-integration/drone/push Build is passing
Added tox targets as well
2022-06-30 15:37:24 -07:00
1b74126494 Use shutil.move so files can be installed across disks
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-30 13:55:31 -07:00
61496f3b18 Refactor some method names and Python API 2022-03-10 16:46:13 -08:00
279b57c4ef Add sample packaging implementation
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-06 15:10:17 -08:00
a9d7cce8ca Update formatting 2022-01-06 13:49:07 -08:00
cdf473d5e3 Add a pseudo builder for wrapping installs
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-06 13:32:47 -08:00