diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pretty-yaml | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pretty-yaml')
-rw-r--r-- | dev-python/pretty-yaml/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild | 30 | ||||
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 4 |
3 files changed, 3 insertions, 35 deletions
diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pretty-yaml/Manifest index d3d965770c82..b726988c8820 100644 --- a/dev-python/pretty-yaml/Manifest +++ b/dev-python/pretty-yaml/Manifest @@ -1,5 +1,3 @@ -DIST pyaml-15.6.3.tar.gz 14459 BLAKE2B 3329d47f5cfc3de1a2916ac2f7cbe6bb0ac0739fe7704a4a3c684d9a050f9272c16140cf3fe040fe74b86f71e46ac626fe179bec04fbeccf6962ae959b846953 SHA512 9d0789342f59adfc415bef54cdc52b75cbcf1fa71940e1b9534ea0c141c5737449104e45fb0feea968e58d0886a74d9a5bbec0ba05b7d72cf5d93d3a674b5868 DIST pyaml-15.8.2.tar.gz 16544 BLAKE2B 1e9820c172bb0c2e05c78f5dee3299c6bb0d83e2c658f3cd45322abac3404af1c9dd1f3b00e2c7b285cbd00c17d382c82cbb16b96bbac10021a0ca1a008d0287 SHA512 74f1fdacdd601f0b6f710457627e4dcbc42e7301fe5faa061d3e8d593842d6e5dd85041625aba576bba9cda2a713ee07ca3067221a720cbddc6dcd417fccee64 -EBUILD pretty-yaml-15.6.3.ebuild 762 BLAKE2B 18d22b43bdf4e23a0a6e0451fe92c74677aef730cfdfab4f9f94eceadd1d3d582d15b70435d83226edeae29f2748f864151f394c8efe80241315bd3c15ad9b74 SHA512 17380cac91235d86cf9e5039bae6f5fc6b0ebaa142028830d1cf9545e204487eea6331ea9479a6c115122fd745c4484611b1d3414001c68282519de3c1d64cdd -EBUILD pretty-yaml-15.8.2.ebuild 783 BLAKE2B 04e1dc34e3898b4f014a6f52ef2c85c2fb84cb0c1f416117e46a90eaa2e2b75c4a8ed0804ac11e58a595e619a2174f839f8f2ceccf9e8f9fc4e68ee024e5c95d SHA512 f3cf9587de33729581729c31d44d5e2eec0effba0429ed27703f2ebd52d0ccd58fdccfd5149d4e00133a72f30a65265ca35f709ff78056ad5a0e9da0ea5efb1b +EBUILD pretty-yaml-15.8.2.ebuild 776 BLAKE2B 1f8c20a0bfb9defed9f5a7b19ea52baff22fed87ec262d2fbed7cdc377e262b8a8ff2cb826189ed75718768715e35193b878f46bbb213e11ac34941987b3e565 SHA512 c204290537c5cc99334f7cd61ffa21581e8e864647cc6a0fb585a119a87f728758fa3db225b1717c703b1a9b2e9b44c8b142d47b4d1ee064a4231343441dc891 MISC metadata.xml 444 BLAKE2B 522c0c3698f3c35b698b255504afbcda02c321e542ba7013fb0e3de4f57334b31ee014dbfdc8914dd2760a621ab1724a9142029d506d8fa44831726ae7c2b6a9 SHA512 70aee75c33eaa54fc003d6879ada0d4fc772d00619273c7b0e7c5829dcffb8ba23171c563e6e922504d9256f53ee207b36b98240bec3d084a8e6de15e0013732 diff --git a/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild deleted file mode 100644 index d66683e52bf4..000000000000 --- a/dev-python/pretty-yaml/pretty-yaml-15.6.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_5 pypy ) - -inherit distutils-r1 - -MY_PN="${PN//retty-}" -DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data" -HOMEPAGE="https://github.com/mk-fg/pretty-yaml" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/unidecode[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_test() { - "${PYTHON}" pyaml/tests/dump.py || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild index 960913e8c75f..cc507c308569 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 |