mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-python/asyncpg: version bump 0.21.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST asyncpg-0.20.1.tar.gz 734341 BLAKE2B 10935cd36f874abe7748bfc7a5fa6fa3f64c1b17291b5f4ec390078d7ccdf2031cc52ce97d18a355b7e956ceab1f1b4b708982a2f2af93f82f1d5b97646cb931 SHA512 e7f3a10bdfe28ac37260afefcaeb0580728a7f7363378778abe9a934144ffa062275e8cf73d8d5db9f6d7a94418b1324a8f4ba009da55f374a2764613fff1df0
|
||||
DIST asyncpg-0.21.0.tar.gz 746782 BLAKE2B b3f149b02833b1206d82df0f3f28f6b24a8333b861f53410e053a36e4a68359e2c0641bbd9953040b74f1198c301b1a709052110275686a038c0febcb931e688 SHA512 8bfd6689008ea964ac66d1c141bddd749f50d928b6cbc5e059f0e1d0a3597213ccae0b2fa7d694bf4e40c0b2650c445d2c54040a076ba69509e508bf51de2970
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -16,8 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# ModuleNotFoundError: No module named 'asyncpg.protocol.protocol'
|
||||
# tests seem to require that the package is already installed,
|
||||
# PYTHONPATH workaround does not seem to work here
|
||||
# for some reason, still doesn't work if package is already installed
|
||||
# or with distutils_install_for_testing function
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
@@ -25,7 +25,8 @@ BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
DEPEND="test? (
|
||||
dev-python/pycodestyle[${PYTHON_USEDEP}]
|
||||
dev-python/flake8[${PYTHON_USEDEP}]
|
||||
dev-python/uvloop[${PYTHON_USEDEP}] )"
|
||||
dev-python/uvloop[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx_rtd_theme
|
||||
Reference in New Issue
Block a user