From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-python/jsonpatch/Manifest | 4 +--- dev-python/jsonpatch/jsonpatch-1.23.ebuild | 27 --------------------------- dev-python/jsonpatch/jsonpatch-1.25.ebuild | 2 +- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 dev-python/jsonpatch/jsonpatch-1.23.ebuild (limited to 'dev-python/jsonpatch') diff --git a/dev-python/jsonpatch/Manifest b/dev-python/jsonpatch/Manifest index cc1494cc29e0..2bdf13f5949d 100644 --- a/dev-python/jsonpatch/Manifest +++ b/dev-python/jsonpatch/Manifest @@ -1,5 +1,3 @@ -DIST jsonpatch-1.23.tar.gz 18162 BLAKE2B 86322a4de88d37eb674d28425d3aee4ad3b589c724b124f37f16e8303200c742404512b9c675f5b5eb8d8f7916469ebb7915bf289c8190092bcf48a1cb9ca7a0 SHA512 da612fc043e351087fbda26cd5686743107dafca1223e784626c39113dfb4770647db1420e9ab9eee93d12c608a6e0812f0825229ab092962cfb390b6b1795ed DIST jsonpatch-1.25.tar.gz 24340 BLAKE2B 0022b4b0b3a0487958b86f14c1738a32593b8056510e3836e15385874b64f5d243d757c99a146a48da6563f0d9330eb38cb91ad6cde3e0a1b4cb8cbd3b15f9dd SHA512 5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6 -EBUILD jsonpatch-1.23.ebuild 778 BLAKE2B f756f62785db7c6c87a97a963779937d644c3318050c51e130f3b5e83f067b0c7ac80302bd5686b160e1900f1e9083754097b1ceac04eefc42c3a75e314e0a9a SHA512 8b38ed2e312198f1e6656853e1b5bfed39dfe3a83e9488a417714fb9a75400aabf5a9bbd2c9dace59dbf776689a84433232825da73bd0d4fec7cfba74bce1d71 -EBUILD jsonpatch-1.25.ebuild 841 BLAKE2B dbe33a2ff09eb08988fd9f59d09a52be52dbeb0c40f732e7363c916639eedc35ed40df6d8dd954493f7ceeed62e20bb29f962eba943d1583aabf2d3f7300b851 SHA512 6da899418df0cd942cd9b03407a314ee9ab5182713e18234495fd08cabffd3c00e237e360747c1d7eefa19aff01ef2357d1eab03db7e8667fa20f9a13d2f9c16 +EBUILD jsonpatch-1.25.ebuild 838 BLAKE2B fa2a72b4138052873043b50039aec310c1ac78d9658ce0d4c2266b24427c0c6a908695d30eb1632d702d5c5ccba3270aab216f242dd05a8ac88c94b3ece066ac SHA512 43b9e2f0d341d6438418c11d9ce7e3b54859973495f0706424f936d8ea39fbbdc254ded111c2bb354fe0b237490015d0da67ee8f99c1705a46ee975eda325abb MISC metadata.xml 679 BLAKE2B ecac7a9a6da1482f0585c29ab1e7f1ea3729dc4c2b4640440b0a1a5eddbbbdc7d2c029c4318ab3645a4025b5e21d11015ec76b21f5b069d49a37bd74dcad6e1f SHA512 37946af836c2d8b521618688ffee4b33c1864751081c1f1cd86442e6eb6cf822cfd9dbc228f834fbd31ca63b1dd24927cdb680076e2bd7ead941558ac1d2e436 diff --git a/dev-python/jsonpatch/jsonpatch-1.23.ebuild b/dev-python/jsonpatch/jsonpatch-1.23.ebuild deleted file mode 100644 index 0b8c2f80ac12..000000000000 --- a/dev-python/jsonpatch/jsonpatch-1.23.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -RESTRICT="test" - -inherit distutils-r1 - -DESCRIPTION="Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04" -HOMEPAGE="https://github.com/stefankoegl/python-json-patch" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} )" - -python_test() { - "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}" - "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with ${EPYTHON}" -} diff --git a/dev-python/jsonpatch/jsonpatch-1.25.ebuild b/dev-python/jsonpatch/jsonpatch-1.25.ebuild index 77592f3ef041..29d72258211d 100644 --- a/dev-python/jsonpatch/jsonpatch-1.25.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.25.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=">=dev-python/jsonpointer-1.9[${PYTHON_USEDEP}]" -- cgit v1.2.3