commit:     a7d7732574bf3c0994300cce93941f9fb0374707
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 05:54:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 05:56:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d77325

dev-python/aws-sam-translator: Remove old

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

 dev-python/aws-sam-translator/Manifest             |  4 --
 .../aws-sam-translator-1.46.0.ebuild               | 60 ----------------------
 .../aws-sam-translator-1.47.0.ebuild               | 60 ----------------------
 .../aws-sam-translator-1.48.0.ebuild               | 60 ----------------------
 .../aws-sam-translator-1.49.0.ebuild               | 59 ---------------------
 5 files changed, 243 deletions(-)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index b19ae682a27f..efbfc5d3572f 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,5 +1 @@
-DIST aws-sam-translator-1.46.0.gh.tar.gz 1082378 BLAKE2B 
915f09ab6ecdecca7cc149ebd93d7370a3cfd103cf7e222fe5f8aefe084a8f285606a7a18467d996d643c70b132014d7ebeeb6d313498b8879ad13d905f3afbb
 SHA512 
c33edd6209d7051a0d8132cdb675953a691f371e4ce02207d047be03211aff4d4c491c0f8d0fb8776a0693ff702d24ffc338d005bc9c6f166658e8293e478731
-DIST aws-sam-translator-1.47.0.gh.tar.gz 1087660 BLAKE2B 
47e13a468f2ac0015683acb187a83f0e8f8b23162d4cd1b70eadfe36d3e10ea19259f2f313beb557175456f3455da3b08594207bb013cc33d30e4964ddec8ba8
 SHA512 
29af2b6c51384c906328d839f412dddbf0d9fcf07e77484567fd6c63be44d152b003087595530e20c63e504bc2fc27cc041c4cf21aab070240b6211a93a2dd20
-DIST aws-sam-translator-1.48.0.gh.tar.gz 1098247 BLAKE2B 
99f3c94f94535e1ccfac5e20a2e403d7be6867bf7a644390a0aeb3444edaecf55d6b9454dd01c09ab12693c9abbf9c2994ea018f636f759f0f2d67e364ef4dd6
 SHA512 
150447a0068e056f38b246f27e3c5db831fb4a01cbc302d6203713d935a480bcd8d758873819eda02f2a4bf5a07ab397cbe63b6006bd053c5589b3220515eb65
-DIST aws-sam-translator-1.49.0.gh.tar.gz 1100512 BLAKE2B 
d1c5cbdcf4b4bd53b2d3fb1fa4e945a38294e2c4da0c3d1479c0d43191045a8b4c85edcb008e7e843830c203f795b0620607046d0715a922e8dc4629be781961
 SHA512 
b614438f6dd7c903f7817a66f26d18026b909011cb48adb19c23f1897e6657bc997a964dd1282d7da37d782aafc0c0fd503524ae0024a682bf06ee2e15020f27
 DIST aws-sam-translator-1.50.0.gh.tar.gz 1103467 BLAKE2B 
8d9408b7e92a5c515da47075a0722c937223e73dfa99d92d6daf91997a2edf4e1854afb88f7020fdab3457453d1c54ea77cf7e3466ec71ede36bfb3fc9c469fa
 SHA512 
2f8f494218a1ac018893de59e7bede88b73ce446b29cc818d9309275851b080608656f69c422a9b49c885a6e6cbe7f34826f31cf4da9f2ee0667a1663dbee32a

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild
deleted file mode 100644
index e6fa6549e819..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
-HOMEPAGE="
-       https://github.com/aws/serverless-application-model/
-       https://pypi.org/project/aws-sam-translator/
-"
-SRC_URI="
-       
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/serverless-application-model-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       <dev-python/boto3-2[${PYTHON_USEDEP}]
-       >=dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
-       >=dev-python/six-1.11[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/validator/test_validator_api.py::TestValidatorApi::test_errors_13_error_definitionuri
-       
tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -i -e '/addopts/d' pytest.ini || die
-
-       # deps are installed by ebuild, don't try to reinstall them via pip
-       truncate --size=0 requirements/*.txt || die
-
-       distutils-r1_python_prepare_all
-}

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.47.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.47.0.ebuild
deleted file mode 100644
index 50524b4a89f5..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.47.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
-HOMEPAGE="
-       https://github.com/aws/serverless-application-model/
-       https://pypi.org/project/aws-sam-translator/
-"
-SRC_URI="
-       
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/serverless-application-model-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       <dev-python/boto3-2[${PYTHON_USEDEP}]
-       >=dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
-       >=dev-python/six-1.11[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/validator/test_validator_api.py::TestValidatorApi::test_errors_13_error_definitionuri
-       
tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -i -e '/addopts/d' pytest.ini || die
-
-       # deps are installed by ebuild, don't try to reinstall them via pip
-       truncate --size=0 requirements/*.txt || die
-
-       distutils-r1_python_prepare_all
-}

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.48.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.48.0.ebuild
deleted file mode 100644
index 50524b4a89f5..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.48.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
-HOMEPAGE="
-       https://github.com/aws/serverless-application-model/
-       https://pypi.org/project/aws-sam-translator/
-"
-SRC_URI="
-       
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/serverless-application-model-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       <dev-python/boto3-2[${PYTHON_USEDEP}]
-       >=dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
-       >=dev-python/six-1.11[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/validator/test_validator_api.py::TestValidatorApi::test_errors_13_error_definitionuri
-       
tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -i -e '/addopts/d' pytest.ini || die
-
-       # deps are installed by ebuild, don't try to reinstall them via pip
-       truncate --size=0 requirements/*.txt || die
-
-       distutils-r1_python_prepare_all
-}

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.49.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.49.0.ebuild
deleted file mode 100644
index 0a009ad6cfeb..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.49.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
-HOMEPAGE="
-       https://github.com/aws/serverless-application-model/
-       https://pypi.org/project/aws-sam-translator/
-"
-SRC_URI="
-       
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/serverless-application-model-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       <dev-python/boto3-2[${PYTHON_USEDEP}]
-       >=dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.2[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-       
tests/validator/test_validator_api.py::TestValidatorApi::test_errors_13_error_definitionuri
-       
tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing
-       
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -i -e '/addopts/d' pytest.ini || die
-
-       # deps are installed by ebuild, don't try to reinstall them via pip
-       truncate --size=0 requirements/*.txt || die
-
-       distutils-r1_python_prepare_all
-}

Reply via email to