mirror of
https://github.com/0xMax42/pydepp.git
synced 2025-08-06 18:40:21 +02:00
Includes changelog, control, copyright, and rules files to package pydepp for Debian. Enables building and distribution of the library with Python-specific dependencies and metadata. Relates to initial Debian packaging setup.
8 lines
127 B
Makefile
Executable File
8 lines
127 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_SYSTEM=pyproject
|
|
export PYBUILD_NAME=pydepp
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|