dev-python/aiohttp-isal: new package, add 0.3.1
Closes: #3345 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/aiohttp-isal/Manifest
Normal file
3
dev-python/aiohttp-isal/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiohttp_isal-0.3.1.tar.gz 8529 BLAKE2B 551357ca2f1fade2cba29c69ba57b17796a759cc67d148162035625d701464d770f405c00b7d975314078d5eac14b36fb6f875d6c183641dcd41cd7fc57b29c6 SHA512 9faae36ed165a0e6261c52b5b37528971de10399e90e6ebcf5d7204c11ce3d03d631899227f6e0a3fe0cc2c07a9a7a6523c2fb175324a405ba1026040466fc98
|
||||
EBUILD aiohttp-isal-0.3.1.ebuild 594 BLAKE2B b5e7a74565d38fb754d1ae0b664d7ec52babde5cec85226b3efdd7fe4a0f87023ac4a2cd689b681fe09c0b305c39d2a93623fcfd9c2a64943a677f152a894497 SHA512 576ac904cbe03edf37effa8f1aed083d4d31daf51b0336f6dcdbe305f2a20d4a1fc80d9f59362fd8beff14af1d63f11a1b8b5d2754354594cdc43c17dfc1468d
|
||||
MISC metadata.xml 515 BLAKE2B 2bb1d1dbe5707d516c6db74458828dc8c4b92fe2836251c8999638dbc0e4ad304f3d5c3169bcb0b9be4f23b9fe47b5072c8b339c9eae8479c4e1392d8a3e3309 SHA512 f3c4360ea81deccb75f1a820d96ccc1bf0700bf0071ab060a64be287c6abcef412cc1bf6104be814c3e5796e7a8fa0725bb495f6c490ab2e5a97fe2bc0617649
|
||||
27
dev-python/aiohttp-isal/aiohttp-isal-0.3.1.ebuild
Normal file
27
dev-python/aiohttp-isal/aiohttp-isal-0.3.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="isal support for aiohttp"
|
||||
HOMEPAGE="https://github.com/bdraco/aiohttp-isal https://pypi.org/project/aiohttp-isal/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/aiohttp-isal/metadata.xml
Normal file
16
dev-python/aiohttp-isal/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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">aiohttp-isal</remote-id>
|
||||
<remote-id type="github">bdraco/aiohttp-isal</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nick@koston.org</email>
|
||||
<name>J. Nick Koston</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user