diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-27 15:04:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-11-27 15:04:17 +0000 |
| commit | 33751691cbbd33164fff39b18034900e9011ac8d (patch) | |
| tree | 02594c82ee61bd22b4b0ecf5f51656e9b74e6dab /dev-python/databases | |
| parent | fa16111439b25627241930f98ed8703aebc92e42 (diff) | |
| download | baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.gz baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.xz baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/databases')
| -rw-r--r-- | dev-python/databases/databases-0.6.1.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/dev-python/databases/databases-0.6.1.ebuild b/dev-python/databases/databases-0.6.1.ebuild index 76ac562e5f73..049cfe8e0172 100644 --- a/dev-python/databases/databases-0.6.1.ebuild +++ b/dev-python/databases/databases-0.6.1.ebuild @@ -3,12 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -DISTUTILS_USE_PEP517=setuptools - DOCS_BUILDER="mkdocs" +DOCS_AUTODOC=1 DOCS_DEPEND="dev-python/mkdocs-material" +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=setuptools inherit databases distutils-r1 docs optfeature DESCRIPTION="Async database support for Python" @@ -38,16 +38,6 @@ BDEPEND="test? ( distutils_enable_tests pytest -EEPYTEST_DESELECT=( - tests/test_connection_options.py::test_mysql_pool_size - tests/test_connection_options.py::test_mysql_explicit_pool_size - tests/test_connection_options.py::test_mysql_ssl - tests/test_connection_options.py::test_mysql_explicit_ssl - tests/test_connection_options.py::test_mysql_pool_recycle - tests/test_databases.py - tests/test_integration.py::test_integration -) - python_prepare_all() { # fix tests #sed -i -e '/databases.backends.mysql/d' tests/test_connection_options.py || die |
