update bimmer-connected-0.10.4
add aiofile-3.8.1 add caio-0.9.8
This commit is contained in:
3
dev-python/aiofile/Manifest
Normal file
3
dev-python/aiofile/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiofile-3.8.1.tar.gz 18734 BLAKE2B 587061ed131828c1d4938068f81d6b4964754f0319196d725085bd2405af9fb556c0dbd2c1b130335adc15260eef58105580a45cf2173317d685db5304e6681d SHA512 5b66f71b599dbbf00f61f0646903ad3148ea246ed3b113fe87173a6a01c2f95fad6a473a2740df27ef3b1c12ea544474102ba475aaeee7634b24d922f8bed945
|
||||
EBUILD aiofile-3.8.1.ebuild 748 BLAKE2B 19066b6dbd1644f7a129fdde9f22422b6ebdac6628c932db4e1d17bc55457b1d0be72155b6925555b646b34f58bbf7f379ebaf30457abd2c50c99e4f4a7eab8a SHA512 7e77b88410f99c2afc02f2b0ae37828431882b9bd92b2cd303d412b3bbc47cc24e3e3009350ae58f395e978a6f6c084cb99e728dc53f6fd37ba0386c92a2c7cb
|
||||
MISC metadata.xml 469 BLAKE2B bdeecbd0afb44b91df4f25b9ff69c54c6adfca00d736145c150f2708141ed0a5168a03a8922d2329fabbfc3e53e99a3031df46309a32aa9716f56e24243392ef SHA512 c4bf4991ba4806b8a9f6a8fc57660d0ddefd399d4ed4100b30ced837f1266e658bc20ba96e9e49fcdf5fdf57fc309aa445f7711cef4404cfbb7b4b98f5550216
|
||||
35
dev-python/aiofile/aiofile-3.8.1.ebuild
Normal file
35
dev-python/aiofile/aiofile-3.8.1.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 operations."
|
||||
HOMEPAGE="http://github.com/mosquito/aiofile https://pypi.org/project/aiofile/"
|
||||
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="dev-python/caio[${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
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/aiofile/metadata.xml
Normal file
15
dev-python/aiofile/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">aiofile</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