Build and packaging library
  • Python 48.7%
  • Makefile 37.5%
  • Shell 13.8%
Find a file
Jan Lindemann 8490241a3d
jw.pkg.__init__.py: Add file to Git

Add an empty __init__.py in jw.pkg to version control because, before a build is through, it's needed for running jw-pkg.py from source.

Without it, with the jw now a namespace container and empty as such, as long as src/python/jw/pkg/__init__.py is not yet created by make all, /usr/lib64/python3.x/site-packages/jw/pkg will take precedence before src/python/jw/pkg. So, if jw-pkg-run is installed regularly, the source tree remains unused.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-01 14:32:44 +02:00
.github/workflows build-package.yaml: Add workflow 2026-04-13 17:23:13 +02:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
conf py-topdir.mk: Use pyright 2026-05-31 18:20:37 +02:00
make py-topdir.mk: Use pyright 2026-05-31 18:20:37 +02:00
scripts jw.pkg: Fix "make check" static code check fallout 2026-05-31 18:20:38 +02:00
src jw.pkg.__init__.py: Add file to Git 2026-06-01 14:32:44 +02:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-226@kali-rolling/amd64 2026-05-31 23:09:55 +00:00
Makefile $(TOPDIR)/Makefile: include py-topdir.mk 2026-05-31 18:20:35 +02:00
RELEASES Release 1.0.0-226@kali-rolling/amd64 2026-05-31 23:09:55 +00:00
VERSION Start version: 1.0.0-226 2026-05-31 23:08:54 +00:00