[med-svn] [Git][python-team/packages/python-wordcloud][master] 2 commits: use dh-sequence-python3
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Mon Feb 24 10:50:21 GMT 2025
Alexandre Detiste pushed to branch master at Debian Python Team / packages / python-wordcloud
Commits:
8871cebe by Alexandre Detiste at 2025-02-24T11:49:12+01:00
use dh-sequence-python3
- - - - -
99ebbffe by Alexandre Detiste at 2025-02-24T11:49:46+01:00
reformat with black
- - - - -
3 changed files:
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/control
=====================================
@@ -3,33 +3,36 @@ Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python at tracker.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- cython3,
- python3-setuptools,
- pybuild-plugin-pyproject,
- python3-setuptools-scm,
- python3-all-dev,
- python3-matplotlib <!nocheck>,
- python3-numpy <!nocheck>,
- python3-pil <!nocheck>,
- debhelper
+Uploaders:
+ Andreas Tille <tille at debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ cython3,
+ pybuild-plugin-pyproject,
+ python3-all-dev,
+ python3-matplotlib <!nocheck>,
+ python3-numpy <!nocheck>,
+ python3-pil <!nocheck>,
+ python3-setuptools,
+ python3-setuptools-scm,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wordcloud
Vcs-Git: https://salsa.debian.org/python-team/packages/python-wordcloud.git
Homepage: https://github.com/amueller/word_cloud
Rules-Requires-Root: no
+X-Style: black
Package: python3-wordcloud
Architecture: any
-Depends: ${python3:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
- python3-matplotlib,
- python3-numpy,
- python3-pil,
- fonts-noto-mono
+Depends:
+ fonts-noto-mono,
+ python3-matplotlib,
+ python3-numpy,
+ python3-pil,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
Description: little word cloud generator in Python
Compared to other wordclouds, this algorithm has the advantage of
* filling all available space.
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@ export PYBUILD_AFTER_INSTALL = \
dh_link /usr/share/fonts/truetype/noto/NotoMono-Regular.ttf {install_dir}/$(PYBUILD_NAME)/DroidSansMono.ttf
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_clean:
set -ex; \
=====================================
debian/tests/control
=====================================
@@ -1,4 +1,14 @@
-Tests: run-unit-test
-Depends: @, python3-all, python3-numpy, python3-matplotlib, python3-coverage, python3-pytest-cov, python3-pytest-sugar, python3-setuptools-whl
-Restrictions: allow-stderr
+Tests:
+ run-unit-test,
+Depends:
+ python3-all,
+ python3-coverage,
+ python3-matplotlib,
+ python3-numpy,
+ python3-pytest-cov,
+ python3-pytest-sugar,
+ python3-setuptools-whl,
+ @,
+Restrictions:
+ allow-stderr,
View it on GitLab: https://salsa.debian.org/python-team/packages/python-wordcloud/-/compare/0c889357899c8207b3ffd3fd8c4a31b5c427520f...99ebbffe4776f3cbfa70b5bcae2493091114ecec
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-wordcloud/-/compare/0c889357899c8207b3ffd3fd8c4a31b5c427520f...99ebbffe4776f3cbfa70b5bcae2493091114ecec
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250224/93cfe1b1/attachment-0001.htm>
More information about the debian-med-commit
mailing list