mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
asyncpg: fix pkgcheck issues
This commit is contained in:
parent
6e1ef65716
commit
554dad40ad
2 changed files with 18 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
DISTUTILS_EXT=1
|
||||||
inherit distutils-r1 pypi
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="A fast PostgreSQL Database Client Library for Python/asyncio."
|
DESCRIPTION="A fast PostgreSQL Database Client Library for Python/asyncio."
|
||||||
|
|
|
||||||
16
dev-python/asyncpg/metadata.xml
Normal file
16
dev-python/asyncpg/metadata.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<!-- please remove python@ if tests do not work -->
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>python@gentoo.org</email>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>zerochaos@gentoo.org</email>
|
||||||
|
<name>Rick Farina (Zero_Chaos)</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">MagicStack/asyncpg</remote-id>
|
||||||
|
<remote-id type="pypi">asyncpg</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
Reference in a new issue