mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-python/databases: new package with deps dev-python/aiomysql dev-python/aiopg dev-python/aiosqlite dev-python/asyncpg
Signed-off-by: Piotr Staroszczyk <piotr.staroszczyk@get24.org>
This commit is contained in:
1
dev-python/aiosqlite/Manifest
Normal file
1
dev-python/aiosqlite/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST aiosqlite-0.11.0.tar.gz 10062 BLAKE2B 19eab8679ef8b49749e58e80714516ad19a7f13187a386171eedb7c751de46ab8cda7a554a7cd3ac2ef76577721b9c5572c49655443165bdbda559720852fefd SHA512 7570434e40ba61b6568d9f16ad0fec8a246de12b604a514d7de8e113aa5ed3060a5e183f803bc6e8719f0bbdf45957bb43633b9cba73866d53b7a52bcf185580
|
||||
16
dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
Normal file
16
dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="asyncio bridge to the standard sqlite3 module"
|
||||
HOMEPAGE="https://github.com/jreese/aiosqlite"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
9
dev-python/aiosqlite/metadata.xml
Normal file
9
dev-python/aiosqlite/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>piotr.staroszczyk@get24.org</email>
|
||||
<name>Piotr Staroszczyk</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user