diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:33:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:53:13 +0100 |
commit | 20a310b95d42e4ccef8eaa539c7654c39394a0cb (patch) | |
tree | ce2c4b5ed8ee6ac8acf45190b83fadce909883ca /dev-python/matplotlib | |
parent | dev-python/setuptools_scm: Use pypi.eclass (diff) | |
download | gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.gz gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.bz2 gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.zip |
Rename dev-python/{setuptools_scm → setuptools-scm}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.5.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.5.3.ebuild b/dev-python/matplotlib/matplotlib-3.5.3.ebuild index a2b7b3157070..868720e51388 100644 --- a/dev-python/matplotlib/matplotlib-3.5.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.3.ebuild @@ -88,7 +88,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( diff --git a/dev-python/matplotlib/matplotlib-3.6.1.ebuild b/dev-python/matplotlib/matplotlib-3.6.1.ebuild index e5501461c469..9c33e0855603 100644 --- a/dev-python/matplotlib/matplotlib-3.6.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.1.ebuild @@ -88,7 +88,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} - >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 diff --git a/dev-python/matplotlib/matplotlib-3.6.2.ebuild b/dev-python/matplotlib/matplotlib-3.6.2.ebuild index d8abecd0d250..5c8c474ba51d 100644 --- a/dev-python/matplotlib/matplotlib-3.6.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.2.ebuild @@ -88,7 +88,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} - >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 diff --git a/dev-python/matplotlib/matplotlib-3.6.3.ebuild b/dev-python/matplotlib/matplotlib-3.6.3.ebuild index da2cb549942e..03f03abb8ddd 100644 --- a/dev-python/matplotlib/matplotlib-3.6.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.3.ebuild @@ -88,7 +88,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} - >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 diff --git a/dev-python/matplotlib/matplotlib-3.7.0.ebuild b/dev-python/matplotlib/matplotlib-3.7.0.ebuild index ea7b14247731..2f7921dc4a9e 100644 --- a/dev-python/matplotlib/matplotlib-3.7.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.7.0.ebuild @@ -90,7 +90,7 @@ RDEPEND=" BDEPEND=" ${RDEPEND} - >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 |