commit:     52d2dee50dd6625638d295448f9e8067d5cde87b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 06:41:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 06:46:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d2dee5

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.40.0.ebuild               | 43 -----------------
 .../aws-sam-translator-1.42.0.ebuild               | 47 ------------------
 .../aws-sam-translator-1.43.0.ebuild               | 55 ----------------------
 .../aws-sam-translator-1.44.0.ebuild               | 55 ----------------------
 5 files changed, 204 deletions(-)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index 307c37d14245..5774ad0bd709 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,5 +1 @@
-DIST aws-sam-translator-1.40.0.tar.gz 988864 BLAKE2B 
5a414bde5ceeb016267c64742e8c8dabf1460471261a84464ab2bffa4b5553eb042ffe2b4ac91b470316f64a68043e27f652b2cc5aabc8a83cf61faa89d7af51
 SHA512 
99c578cbe4100c30d2e6357dbb35aaf9e93180b8fce27f1b8400253153fef7d18487b5f67e0824920c6adb8bfdfe763a8fd893b3ac4ef3f781673f4761866e0e
-DIST aws-sam-translator-1.42.0.tar.gz 1017720 BLAKE2B 
d0166b09b99c64f5f4a4c1ebfe63b6a35ca6db73efb97f76b8748272b646fe2fcf9de06c2f6b29ce69a3edfce9235ba932913055e70f48d88569e4df25a6be0e
 SHA512 
6b1bfd4bde203e31a9d98a385d6c0705ba651c39846358e750faf8a30c4e4e8b2ee57623af27da670ee8f1f5edca795b1b5528b5237ff9f01f911d4b9385ebcd
-DIST aws-sam-translator-1.43.0.tar.gz 1046840 BLAKE2B 
19e405a07c9eb42ee77f26986eb09e6902559fc3fad5f1b7f4df0d09cb529add1c53910afa3fa3d867f048e69fb4c6872004733fc611347d4438013b80605e5c
 SHA512 
9e7a5b4769eafcf1a9d8af7582cd4af3a82843d2c7c474495b9099fcb94f8dd0dd45d02f52ed609de7dc341b77f0f913526410935244836c3201b99c3fb6a292
-DIST aws-sam-translator-1.44.0.tar.gz 1047747 BLAKE2B 
54714943b1bb561e32fb0102aa7b3fdb77d9bd864510ff1cc5315591fad70ef112fe7bc080f2c7ba1444fc2dd7ccae212c539b8ec2015a93b1486e9152493fac
 SHA512 
0c165b808b6ead83bfb3d4ee75ff683e733433b505ec035527b3e2ecac4d166acf60ce7c0a16f16181a42adf126bb215f88916e705fc9746b412ba58dbfe1815
 DIST aws-sam-translator-1.45.0.tar.gz 1053946 BLAKE2B 
b34c7417bd20fbd5907992e860ff7acaf1f6dea699d4385bda96467ff03965f30b068835af377d41dcd0ef210509d0b21a05b7e65394771981f8b499730acd41
 SHA512 
218eda9498fe0db9bab71cdd09d128403248e80936eb2a0e8afeff31f5f8e959aa9d70997ed565c05739ab40bc93d51d1fd84969ec9d7e48b8f10c062b2f74d1

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.40.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.40.0.ebuild
deleted file mode 100644
index 03889222928e..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.40.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.tar.gz"
-S="${WORKDIR}/serverless-application-model-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-       >=dev-python/boto3-1.17[${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
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
-               -i 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.42.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.42.0.ebuild
deleted file mode 100644
index 5249a3f3d407..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.42.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.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-1.17[${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
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
-               -i 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.43.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.43.0.ebuild
deleted file mode 100644
index 34c909b06a88..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.43.0.ebuild
+++ /dev/null
@@ -1,55 +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..10} )
-
-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}.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-1.17[${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
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
-               -i 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.44.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.44.0.ebuild
deleted file mode 100644
index 34c909b06a88..000000000000
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.44.0.ebuild
+++ /dev/null
@@ -1,55 +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..10} )
-
-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}.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-1.17[${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
-)
-
-python_prepare_all() {
-       # remove pytest-cov dependency
-       sed -r -e 's:--cov(-[[:graph:]]+|)[[:space:]]+[[:graph:]]+::g' \
-               -i 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