diff options
Diffstat (limited to 'scripts/package-build/pyhumps')
-rw-r--r-- | scripts/package-build/pyhumps/.gitignore | 7 | ||||
l--------- | scripts/package-build/pyhumps/build.py | 1 | ||||
-rw-r--r-- | scripts/package-build/pyhumps/package.toml | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/scripts/package-build/pyhumps/.gitignore b/scripts/package-build/pyhumps/.gitignore new file mode 100644 index 00000000..6a90d1c9 --- /dev/null +++ b/scripts/package-build/pyhumps/.gitignore @@ -0,0 +1,7 @@ +humps/ +*.buildinfo +*.build +*.changes +*.deb +*.dsc + diff --git a/scripts/package-build/pyhumps/build.py b/scripts/package-build/pyhumps/build.py new file mode 120000 index 00000000..3c76af73 --- /dev/null +++ b/scripts/package-build/pyhumps/build.py @@ -0,0 +1 @@ +../build.py
\ No newline at end of file diff --git a/scripts/package-build/pyhumps/package.toml b/scripts/package-build/pyhumps/package.toml new file mode 100644 index 00000000..a358d128 --- /dev/null +++ b/scripts/package-build/pyhumps/package.toml @@ -0,0 +1,5 @@ +[[packages]] +name = "humps" +commit_id = "v3.8.0" +scm_url = "https://github.com/nficano/humps.git" +build_cmd = "python3 setup.py --command-packages=stdeb.command bdist_deb; cp deb_dist/*.deb .." |