public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/, dev-python/cfn-python-lint/, dev-python/cfn-lint/files/, ...
@ 2021-08-18  7:57 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-08-18  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     12d0503426afaffd85ce3ab66c27103f1f334bdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 11:03:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 07:56:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d05034

Move dev-python/{cfn-python-lint → cfn-lint}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/{cfn-python-lint => cfn-lint}/Manifest                  | 0
 .../cfn-lint-0.50.0.ebuild}                                        | 7 ++-----
 .../cfn-lint-0.51.0.ebuild}                                        | 7 ++-----
 .../cfn-lint-0.52.0.ebuild}                                        | 7 ++-----
 .../cfn-lint-0.53.0.ebuild}                                        | 7 ++-----
 .../files/cfn-lint-0.30.1-tests.patch}                             | 0
 dev-python/{cfn-python-lint => cfn-lint}/metadata.xml              | 4 ++--
 dev-python/moto/moto-2.0.10.ebuild                                 | 2 +-
 dev-python/moto/moto-2.0.5.ebuild                                  | 2 +-
 dev-python/moto/moto-2.2.0.ebuild                                  | 2 +-
 dev-python/moto/moto-2.2.2.ebuild                                  | 2 +-
 dev-python/moto/moto-2.2.3.ebuild                                  | 2 +-
 profiles/updates/3Q-2021                                           | 1 +
 13 files changed, 16 insertions(+), 27 deletions(-)

