Alexandre Detiste pushed to branch master at Debian Python Team / packages / 
python-easydev


Commits:
37b2c3a2 by Alexandre Detiste at 2024-04-28T18:04:36+02:00
update dependencies -appdirs -mock +platformdirs (Closes: #1063816)

- - - - -
78160d6a by Alexandre Detiste at 2024-04-28T18:05:54+02:00
remove Python2 vs 3 cruft

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -8,10 +8,9 @@ Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
                python3-all,
                python3-setuptools,
-               python3-appdirs,
+               python3-platformdirs,
                python3-colorlog,
                python3-colorama,
-               python3-mock,
                python3-pexpect,
                python3-pytest,
                python3-pytest-cov,
@@ -32,5 +31,3 @@ Description: common utilities to ease the development of 
Python packages (Python
  The package easydev provides miscellaneous functions that are often used in
  other Python packages. easydev should help developers in speeding up their
  own developments.
- .
- This package installs the library for Python 3.


=====================================
debian/rules
=====================================
@@ -17,7 +17,6 @@ execute_after_dh_install:
        # remove coverage report
        $(RM) debian/*/usr/lib/python*/dist-packages/.coverage
 
-       # Allow python{,3}-easydev to be co-installable
-       # and avoid the generic name "browse" for an executable in /usr/bin
+       # 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/-/compare/af4f2edd3a1941ad02937f070fc0012b042d20aa...78160d6ac2cdd0ec120ecfc2e8a20702c4c9f0b5

-- 
View it on GitLab: 
https://salsa.debian.org/python-team/packages/python-easydev/-/compare/af4f2edd3a1941ad02937f070fc0012b042d20aa...78160d6ac2cdd0ec120ecfc2e8a20702c4c9f0b5
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to