123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- Source: makefilet
- Section: devel
- Priority: optional
- Maintainer: Lars Kruse <devel@sumpfralle.de>
- Build-Depends:
- debhelper-compat (= 11),
- Standards-Version: 4.3.0.1
- Homepage: https://notabug.org/sumpfralle/makefilet
- Vcs-Git: https://notabug.org/sumpfralle/makefilet.git
- Vcs-Browser: https://notabug.org/sumpfralle/makefilet
- Package: makefilet
- Architecture: all
- Depends:
- ${shlibs:Depends},
- ${misc:Depends},
- Suggests:
- black,
- bumpversion,
- debhelper,
- dh-make,
- dpkg-dev,
- dput,
- flake8,
- lintian,
- pypi2deb,
- python-coverage,
- python3-coverage,
- shellcheck,
- tox,
- Description: Reusable Makefile components for common development tasks
- Include the makefilet file in your project's (empty?) Makefile. This
- will give you instant access to a wide variety of common development
- tasks, e.g.:
- * python style checks (black, flake8)
- * python tests (tox)
- * python reports (coverage)
- * python distribution (pypi)
- * deb packaging (dh_make, dpkg-buildpackage, dput, lintian)
- * deb packaging of pypi dependencies (pypi2deb)
- * shell style checks (shellcheck)
- * release preparations (bumpversion)
- Most helpers for packaging, testing and releasing are usable without
- manual configuration.
|