diff --git a/dev-lang/wren/wren-0.3.0.ebuild b/dev-lang/wren/wren-0.3.0.ebuild index 5240bf6e34..bfb90db554 100644 --- a/dev-lang/wren/wren-0.3.0.ebuild +++ b/dev-lang/wren/wren-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 toolchain-funcs diff --git a/dev-libs/open62541/open62541-1.0.3.ebuild b/dev-libs/open62541/open62541-1.0.3.ebuild index 8c378e8261..64dbdec977 100644 --- a/dev-libs/open62541/open62541-1.0.3.ebuild +++ b/dev-libs/open62541/open62541-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake python-single-r1 diff --git a/dev-libs/open62541/open62541-1.1.3.ebuild b/dev-libs/open62541/open62541-1.1.3.ebuild index 87a8634f31..79cccd8391 100644 --- a/dev-libs/open62541/open62541-1.1.3.ebuild +++ b/dev-libs/open62541/open62541-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake python-single-r1 diff --git a/dev-python/asynctest/asynctest-0.13.0.ebuild b/dev-python/asynctest/asynctest-0.13.0.ebuild index 532fcbd9b4..063172c603 100644 --- a/dev-python/asynctest/asynctest-0.13.0.ebuild +++ b/dev-python/asynctest/asynctest-0.13.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_7 pypy3 ) inherit distutils-r1 diff --git a/dev-python/clufter/clufter-0.77.2.ebuild b/dev-python/clufter/clufter-0.77.2.ebuild index 0f5c0d1a69..9c5bac6159 100644 --- a/dev-python/clufter/clufter-0.77.2.ebuild +++ b/dev-python/clufter/clufter-0.77.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/dev-python/cu2qu/cu2qu-1.6.7.ebuild b/dev-python/cu2qu/cu2qu-1.6.7.ebuild index a828b54ab5..d09936507b 100644 --- a/dev-python/cu2qu/cu2qu-1.6.7.ebuild +++ b/dev-python/cu2qu/cu2qu-1.6.7.ebuild @@ -3,15 +3,17 @@ EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" -KEYWORDS="~amd64" DESCRIPTION="Cubic-to-quadratic bezier curve conversion" HOMEPAGE="https://github.com/googlefonts/cu2qu" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" + LICENSE="Apache-2.0" +KEYWORDS="~amd64" SLOT="0" RDEPEND=" @@ -24,6 +26,7 @@ DEPEND=" BDEPEND=" app-arch/unzip dev-python/cython[${PYTHON_USEDEP}] + dev-python/fs[${PYTHON_USEDEP}] " distutils_enable_tests pytest diff --git a/dev-python/curio/curio-1.2-r1.ebuild b/dev-python/curio/curio-1.2-r1.ebuild index b1c54de944..d009e77e78 100644 --- a/dev-python/curio/curio-1.2-r1.ebuild +++ b/dev-python/curio/curio-1.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild index f312d082cf..a168622d9f 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/dev-python/k5test/k5test-0.9.2.ebuild b/dev-python/k5test/k5test-0.9.2.ebuild index 572259b7c9..44062ae535 100644 --- a/dev-python/k5test/k5test-0.9.2.ebuild +++ b/dev-python/k5test/k5test-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild index a2a70c25f2..47bef07110 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild index 1ea851c665..e90872e8bf 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/sse-starlette/Manifest b/dev-python/sse-starlette/Manifest index c3f6b45c25..227cd82365 100644 --- a/dev-python/sse-starlette/Manifest +++ b/dev-python/sse-starlette/Manifest @@ -1 +1 @@ -DIST sse-starlette-0.4.0.tar.gz 505662 BLAKE2B dea6222fbd65f0578e9692c0277036802570ef93eba6d9ce26d0b6ca2bab3a9d81a1b6689b48aa31adf612316a723e1dbcbe323d124c99ed02877e1122ca1603 SHA512 4c6fa51ec934960da82d61b798205b5b4ba2eda80e1488e48b6629b8640a659cd714a34c673d2a6d458edc2ea6bc2e1c53b44f66177d21e76cd1bb303ea38f54 +DIST sse-starlette-0.6.1.tar.gz 6081 BLAKE2B d11c713f106334bd54b419fce4a6c9dc9a19b265220c281ee58165b14d8cccffc7e3636a90e3d741c38da498f4e747362310326bbfd7a57c96400118347c75b5 SHA512 ffb184ae36de1a54e244a6beacc138088afc0c4ea3312b9ac7de37a993934564a30daeee16d5477eb9f185a160426281bdcb1107a07eab5495251e8733b6367f diff --git a/dev-python/sse-starlette/sse-starlette-0.4.0.ebuild b/dev-python/sse-starlette/sse-starlette-0.6.1.ebuild similarity index 63% rename from dev-python/sse-starlette/sse-starlette-0.4.0.ebuild rename to dev-python/sse-starlette/sse-starlette-0.6.1.ebuild index 74318edda4..c3b13f2480 100644 --- a/dev-python/sse-starlette/sse-starlette-0.4.0.ebuild +++ b/dev-python/sse-starlette/sse-starlette-0.6.1.ebuild @@ -12,15 +12,13 @@ HOMEPAGE=" https://pypi.org/project/sse-starlette/ https://github.com/sysid/sse-starlette " -SRC_URI="https://github.com/sysid/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="test? ( - dev-python/isort[${PYTHON_USEDEP}] - dev-python/starlette[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest +# BDEPEND="test? ( +# dev-python/isort[${PYTHON_USEDEP}] +# dev-python/starlette[${PYTHON_USEDEP}] +# )" diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest index a7d4bb0513..a42baca71c 100644 --- a/dev-python/starlette/Manifest +++ b/dev-python/starlette/Manifest @@ -1 +1 @@ -DIST starlette-0.13.8.tar.gz 435062 BLAKE2B 583b18de31f2d71c45f85f201458b090fcfd8aff3fbc16393842274ea13d57ef07a2fc37bb19039224873d8c52dea5241501feaeddb15dbc5093468907450e1d SHA512 362d5422868aa8541406e8d69a408bc5acdd64989c5f63e6fe3119a2e842eea248bb8646af9c9e0ac35c5c59a91ee1ff15d064c74d7f760ae536193e13ae9ced +DIST starlette-0.14.1.tar.gz 438036 BLAKE2B 9531459d6af3860cad7743a395360f573476bab642eb69c2dcc41c6240acff7309a3fc47676db4d106210dff81957974656fd68f03aa4e2fdc9f080afe2c4e31 SHA512 792075ec6d7b8fa16b40b12c092adfc1c95ce0f17b0dd8b34c8578fe407a863279cebf77218d1d89459d1b4161078684c6339ff48c124e67899313bae6794e01 diff --git a/dev-python/starlette/starlette-0.13.8.ebuild b/dev-python/starlette/starlette-0.14.1.ebuild similarity index 96% rename from dev-python/starlette/starlette-0.13.8.ebuild rename to dev-python/starlette/starlette-0.14.1.ebuild index 5adc6d6947..98d1aa4573 100644 --- a/dev-python/starlette/starlette-0.13.8.ebuild +++ b/dev-python/starlette/starlette-0.14.1.ebuild @@ -44,6 +44,8 @@ DEPEND="test? ( python_prepare_all() { # do not install LICENSE to /usr/ sed -i -e '/data_files/d' setup.py || die + # do not depend on pytest-cov + sed -i -e '/--cov/d' setup.cfg || die distutils-r1_python_prepare_all } diff --git a/dev-python/ufo2ft/Manifest b/dev-python/ufo2ft/Manifest index 99958e989f..e2beaf5367 100644 --- a/dev-python/ufo2ft/Manifest +++ b/dev-python/ufo2ft/Manifest @@ -1 +1 @@ -DIST ufo2ft-2.13.0.zip 243638 BLAKE2B dba3c08ede255fc62e1d69308d7bdcad907ab3de2a8de1462d7cf3733e05e6c457a334f556a754ca9e646ff70ad9f7bd5423896cb0f963f60cd01d3ac43d9e06 SHA512 a236d68073e42471cf9f5794b19cd12dfe885c91e2236216f7112b7a2264bce95313699f19482c4ac2dc65d75ee9bd83a0a773e9ea87f6ed6c9e30929960b7e4 +DIST ufo2ft-2.19.1.zip 313131 BLAKE2B a0972beb5a94ee3f1cb3dcf5cb6ecf210543afe752aed6bf008d5674d10077a4bdc93cc4c3d5bea33ca140584b1ac7400f4bdb19ce721512ccd92f915800840b SHA512 6a26bfb1a1598770e2c40855d8ed2de16f9f1b678df6d673cc205f7c03212ce894e475c77d92f3602eead6c5f8789000d5d51ded711be91d75a5a74954f31f84 diff --git a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff b/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff deleted file mode 100644 index cb5e54724c..0000000000 --- a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Lib/ufo2ft/filters/__init__.py -+++ b/Lib/ufo2ft/filters/__init__.py -@@ -9,6 +9,7 @@ import importlib - from fontTools.misc.loggingTools import Timer - from ufo2ft.util import _LazyFontName, _GlyphSet - from ufo2ft.constants import FILTERS_KEY as UFO2FT_FILTERS_KEY # keep previous name -+from glyphsLib.builder.constants import GLYPHLIB_PREFIX - - - logger = logging.getLogger(__name__) -@@ -205,7 +206,8 @@ class BaseFilter(object): - if glyphName in modified: - continue - glyph = glyphSet[glyphName] -- if include(glyph) and filter_(glyph): -+ if glyph.lib.get(GLYPHLIB_PREFIX+'Export', True) and \ -+ include(glyph) and filter_(glyph): - modified.add(glyphName) - - num = len(modified) diff --git a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff b/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff deleted file mode 100644 index 53d7a001ec..0000000000 --- a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Lib/ufo2ft/fontInfoData.py -+++ b/Lib/ufo2ft/fontInfoData.py -@@ -251,6 +251,8 @@ staticFallbackData = dict( - copyright=None, - trademark=None, - italicAngle=0, -+ xHeight=0, -+ capHeight=0, - # not needed - year=None, - note=None, diff --git a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild similarity index 89% rename from dev-python/ufo2ft/ufo2ft-2.13.0.ebuild rename to dev-python/ufo2ft/ufo2ft-2.19.1.ebuild index 40e7a788a6..27f92f653d 100644 --- a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild +++ b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild @@ -3,23 +3,21 @@ EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" -#26 failed tests -RESTRICT="test" -KEYWORDS="~amd64" - DESCRIPTION="A bridge from UFOs to FontTool objects" HOMEPAGE="https://github.com/googlefonts/ufo2ft" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" + +#26 failed tests +RESTRICT="test" LICENSE="MIT" +KEYWORDS="~amd64" SLOT="0" -PATCHES=( "${FILESDIR}/${PN}-exportedglyphs.diff" ) - RDEPEND=" >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}] >=dev-python/compreffor-0.4.6[${PYTHON_USEDEP}] @@ -29,15 +27,13 @@ RDEPEND=" >=dev-python/skia-pathops-0.2.0[${PYTHON_USEDEP}] >=dev-python/ufoLib2-0.5.1[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} + +BDEPEND=" + app-arch/unzip + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/glyphsLib[${PYTHON_USEDEP}] ) " -BDEPEND=" - app-arch/unzip - dev-python/setuptools_scm[${PYTHON_USEDEP}] -" distutils_enable_tests pytest diff --git a/dev-python/ufoNormalizer/Manifest b/dev-python/ufoNormalizer/Manifest index d7e1f37940..0577802dcc 100644 --- a/dev-python/ufoNormalizer/Manifest +++ b/dev-python/ufoNormalizer/Manifest @@ -1 +1 @@ -DIST ufonormalizer-0.5.0.zip 37969 BLAKE2B 9012eccb3d7ad50a2e40a4c08d2e118d0dbf95620a269aaac921c2d055a207337d0c87f21485ac2c386f51a3e3ed8050d6bef2c276cb5e18ec83b14e2cf8d2b2 SHA512 79de1b94433038fa312c6faceec65255840d510a2cce7de0fe5b04986b750e5bac42c402c1ecb66a9ef4e1ba24495380c8c895d1f72522d2efff22932cea13bd +DIST ufonormalizer-0.5.2.zip 37959 BLAKE2B 15350d4051da783bee67b24717503aceed471737eb6e2ebde4d7aef94911febb86e6135b8ed8bc9f125d3bfa5d0b17727081d08a21e08c4ac10dc2b7ca2a351d SHA512 9fb1a28d29f0f4ff7e1d966487aa99120ece58c86b69259e92adb72341074356e4ae479f4b4c0a26f108f5c3c651deb4282ca5558277650bb8d90e19522997ff diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.5.2.ebuild similarity index 100% rename from dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild rename to dev-python/ufoNormalizer/ufoNormalizer-0.5.2.ebuild diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest index ba3ccbb609..f9d7f1287c 100644 --- a/dev-python/validators/Manifest +++ b/dev-python/validators/Manifest @@ -1 +1 @@ -DIST validators-0.18.0.tar.gz 29394 BLAKE2B 28c6b38207cc8accf70f921b866d04db7e5b81c3cb11f62b649698f759e910c604c76d7633805676e01986677011b7505981b80e6b6a0266cd6554fc30866216 SHA512 f735798a81b817bc1277acdc694d8259dc518fec3dea5f8edbe35bc7f0e919f595ab3757bc07eddf01523217ad2e5039b7fe5833b2306dbba90261e46d8cc3e0 +DIST validators-0.18.2.tar.gz 30299 BLAKE2B 96be7c0bed74e32143d2ea9de7b595599d567b6a8c81b85d92ba7be035e7fe26361240896ada08b2b5f30ce5519a6828dc4350b6ce7ecdb27525e40934a10d31 SHA512 8213736508e56b5d4ddaa9c8e707a7ceb398c8b2c41b938d626459d8bf134aa113116f49cef0cd317033a683d18493448ac4107a5f50151899946bbd48197411 diff --git a/dev-python/validators/validators-0.18.0.ebuild b/dev-python/validators/validators-0.18.2.ebuild similarity index 100% rename from dev-python/validators/validators-0.18.0.ebuild rename to dev-python/validators/validators-0.18.2.ebuild diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest index 7493c9bfae..b793bd4473 100644 --- a/dev-python/webpy/Manifest +++ b/dev-python/webpy/Manifest @@ -1,3 +1 @@ -DIST webpy-0.40.tar.gz 103372 BLAKE2B 3c9f9a3a1be57794589321c6845b691e45956cc9a55988e4dd4fe2ba056bb6118258c441ca219ae214a967f27637e26d03c5cc9052e6f869c75e4ce0458b4f20 SHA512 84553c916cdcbf0f994839c9293f881d0eee9450dfbfa571bb208ef47c5308569d8c2b89732ef85be92f9f8c4fb87838e1507566019d5d381fbb51419bfd64f8 -DIST webpy-0.50.tar.gz 105473 BLAKE2B d535016c8e97d06c122e03a3c9888c00415bf9bb12b54812f73d6505eca21ff6f8765d7b3438760ad29f9dbece84e1ccfa5d4aeba8a02298604ca95126643ec5 SHA512 935689e9ee21b41ea942b314c304f934a83dbc522ee99773a74adb7eea2a44bc2fe5e9f28b1c9dfcdd6daa6c6f599b176b31a880520c8f0af64ba89bf76af1f3 -DIST webpy-0.51_p20200405.tar.gz 103748 BLAKE2B 070d08306b1fd32a660cdc77655ce7982f4abeacde95e0c05a59b53170655fad6c76d29bbfe6cd496575f59874ccccef2140ffbe4d7521cb140d71eac8b7f95e SHA512 cedbf05c92eb4688c9854d3cdf99938d4ff076f85da593c762f378de579cd2bd0b29012390c22722a64e1383edd186758fadf4a75d4217d95a0c4de9809bf18d +DIST webpy-0.62.tar.gz 104552 BLAKE2B bd94dc9ca9aaf2c4ba9be2d14e66c176031818617f6b505c85e849d299b0fd7f4b77d008d23e78c922584cbd46938206fb5f0f4c19f082811d800d259014b79a SHA512 2b91977bb78e9387c78ed893b098d665a5189e7b9cb1eacbaf903564285524dabc960107b0e1ba4a85c3aedf73ef63ae05338cc71ccacad47a310970afb77cd9 diff --git a/dev-python/webpy/webpy-0.50.ebuild b/dev-python/webpy/webpy-0.50.ebuild deleted file mode 100644 index 861928413c..0000000000 --- a/dev-python/webpy/webpy-0.50.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="A web framework for python that is as simple as it is powerful" -HOMEPAGE=" - https://webpy.org/ - https://github.com/webpy/webpy -" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/cheroot[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/pytest-4.6.2[${PYTHON_USEDEP}] - ) -" -# dev-python/dbutils[${PYTHON_USEDEP}] -# >=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}] -# dev-python/pymysql[${PYTHON_USEDEP}] -# >=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}] - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -src_prepare() { - #tests require postgresql and mysql running - rm tests/test_db.py - default -} diff --git a/dev-python/webpy/webpy-0.51_p20200405.ebuild b/dev-python/webpy/webpy-0.51_p20200405.ebuild deleted file mode 100644 index 0dfe673427..0000000000 --- a/dev-python/webpy/webpy-0.51_p20200405.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -COMMIT="16de3147e61aa4dc735efa116c50603707fb0683" - -DESCRIPTION="A web framework for python that is as simple as it is powerful" -HOMEPAGE=" - https://webpy.org/ - https://github.com/webpy/webpy - https://pypi.org/project/web.py -" -SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/cheroot-6.0.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/pytest-5.4.1[${PYTHON_USEDEP}] - ) -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -src_prepare() { - #tests require postgresql and mysql running - rm tests/test_db.py || die - default -} diff --git a/dev-python/webpy/webpy-0.40.ebuild b/dev-python/webpy/webpy-0.62.ebuild similarity index 72% rename from dev-python/webpy/webpy-0.40.ebuild rename to dev-python/webpy/webpy-0.62.ebuild index 861928413c..5adfaa913b 100644 --- a/dev-python/webpy/webpy-0.40.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -21,16 +21,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/cheroot[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} - test? ( +BDEPEND="test? ( >=dev-python/pytest-4.6.2[${PYTHON_USEDEP}] - ) -" -# dev-python/dbutils[${PYTHON_USEDEP}] -# >=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}] -# dev-python/pymysql[${PYTHON_USEDEP}] -# >=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}] +)" distutils_enable_tests pytest distutils_enable_sphinx docs diff --git a/dev-util/quilttools/quilttools-0.3-r1.ebuild b/dev-util/quilttools/quilttools-0.3-r1.ebuild index 55d8d4cc6a..bc413eeaf6 100644 --- a/dev-util/quilttools/quilttools-0.3-r1.ebuild +++ b/dev-util/quilttools/quilttools-0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6..8}) +PYTHON_COMPAT=(python3_{7..8}) inherit python-single-r1 diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild index 829ac45b02..21bf385856 100644 --- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild +++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit desktop python-single-r1 xdg diff --git a/gui-apps/azote/azote-1.8.1.ebuild b/gui-apps/azote/azote-1.8.1.ebuild index 372c941115..63872934c6 100644 --- a/gui-apps/azote/azote-1.8.1.ebuild +++ b/gui-apps/azote/azote-1.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 desktop diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild index 372c941115..63872934c6 100644 --- a/gui-apps/azote/azote-9999.ebuild +++ b/gui-apps/azote/azote-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 desktop diff --git a/sci-physics/SU2/SU2-7.0.7.ebuild b/sci-physics/SU2/SU2-7.0.7.ebuild index 9e7077f68c..1da4b45d3e 100644 --- a/sci-physics/SU2/SU2-7.0.7.ebuild +++ b/sci-physics/SU2/SU2-7.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit meson python-single-r1 diff --git a/sci-physics/SU2/SU2-7.0.8.ebuild b/sci-physics/SU2/SU2-7.0.8.ebuild index 5356a05b69..30feedd457 100644 --- a/sci-physics/SU2/SU2-7.0.8.ebuild +++ b/sci-physics/SU2/SU2-7.0.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit meson python-single-r1 diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild index f305cbaac7..446a02ea58 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 xdg diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild index f305cbaac7..446a02ea58 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 xdg diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild index f305cbaac7..446a02ea58 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 xdg diff --git a/x11-misc/screenkey/screenkey-1.2.ebuild b/x11-misc/screenkey/screenkey-1.2.ebuild index 686f292a06..00ea0414ec 100644 --- a/x11-misc/screenkey/screenkey-1.2.ebuild +++ b/x11-misc/screenkey/screenkey-1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 xdg diff --git a/x11-misc/screenkey/screenkey-1.3.ebuild b/x11-misc/screenkey/screenkey-1.3.ebuild index 686f292a06..00ea0414ec 100644 --- a/x11-misc/screenkey/screenkey-1.3.ebuild +++ b/x11-misc/screenkey/screenkey-1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 xdg diff --git a/x11-misc/screenkey/screenkey-9999.ebuild b/x11-misc/screenkey/screenkey-9999.ebuild index 686f292a06..00ea0414ec 100644 --- a/x11-misc/screenkey/screenkey-9999.ebuild +++ b/x11-misc/screenkey/screenkey-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 xdg