From a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Apr 2018 20:02:04 +0100 Subject: gentoo resync : 28.04.2018 --- dev-python/kiwisolver/Manifest | 4 +--- dev-python/kiwisolver/kiwisolver-0.1.3.ebuild | 25 ------------------------- dev-python/kiwisolver/kiwisolver-1.0.1.ebuild | 2 +- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 dev-python/kiwisolver/kiwisolver-0.1.3.ebuild (limited to 'dev-python/kiwisolver') diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest index 2638ac3a969a..9646304a8514 100644 --- a/dev-python/kiwisolver/Manifest +++ b/dev-python/kiwisolver/Manifest @@ -1,5 +1,3 @@ -DIST kiwisolver-0.1.3.zip 48696 BLAKE2B c5a89ae53b21e188cd7bbb82162fc81814f7794cb786dbb0c3f54f05f845d7b8780f159b55f42cd358ede8b0d8a0bc12132e10ea8249ba31f8e5e64075953c49 SHA512 ce5ccf03da88743f091aba7e01ec3d7f4d7a83cb1d2e33b52a4a825bc4b9919329e73bb85a05effc83f6cc449082c5534a036a8d639937229fc7bedcc90d5089 DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013 SHA512 01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18 -EBUILD kiwisolver-0.1.3.ebuild 557 BLAKE2B 44665a1ac41ca4bcd438c87dbf806a9464f60458eece4ae0d263cce38dd4a1695a49c6534151689c13347f1e4c7541d6b503c6b45430ac9a97c565a393ba8eb7 SHA512 80b46de3ebf259e3ffd7fb3fef5d873fd39e8733b8745d909858b9f5168982879d39007bc9b9d2699879281a1986e35bb4a5f52d1b60df420e03bbc787686c19 -EBUILD kiwisolver-1.0.1.ebuild 547 BLAKE2B cbfbf7cd4f7d8112207e5cc9fa5d693937a6c59989351c9608e6dee0ebee2191c42f7ec997aab37050e043662c5262177ac294af738debbe00302377de01e20b SHA512 21e4f24ccd7e69edd58495b29505619002212191c3d10a53476affcb185bacbe5026454180f6af3ddc61f07113f0f428dc08d176c6ae39b94b5bd7239cca060e +EBUILD kiwisolver-1.0.1.ebuild 545 BLAKE2B f36fe57f03dcea511fcc475b8647d8e21fdf492fd67d4615f76d1c09b7725554faf659b72789e34de36dabbcc124471c58e59bbed281c5bdab4aac04e305c46e SHA512 3343e100683f5acc3b96ca2239e2a1a07df84a9642936ea2318357891660b01dd4da3e41de2f2bfcf935eaac475fe5c2c8d51471caf758e327fe11218012e7b3 MISC metadata.xml 297 BLAKE2B f3bcf69a0615862f39b7182500b5f2b476786d974a7dac4ae07d7409610659ecd69bbfe13a926615ba5ef59a3438cba37ba246ab1dd3666e84bcba8efa03357b SHA512 8e2af9d77af6a660d6624bb67076747b79884797a2a1cfd32df0301e7aff0d2d4f8dfe48acb8f3a2de5d3b4c51ed647cb2a373d04e5a5d1e3abc763b270197af diff --git a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild b/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild deleted file mode 100644 index b7356a2414ee..000000000000 --- a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="An efficient C++ implementation of the Cassowary constraint solving algorithm" -HOMEPAGE="https://github.com/nucleic/kiwi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="Clear-BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - chmod o-w *egg*/* || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild index 7ec3a2e14419..aaee070363a0 100644 --- a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild +++ b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild @@ -10,6 +10,6 @@ HOMEPAGE="https://github.com/nucleic/kiwi" SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Clear-BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}"/kiwi-${PV} -- cgit v1.2.3