add brotlipy-0.7.0

This commit is contained in:
Andreas Billmeier 2021-10-03 10:27:40 +02:00 committed by Andreas Billmeier
parent 7096e03226
commit 2c0e97381a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST brotlipy-0.7.0.tar.gz 413338 BLAKE2B e39f0a8036dadf55b285bf24a87b1a8373508a7efe8fa1ca786acf6e22adcf81f07d613b78155b3b21d0fc946191f0173902e8bf66062e9ad1fd888e1044c2d0 SHA512 2a01e5b2d217043f13316afc4f54569c5dff76d31c296d4be563a5851195380ab80a33a3035ca95effdebffb45806fb9a431a181bba6f9af205b7f5576937268
EBUILD brotlipy-0.7.0.ebuild 736 BLAKE2B 21632bf9fe4ad1ee79518c84945946295a5d789e881120cb90a34d0f6129b5f2ed4ffd5081c64e1074d951fb50ea8455b91989e7e570622f425b4dbaf0159efc SHA512 4e16aae18381e11977c0063b2fc54a9d50ba5e9a10ceab97da29b3d719682a311c8bf2ac1cdf45fe1ad8b0192c989c5559729f3ef7da97499dcc5e97738dc234
MISC metadata.xml 451 BLAKE2B 69b83ad0ab04bed12e2a39d5ec81ac5ad0f859ff4f0a653dc207a52c30ffbd82cb0da81dfbf5a023a1850590ac4b7f19466d5a05b1a6157e7048008e74ea1363 SHA512 b826b5fec0b9344c539837a479a9a62339608ffdb5f0ee3d6690b9a7cc3129b3133177868ce6ed54537211db4db519620f1b2ef803f779673dadde9676ed7739

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python binding to the Brotli library"
HOMEPAGE="https://github.com/python-hyper/brotlipy/ https://pypi.org/project/brotlipy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=">=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">brotlipy</remote-id>
<maintainer status="unknown">
<email>cory@lukasa.co.uk</email>
<name>Cory Benfield</name>
</maintainer>
</upstream>
</pkgmetadata>