diff --git a/dev-python/cfn-python-lint/Manifest b/dev-python/cfn-lint/Manifest
similarity index 100%
rename from dev-python/cfn-python-lint/Manifest
rename to dev-python/cfn-lint/Manifest

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.50.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.50.0.ebuild
similarity index 90%
rename from dev-python/cfn-python-lint/cfn-python-lint-0.50.0.ebuild
rename to dev-python/cfn-lint/cfn-lint-0.50.0.ebuild
index 348163842a4..827f630bb2e 100644
--- a/dev-python/cfn-python-lint/cfn-python-lint-0.50.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.50.0.ebuild
@@ -6,14 +6,11 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
-# TODO: pkgmove to cfn-lint
-MY_P=${P/-python}
 DESCRIPTION="CloudFormation Linter"
 HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
 SRC_URI="
 	https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+		-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -41,7 +38,7 @@ BDEPEND="
 distutils_enable_tests --install unittest
 
 PATCHES=(
-	"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
+	"${FILESDIR}/cfn-lint-0.30.1-tests.patch"
 )
 
 src_prepare() {

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.51.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.51.0.ebuild
similarity index 90%
rename from dev-python/cfn-python-lint/cfn-python-lint-0.51.0.ebuild
rename to dev-python/cfn-lint/cfn-lint-0.51.0.ebuild
index 2ca06957a77..6bfc86bbdda 100644
--- a/dev-python/cfn-python-lint/cfn-python-lint-0.51.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.51.0.ebuild
@@ -6,14 +6,11 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
-# TODO: pkgmove to cfn-lint
-MY_P=${P/-python}
 DESCRIPTION="CloudFormation Linter"
 HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
 SRC_URI="
 	https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+		-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -41,7 +38,7 @@ BDEPEND="
 distutils_enable_tests --install unittest
 
 PATCHES=(
-	"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
+	"${FILESDIR}/cfn-lint-0.30.1-tests.patch"
 )
 
 src_prepare() {

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.52.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.52.0.ebuild
similarity index 90%
rename from dev-python/cfn-python-lint/cfn-python-lint-0.52.0.ebuild
rename to dev-python/cfn-lint/cfn-lint-0.52.0.ebuild
index 928f06df62f..1213f702d34 100644
--- a/dev-python/cfn-python-lint/cfn-python-lint-0.52.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.52.0.ebuild
@@ -6,14 +6,11 @@ EAPI=8
 PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
-# TODO: pkgmove to cfn-lint
-MY_P=${P/-python}
 DESCRIPTION="CloudFormation Linter"
 HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
 SRC_URI="
 	https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+		-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -41,7 +38,7 @@ BDEPEND="
 distutils_enable_tests --install unittest
 
 PATCHES=(
-	"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
+	"${FILESDIR}/cfn-lint-0.30.1-tests.patch"
 )
 
 src_prepare() {

diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.53.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.53.0.ebuild
similarity index 90%
rename from dev-python/cfn-python-lint/cfn-python-lint-0.53.0.ebuild
rename to dev-python/cfn-lint/cfn-lint-0.53.0.ebuild
index 5c43ac1c42b..f483fd0763d 100644
--- a/dev-python/cfn-python-lint/cfn-python-lint-0.53.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.53.0.ebuild
@@ -6,14 +6,11 @@ EAPI=8
 PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
-# TODO: pkgmove to cfn-lint
-MY_P=${P/-python}
 DESCRIPTION="CloudFormation Linter"
 HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
 SRC_URI="
 	https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
-		-> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+		-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -41,7 +38,7 @@ BDEPEND="
 distutils_enable_tests --install unittest
 
 PATCHES=(
-	"${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
+	"${FILESDIR}/cfn-lint-0.30.1-tests.patch"
 )
 
 src_prepare() {

diff --git a/dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch b/dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch
similarity index 100%
rename from dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch
rename to dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch

diff --git a/dev-python/cfn-python-lint/metadata.xml b/dev-python/cfn-lint/metadata.xml
similarity index 73%
rename from dev-python/cfn-python-lint/metadata.xml
rename to dev-python/cfn-lint/metadata.xml
index 270b9eef5dd..4596000d2f7 100644
--- a/dev-python/cfn-python-lint/metadata.xml
+++ b/dev-python/cfn-lint/metadata.xml
@@ -11,8 +11,8 @@
 	</maintainer>
 	<stabilize-allarches/>
 	<upstream>
-		<remote-id type="github">aws-cloudformation/cfn-python-lint</remote-id>
+		<remote-id type="github">aws-cloudformation/cfn-lint</remote-id>
 		<remote-id type="pypi">cfn-lint</remote-id>
-		<bugs-to>https://github.com/aws-cloudformation/cfn-python-lint/issues</bugs-to>
+		<bugs-to>https://github.com/aws-cloudformation/cfn-lint/issues</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-python/moto/moto-2.0.10.ebuild b/dev-python/moto/moto-2.0.10.ebuild
index eb634172a25..9dda3ad8ff0 100644
--- a/dev-python/moto/moto-2.0.10.ebuild
+++ b/dev-python/moto/moto-2.0.10.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	>=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
 	dev-python/boto[${PYTHON_USEDEP}]
-	dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+	dev-python/cfn-lint[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
 	dev-python/cookies[${PYTHON_USEDEP}]
 	dev-python/dicttoxml[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.0.5.ebuild b/dev-python/moto/moto-2.0.5.ebuild
index 99d32309019..fba6965bc56 100644
--- a/dev-python/moto/moto-2.0.5.ebuild
+++ b/dev-python/moto/moto-2.0.5.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	>=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
 	dev-python/boto[${PYTHON_USEDEP}]
-	dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+	dev-python/cfn-lint[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
 	dev-python/cookies[${PYTHON_USEDEP}]
 	dev-python/dicttoxml[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.0.ebuild b/dev-python/moto/moto-2.2.0.ebuild
index 7c79594ac4f..000f0ec8d51 100644
--- a/dev-python/moto/moto-2.2.0.ebuild
+++ b/dev-python/moto/moto-2.2.0.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	>=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
 	dev-python/boto[${PYTHON_USEDEP}]
-	dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+	dev-python/cfn-lint[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
 	dev-python/cookies[${PYTHON_USEDEP}]
 	dev-python/dicttoxml[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.2.ebuild b/dev-python/moto/moto-2.2.2.ebuild
index e01d705cfed..afcc32f2336 100644
--- a/dev-python/moto/moto-2.2.2.ebuild
+++ b/dev-python/moto/moto-2.2.2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	>=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
 	dev-python/boto[${PYTHON_USEDEP}]
-	dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+	dev-python/cfn-lint[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
 	dev-python/cookies[${PYTHON_USEDEP}]
 	dev-python/dicttoxml[${PYTHON_USEDEP}]

diff --git a/dev-python/moto/moto-2.2.3.ebuild b/dev-python/moto/moto-2.2.3.ebuild
index e01d705cfed..afcc32f2336 100644
--- a/dev-python/moto/moto-2.2.3.ebuild
+++ b/dev-python/moto/moto-2.2.3.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
 	>=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7})
 	dev-python/boto[${PYTHON_USEDEP}]
-	dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+	dev-python/cfn-lint[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
 	dev-python/cookies[${PYTHON_USEDEP}]
 	dev-python/dicttoxml[${PYTHON_USEDEP}]

diff --git a/profiles/updates/3Q-2021 b/profiles/updates/3Q-2021
index 749bbc977b4..a99c693c458 100644
--- a/profiles/updates/3Q-2021
+++ b/profiles/updates/3Q-2021
@@ -1,3 +1,4 @@
 move x11-misc/xrestop x11-apps/xrestop
 move media-sound/zam-plugins media-plugins/zam-plugins
 slotmove =dev-ruby/elasticsearch-transport-6.8.3 6 6.8.3
+move dev-python/cfn-python-lint dev-python/cfn-lint


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-18  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-18  7:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/, dev-python/cfn-python-lint/, dev-python/cfn-lint/files/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox