add aiosqlite-0.15.0
This commit is contained in:
parent
c68e159925
commit
da8995d2fc
@ -5,6 +5,7 @@
|
||||
* add adafruit-circuitpython-pca9685-3.3.2
|
||||
* update pwmled-1.6.6
|
||||
* add aiounittest-1.4.0
|
||||
* add aiosqlite-0.15.0
|
||||
|
||||
2020-10-31 homeassistant-min-0.117.1
|
||||
* add pyisy-2.1.0
|
||||
|
3
dev-python/aiosqlite/Manifest
Normal file
3
dev-python/aiosqlite/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST aiosqlite-0.15.0.tar.gz 24363 BLAKE2B eb22c1c3f21d00b72d63c9e684b92808de03f3516c31f83e1b54a64a3900301d012fcb66969b80a49a60bcea0805600b59ddd9272e504dca14cf018bf43dd7eb SHA512 8f23caa28b3f7659cea0c6f7c2d1e3eeee0d278ae2ba26e2e3290eb7de7c037581718b98745bd69fd1aa058aa2c263ecf7130ca9cc007b023d6b4b3ae0ee4b5a
|
||||
EBUILD aiosqlite-0.15.0.ebuild 769 BLAKE2B 4a41fd5532e4c68d212c00fd17e73c686b719f1a0e3da8fe13e23919ab1f45dd30a044acd4f0a249083de996883206d3af79a249db23ec135b4daed98dfa59be SHA512 00adffbae7717ddc300c2c73dda6046e44a13de52c7558af231f1eb46ba0694d46363c121ac3d4bbaabbc3118a44d75ca3b5c897f9f6721f1cc5954b32648560
|
||||
MISC metadata.xml 447 BLAKE2B d8503820b9cc58e0dbae24eb3a67b35aa94abbb587806c1b9cf4a0188fd524856c15cd81c03cc2fe9967eefff0ff5f63e1fb78119bc2c67f37e5e15822c86b02 SHA512 1224b53f669d9e1f1b77b0c77eb44efda6b869178885599d9f9f558de2e12f54694bf0df6d0eca1ada8802e9e8ea0233b60f1ab69e5a1e90320a7a60aff8a676
|
31
dev-python/aiosqlite/aiosqlite-0.15.0.ebuild
Normal file
31
dev-python/aiosqlite/aiosqlite-0.15.0.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="asyncio bridge to the standard sqlite3 module"
|
||||
HOMEPAGE="https://aiosqlite.omnilib.dev https://pypi.org/project/aiosqlite/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/typing-extensions-3.7.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
~dev-python/aiounittest-1.4.0[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
15
dev-python/aiosqlite/metadata.xml
Normal file
15
dev-python/aiosqlite/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">aiosqlite</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>john@noswap.com</email>
|
||||
<name>John Reese</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user