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/pkgcraft | |
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/pkgcraft')
-rw-r--r-- | dev-python/pkgcraft/pkgcraft-0.0.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pkgcraft/pkgcraft-0.0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pkgcraft/pkgcraft-0.0.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pkgcraft/pkgcraft-0.0.3.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.3.ebuild index 5dc743ca3d03..d4fd63823f77 100644 --- a/dev-python/pkgcraft/pkgcraft-0.0.3.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.3.ebuild @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-python/cython - dev-python/setuptools_scm + dev-python/setuptools-scm virtual/pkgconfig " diff --git a/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild index a9b364218f73..ecc27295afcc 100644 --- a/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-python/cython - dev-python/setuptools_scm + dev-python/setuptools-scm virtual/pkgconfig " diff --git a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild index 7b1de554a840..4e72ba58ae7b 100644 --- a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild +++ b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-python/cython - dev-python/setuptools_scm + dev-python/setuptools-scm virtual/pkgconfig " diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index 3016e20be3d3..8ffd087568b0 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" >=dev-python/cython-3.0.0_beta1 - dev-python/setuptools_scm + dev-python/setuptools-scm virtual/pkgconfig " |