Michael R. Crusoe pushed to branch master at Debian Med / mypy
Commits: 75dadd0d by Michael R. Crusoe at 2018-04-04T04:36:27-07:00 add autopkgtest-pkg-python - - - - - 6ec101c8 by Michael R. Crusoe at 2018-04-04T04:40:52-07:00 Adapt to new location of pkg_resources - - - - - 3 changed files: - debian/changelog - debian/control - + debian/tests/control.autodep8 Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mypy (0.580-2) unstable; urgency=medium + + * Add basic autopkgtest and enable autopkgtest-pkg-python + * mypy: also depend on python3-pkg-resources (Closes: #894075) + + -- Michael R. Crusoe <[email protected]> Wed, 04 Apr 2018 04:31:28 -0700 + mypy (0.580-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -21,12 +21,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mypy.git Vcs-Git: https://anonscm.debian.org/git/debian-med/mypy.git Homepage: http://www.mypy-lang.org/ X-Python3-Version: >= 3.2 +Testsuite: autopkgtest-pkg-python Package: mypy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, - python3-mypy + python3-mypy, + python3-pkg-resources Suggests: mypy-doc Description: optional static typing for Python Add type annotations to your Python programs, and use mypy to type check them. ===================================== debian/tests/control.autodep8 ===================================== --- /dev/null +++ b/debian/tests/control.autodep8 @@ -0,0 +1,3 @@ +Test-Command: mypy --help +Depends: mypy + View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/7bc249d60d2eadee1e495d4358ced882808e6c45...6ec101c87c50810b7f0edef96fa0f9e1220a9750 --- View it on GitLab: https://salsa.debian.org/med-team/mypy/compare/7bc249d60d2eadee1e495d4358ced882808e6c45...6ec101c87c50810b7f0edef96fa0f9e1220a9750 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
