From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/
Date: Tue, 25 Oct 2022 10:31:20 +0000 (UTC) [thread overview]
Message-ID: <1666693753.192b8cdf49114abafa3839bbc0fa947582858eca.mgorny@gentoo> (raw)
commit: 192b8cdf49114abafa3839bbc0fa947582858eca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 10:29:13 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 10:29:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192b8cdf
dev-python/aws-sam-translator: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aws-sam-translator/Manifest | 3 --
.../aws-sam-translator-1.50.0.ebuild | 59 ----------------------
.../aws-sam-translator-1.51.0.ebuild | 59 ----------------------
.../aws-sam-translator-1.52.0.ebuild | 59 ----------------------
4 files changed, 180 deletions(-)
diff --git a/dev-python/aws-sam-translator/Manifest b/dev-python/aws-sam-translator/Manifest
index 79143504b5d9..1ddd70e919f1 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,4 +1 @@
-DIST aws-sam-translator-1.50.0.gh.tar.gz 1103467 BLAKE2B 8d9408b7e92a5c515da47075a0722c937223e73dfa99d92d6daf91997a2edf4e1854afb88f7020fdab3457453d1c54ea77cf7e3466ec71ede36bfb3fc9c469fa SHA512 2f8f494218a1ac018893de59e7bede88b73ce446b29cc818d9309275851b080608656f69c422a9b49c885a6e6cbe7f34826f31cf4da9f2ee0667a1663dbee32a
-DIST aws-sam-translator-1.51.0.gh.tar.gz 1107033 BLAKE2B be5d46fa4caa7619c0b959eeec65d0902fdb197369c84c930618398a9b4110c2b1e281c80e63c659be266bb6b2f191495c40578fde73ab31c93bd05906bd55e3 SHA512 d21f3d0b3d4947ad25811f0274e5807089a8d1e2aab76310a80a92f48cfe9ac683bcecea3c833692948f94934be5662cf7585aab0a4a949fcf368901d2e1b9a8
-DIST aws-sam-translator-1.52.0.gh.tar.gz 1155351 BLAKE2B 523b7b8b31ee001da05b43a1a9ca17da30d3a4a63ebfefdd7dcb9e4a67088f8b6d51da3eefa241e4330bf901a7cd3544094d58b1b512fb8d967198a7d7b92ab0 SHA512 d6108086143d76bce810ec0276763dac944381ad22bb89f8ed5ed5197168bf9139808c5177655c6d59b57017b398cb8220acfb69d14d25883753e3b695b456f4
DIST aws-sam-translator-1.53.0.gh.tar.gz 1158682 BLAKE2B 4bc8430936a1b180dc04637e540ecad7eb82cd7a5da5254f2b823075878a03ad3e63422c183b365b0dad927bcdf063b8ab40984ab23abe1d91d8bc3c411aa2f1 SHA512 292259bf8d4002b72be51db0358673eee61fe368be5db15e7faff195baae8fa194bef882fd0f5a9b5c46379fe5f9593d101a212121da8d0636aca709dd087f05
diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.50.0.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.50.0.ebuild
deleted file mode 100644
index 0a009ad6cfeb..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.50.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
-}
diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.51.0.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.51.0.ebuild
deleted file mode 100644
index 4194237c6fc3..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.51.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
-}
diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.52.0.ebuild b/dev-python/aws-sam-translator/aws-sam-translator-1.52.0.ebuild
deleted file mode 100644
index 4194237c6fc3..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.52.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
-}
next reply other threads:[~2022-10-25 10:31 UTC|newest]
Thread overview: 181+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-25 10:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 15:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/ Michał Górny
2024-12-07 12:48 Sam James
2024-11-22 12:32 Michał Górny
2024-11-09 8:27 Michał Górny
2024-09-07 10:56 Michał Górny
2024-09-07 10:38 Arthur Zamarin
2024-08-31 11:09 Michał Górny
2024-08-31 10:51 Arthur Zamarin
2024-08-20 1:43 Michał Górny
2024-08-15 3:47 Michał Górny
2024-07-06 19:35 Michał Górny
2024-06-01 17:27 Michał Górny
2024-06-01 11:32 Arthur Zamarin
2024-05-22 9:10 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-17 6:25 Michał Górny
2024-05-07 1:57 Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-05 2:45 Michał Górny
2024-03-23 11:58 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-08 5:40 Michał Górny
2024-03-02 11:52 Michał Górny
2024-03-02 11:25 Arthur Zamarin
2024-02-18 3:28 Michał Górny
2024-02-17 22:26 Sam James
2024-02-16 5:40 Michał Górny
2024-02-03 7:22 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:35 Arthur Zamarin
2024-01-05 5:38 Michał Górny
2023-12-20 16:08 Michał Górny
2023-12-20 16:00 Michał Górny
2023-12-09 14:37 Michał Górny
2023-12-09 14:30 Michał Górny
2023-12-06 6:51 Michał Górny
2023-12-02 9:54 Michał Górny
2023-12-02 9:45 Arthur Zamarin
2023-11-24 14:52 Michał Górny
2023-11-23 4:19 Michał Górny
2023-11-17 7:57 Michał Górny
2023-11-03 17:04 Michał Górny
2023-11-03 10:59 Sam James
2023-10-24 5:27 Michał Górny
2023-10-24 5:16 Michał Górny
2023-10-14 6:29 Michał Górny
2023-10-07 4:43 Michał Górny
2023-10-06 15:13 Michał Górny
2023-10-06 15:05 Sam James
2023-09-29 4:50 Michał Górny
2023-09-20 4:22 Michał Górny
2023-09-01 14:15 Michał Górny
2023-09-01 7:19 Sam James
2023-09-01 5:06 Michał Górny
2023-08-15 9:32 Michał Górny
2023-08-15 3:31 Sam James
2023-08-10 2:33 Michał Górny
2023-07-29 2:54 Michał Górny
2023-07-24 12:42 Michał Górny
2023-07-24 12:07 Jakov Smolić
2023-07-06 3:31 Michał Górny
2023-06-23 5:35 Michał Górny
2023-06-18 17:21 Michał Górny
2023-06-18 15:45 Sam James
2023-06-16 4:05 Michał Górny
2023-05-26 3:57 Michał Górny
2023-05-17 3:40 Michał Górny
2023-05-05 14:07 Michał Górny
2023-05-05 13:53 Arthur Zamarin
2023-04-28 15:07 Arthur Zamarin
2023-04-28 15:07 Arthur Zamarin
2023-04-28 5:56 Michał Górny
2023-04-20 3:12 Michał Górny
2023-04-07 4:19 Michał Górny
2023-03-28 15:17 Michał Górny
2023-03-28 14:59 Sam James
2023-03-28 5:19 Michał Górny
2023-03-15 6:13 Michał Górny
2023-03-11 6:55 Michał Górny
2023-03-04 5:53 Michał Górny
2023-03-04 5:29 Arthur Zamarin
2023-03-01 6:16 Michał Górny
2023-02-28 5:06 Michał Górny
2023-02-09 18:16 Michał Górny
2023-02-09 15:20 Sam James
2023-02-09 5:56 Michał Górny
2023-02-09 5:56 Michał Górny
2023-01-25 7:55 Michał Górny
2023-01-24 7:04 Michał Górny
2023-01-13 7:09 Michał Górny
2023-01-10 14:37 Michał Górny
2023-01-10 14:37 Michał Górny
2023-01-06 5:35 Michał Górny
2022-12-21 6:46 Michał Górny
2022-12-10 15:52 Michał Górny
2022-12-10 14:33 Arthur Zamarin
2022-11-29 6:59 Michał Górny
2022-11-11 14:31 Michał Górny
2022-10-25 9:49 Sam James
2022-10-11 17:39 Michał Górny
2022-10-07 7:03 Michał Górny
2022-09-22 6:23 Michał Górny
2022-09-20 5:57 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-08-17 18:28 Arthur Zamarin
2022-08-09 7:43 Agostino Sarubbo
2022-08-08 19:18 Arthur Zamarin
2022-07-26 14:11 Michał Górny
2022-07-13 8:10 Michał Górny
2022-07-10 18:52 Michał Górny
2022-07-10 16:56 Sam James
2022-06-08 5:35 Michał Górny
2022-04-27 6:46 Michał Górny
2022-04-26 21:49 Sam James
2022-04-07 4:27 Michał Górny
2022-03-29 8:33 Michał Górny
2022-03-23 8:58 Michał Górny
2022-01-28 18:41 Arthur Zamarin
2021-12-23 22:39 Sam James
2021-12-13 3:09 Yixun Lan
2021-12-10 17:12 Arthur Zamarin
2021-12-10 12:01 Jakov Smolić
2021-12-04 5:36 Michał Górny
2021-11-03 6:43 Michał Górny
2021-10-31 20:31 Michał Górny
2021-10-31 17:55 Sam James
2021-09-29 21:59 Michał Górny
2021-08-26 8:24 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-20 9:08 Michał Górny
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-07-07 6:33 Michał Górny
2021-06-05 12:56 Michał Górny
2021-06-01 7:16 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-03-13 8:38 Michał Górny
2021-03-02 8:43 Michał Górny
2021-03-02 3:14 Sam James
2021-01-30 9:19 Michał Górny
2021-01-18 18:48 Michał Górny
2021-01-18 16:29 Sam James
2021-01-07 9:16 Michał Górny
2020-12-27 8:58 Michał Górny
2020-12-26 23:37 Sam James
2020-12-21 20:31 Michał Górny
2020-12-21 20:21 Sam James
2020-12-17 23:17 Michał Górny
2020-12-17 23:17 Michał Górny
2020-12-17 12:53 Michał Górny
2020-12-17 12:53 Michał Górny
2020-12-17 12:32 Sam James
2020-12-02 15:08 Michał Górny
2020-12-02 9:20 Michał Górny
2020-11-24 8:18 Michał Górny
2020-11-19 7:55 Michał Górny
2020-11-19 0:40 Michał Górny
2020-11-06 8:01 Michał Górny
2020-10-29 6:51 Michał Górny
2020-10-26 0:03 Sam James
2020-10-25 23:51 Thomas Deutschmann
2020-09-19 7:21 Michał Górny
2020-09-18 14:28 Michał Górny
2020-09-18 7:29 Agostino Sarubbo
2020-08-18 5:28 Sam James
2020-08-12 10:01 Michał Górny
2020-07-30 20:46 Michał Górny
2020-07-30 20:03 Sam James
2020-07-05 20:12 Michał Górny
2020-06-17 6:56 Michał Górny
2020-06-10 20:50 Michał Górny
2020-06-10 20:50 Michał Górny
2020-06-10 20:50 Michał Górny
2020-04-29 20:54 Patrick McLean
2020-02-04 13:32 Michał Górny
2019-06-25 1:35 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666693753.192b8cdf49114abafa3839bbc0fa947582858eca.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox