diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/pretty-yaml | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/pretty-yaml')
-rw-r--r-- | dev-python/pretty-yaml/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pretty-yaml/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 32 | ||||
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild | 2 |
4 files changed, 4 insertions, 37 deletions
diff --git a/dev-python/pretty-yaml/Manifest b/dev-python/pretty-yaml/Manifest index 707214004888..4402ac4ecc34 100644 --- a/dev-python/pretty-yaml/Manifest +++ b/dev-python/pretty-yaml/Manifest @@ -1,5 +1,3 @@ -DIST pyaml-15.8.2.tar.gz 16544 BLAKE2B 1e9820c172bb0c2e05c78f5dee3299c6bb0d83e2c658f3cd45322abac3404af1c9dd1f3b00e2c7b285cbd00c17d382c82cbb16b96bbac10021a0ca1a008d0287 SHA512 74f1fdacdd601f0b6f710457627e4dcbc42e7301fe5faa061d3e8d593842d6e5dd85041625aba576bba9cda2a713ee07ca3067221a720cbddc6dcd417fccee64 DIST pyaml-20.4.0.tar.gz 21176 BLAKE2B 0aac0250d610d7b2ef042e251142de4520e7db96073d46bde0dcb37ad43d9c278cbdfc7ab247b4d41c7c30e893306aa47b25a584a2aa4c157d66203b8e140895 SHA512 432fd215e034beafc07270a6aa8b726d5a16ef8946a95c1db9a34b4f492bbe2089dffbb1ce856d3e8153ec18ac943973a23e3aa9283d53ee0b2e7ba5dcd3d317 -EBUILD pretty-yaml-15.8.2.ebuild 767 BLAKE2B d7d607bdbeef29d67ecff12eeae5482d241f52160f985994a5b588d62aa35142b0f01b1d7c13280d0d917297ef826f7a4be7f4ca6209ce4bb8e74e1569678266 SHA512 0831b756090da15e9169d107005838709a82c2de712bf2b3f0321ad839aed059f0fc703cfdc2a0ebb6cdbd51fbb94f6d06f08317b66df88e3ce327293f0116f2 -EBUILD pretty-yaml-20.4.0.ebuild 718 BLAKE2B 53b9721e44ab77f07e61301a711489633deff6830204b04760a2c83982e56694146be3f4bac05c5749824759e2932f8c1d1cc49c5767c82c56a2b821d4c9ff91 SHA512 295d7cd6914dc97c4846299d8d801849030f70ed45cefed81699583ebbefd316b3ccffa61bbd61b4080f95bd4513c2d73b4e6c5e44b48c28ac7c9e0410bb1eba -MISC metadata.xml 444 BLAKE2B 522c0c3698f3c35b698b255504afbcda02c321e542ba7013fb0e3de4f57334b31ee014dbfdc8914dd2760a621ab1724a9142029d506d8fa44831726ae7c2b6a9 SHA512 70aee75c33eaa54fc003d6879ada0d4fc772d00619273c7b0e7c5829dcffb8ba23171c563e6e922504d9256f53ee207b36b98240bec3d084a8e6de15e0013732 +EBUILD pretty-yaml-20.4.0.ebuild 722 BLAKE2B 55107785821bd62c0fd43f23103d312bc1ef1707639257643272c59d83a0fa059d94959b9dcced21a4fd8f4934936d3fe74d13595b1e09bd2d466312acbddeca SHA512 e059939e3fe4f2d484f515c0dab6b7ecc68483ecf838805c033d51e19a19fb5ccf078e647e87bcb602fa84827017c3b977f7c3f45cd05488176164e17e918a23 +MISC metadata.xml 469 BLAKE2B 9a5eb78ddd20825b189c9d6e95c35dd9ef7772a42f5a68d48fd2ee5ff54c906dd0268e03e33ffbd0c77eccc188538597d61445c648de9408813093405f2f063a SHA512 45ce0035cfd63132fd0eb7f7684b4099216d6f6d9ab9101c66c5a031e51d4a80013ed3bcb7e95654e3cd6046a97e3db41bf09ad209e45f2034b5d9ff02d6ed43 diff --git a/dev-python/pretty-yaml/metadata.xml b/dev-python/pretty-yaml/metadata.xml index c3f03708b939..b4865611177b 100644 --- a/dev-python/pretty-yaml/metadata.xml +++ b/dev-python/pretty-yaml/metadata.xml @@ -5,6 +5,7 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="pypi">pyaml</remote-id> <remote-id type="github">mk-fg/pretty-yaml</remote-id> diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild deleted file mode 100644 index 0a7759c45374..000000000000 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) - -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? ( - ${RDEPEND} - 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-20.4.0.ebuild b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild index 9135bdefe03d..0d97d771f4d1 100644 --- a/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-20.4.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |