dev-python/sockio: add 0.15.0
This commit is contained in:
parent
2629e76706
commit
0aa44bafdd
3
dev-python/sockio/Manifest
Normal file
3
dev-python/sockio/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST sockio-0.15.0.tar.gz 25366 BLAKE2B 59ec4ec2117cc5c9dc1a700dbed283b4589edc6c9e990aefdeeb7f67eba329fde24b5e15ac3bea051be793d953b9e4a9e8ae3ffaabc28ac0f696f1fdb2057f96 SHA512 52b0b5c7b4267528503b66d64b7e4e51735092fbbd81dc8678af3deb62a25f19c1274e3e26b2be4fa9fb0fdfb084cfbb32d609eab773f88d0f7d5c0d40105b2e
|
||||
EBUILD sockio-0.15.0.ebuild 674 BLAKE2B cbfde030087cf08f78d776c8b16d7d2395478ee29b7acfedfb558446324ddcebc8625895c54770a3efd3bee601b681a254727e4288df27e024aeb90b0af853a9 SHA512 c4b1112356e649371f9f1c8bcecfbd5c78f77e8789f481198cb0c412ba4965b2538a25578e0a7ca445e044b2954fb22ae56e4dbccf53ba9841a7b337ff7963f8
|
||||
MISC metadata.xml 530 BLAKE2B 66f720c9c2701b9e4f58fb762ed2436a8c738fb5db428f30ec94221c652724ec9787f1bb7a36926cf9b98d2ada7450d65de3f0e7d57821a8724727fb235e9692 SHA512 b10e25562f4c66c8c0b8599482222d732b06d2bc0b256e70ffc76a3bc0bc8836457b835ac9efb10c52dfccbdc0ce7db05e343a2b92c9350d1b0dddbfcb7659c1
|
||||
16
dev-python/sockio/metadata.xml
Normal file
16
dev-python/sockio/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">sockio</remote-id>
|
||||
<remote-id type="github">tiagocoutinho/sockio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>coutinhotiago@gmail.com</email>
|
||||
<name>Jose Tiago Macara Coutinho</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/sockio/sockio-0.15.0.ebuild
Normal file
32
dev-python/sockio/sockio-0.15.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Concurrency agnostic socket API"
|
||||
HOMEPAGE="https://github.com/tiagocoutinho/sockio/ https://pypi.org/project/sockio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user