Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-easydev
Commits: 434d40d0 by Alexandre Detiste at 2024-04-28T22:05:58+02:00 release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +python-easydev (0.13.2+dfsg-1) unstable; urgency=medium + + * Team upload. + * New upstream version 0.13.2+dfsg + * the pypi archive is missing tests/, update d/watch to use Github + * update dependencies: + - python3-mock (Closes: #1063816) + - python3-appdirs + + python3-platformdirs + * remove Python2 vs 3 cruft + * remove old patches + + -- Alexandre Detiste <[email protected]> Sun, 28 Apr 2024 22:04:35 +0200 + python-easydev (0.12.1+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -2,13 +2,14 @@ export LC_ALL=C.UTF-8 export PYBUILD_NAME=easydev +export PYBUILD_TEST_ARGS=-k 'not test_appdirs and not test_config' -ifneq ($(PYBUILD_AUTOPKGTEST), 1) -export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir} -else -export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -endif -export PYBUILD_TEST_ARGS=-k "not test_url" +#ifneq ($(PYBUILD_AUTOPKGTEST), 1) +#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info -e {build_dir} +#else +#export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py egg_info +#endif +#export PYBUILD_TEST_ARGS=-k "not test_url" %: dh $@ --buildsystem=pybuild @@ -16,7 +17,3 @@ export PYBUILD_TEST_ARGS=-k "not test_url" execute_after_dh_install: # remove coverage report $(RM) debian/*/usr/lib/python*/dist-packages/.coverage - - # Avoid the generic name "browse" for an executable in /usr/bin - cd debian/python3-easydev/usr/bin \ - && mv browse easydev3_browse View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/commit/434d40d063d25ea897f7ff7143bc4d91d390172e -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/commit/434d40d063d25ea897f7ff7143bc4d91d390172e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
