brotlipy: remove in Gentoo's favour, https://github.com/gentoo/gentoo/pull/8261

This commit is contained in:
blshkv 2018-06-25 10:22:08 +08:00
parent 9ed56cc1dd
commit 3c090e7c2a
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 0 additions and 46 deletions

View file

@ -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

View file

@ -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}]"

View file

@ -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}]"