update bimmer-connected-0.10.4
add aiofile-3.8.1 add caio-0.9.8
This commit is contained in:
3
dev-python/caio/Manifest
Normal file
3
dev-python/caio/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST caio-0.9.8.tar.gz 24539 BLAKE2B c12e67ec2128abdba9feb709a36b673279fd75c9800b30b4d3be951067bec7602bcd3619b7b57f1c7776a158a49402c89fe7f392c268d3af9ebef26dc0e08a01 SHA512 4d9f8dde44a68f67e5cbf820c1b0aa080497153bd7d437c4899ffcb7bcda84abe2716c3700f3c24a5b147159b80f05b930b8ff8d96887b9135bacfae1db0145b
|
||||
EBUILD caio-0.9.8.ebuild 729 BLAKE2B 932d2283d876afd3a3a9004446a2409c637e20e5695ded8be666781dadfb4e8edda116155f86711dff58efe4b60ba46fa52ffef3126134a28db97f4b608fd204 SHA512 53c2ec71f60c083b8c4ec79bae3022b782228af24bc8a6e779cc2542421e1886e5735b7f35be1e2956b89f3a2f9479476d99a9b95244a3a9b0ab4d4599404790
|
||||
MISC metadata.xml 466 BLAKE2B 721b136b458ad17fd79f726ffe0890975a7d99666293948e41145c35db8e79420c20b37193b8b9a99acd5b3b7caecfdf6e90a84fe9ee0d0aa90d574018512cb4 SHA512 15743209a82ec447823db2315ebc8bb2f0fda95e1fb18fe64d282704a34fd8aa88ac9ce4116015693cfa5995cde788ae9f4839dca36b544be0972d3e2ad5694e
|
||||
35
dev-python/caio/caio-0.9.8.ebuild
Normal file
35
dev-python/caio/caio-0.9.8.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous file IO for Linux MacOS or Windows."
|
||||
HOMEPAGE="https://github.com/mosquito/caio https://pypi.org/project/caio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/caio/metadata.xml
Normal file
15
dev-python/caio/metadata.xml
Normal 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">caio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@mosquito.su</email>
|
||||
<name>Dmitry Orlov <me@mosquito.su></name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user