From 3c090e7c2aa9a050cb0d8ea7981ee951aa2154c4 Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 25 Jun 2018 10:22:08 +0800 Subject: [PATCH] brotlipy: remove in Gentoo's favour, https://github.com/gentoo/gentoo/pull/8261 --- dev-python/brotlipy/Manifest | 2 -- dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild | 22 -------------------- dev-python/brotlipy/brotlipy-0.7.0.ebuild | 22 -------------------- 3 files changed, 46 deletions(-) delete mode 100644 dev-python/brotlipy/Manifest delete mode 100644 dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild delete mode 100644 dev-python/brotlipy/brotlipy-0.7.0.ebuild diff --git a/dev-python/brotlipy/Manifest b/dev-python/brotlipy/Manifest deleted file mode 100644 index 472413b81..000000000 --- a/dev-python/brotlipy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST brotlipy-0.6.0.tar.gz 437694 BLAKE2B 6b5c72b6d075427f8bff9f61d136883d3548d68f538e38aa1c25b772b0bc5c7eedcbbee9b4a042547965a98dec2eb3b2b9cb30347805af002aec00b87040a3cd SHA512 7fdeebaf50565cd57c98cd60297c50a8482283b9d71a382d0e92068eeec1d3d9dd50735d81ac8b196e54291c9cbe9fd3ef27c939ecdc2a164dc9a08b3f57f35c -DIST brotlipy-0.7.0.tar.gz 413338 BLAKE2B e39f0a8036dadf55b285bf24a87b1a8373508a7efe8fa1ca786acf6e22adcf81f07d613b78155b3b21d0fc946191f0173902e8bf66062e9ad1fd888e1044c2d0 SHA512 2a01e5b2d217043f13316afc4f54569c5dff76d31c296d4be563a5851195380ab80a33a3035ca95effdebffb45806fb9a431a181bba6f9af205b7f5576937268 diff --git a/dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild b/dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild deleted file mode 100644 index 799f3c6ad..000000000 --- a/dev-python/brotlipy/brotlipy-0.6.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python binding to the Brotli library" -HOMEPAGE="https://pypi.python.org/pypi/brotlipy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - virtual/python-cffi[${PYTHON_USEDEP}]" diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild b/dev-python/brotlipy/brotlipy-0.7.0.ebuild deleted file mode 100644 index 3ac07dd1d..000000000 --- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python binding to the Brotli library" -HOMEPAGE="https://pypi.python.org/pypi/brotlipy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - virtual/python-cffi[${PYTHON_USEDEP}]"