diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest index d300dbbc84..78dc6f03ca 100644 --- a/dev-python/aiosqlite/Manifest +++ b/dev-python/aiosqlite/Manifest @@ -1 +1,2 @@ DIST aiosqlite-0.12.0.tar.gz 10407 BLAKE2B e8a521fee997677b48f054ecbe72445448c5d15a73baa05dd86535596b95fabb13d933726dd356113506961bfda2147bf3defe2b98f3ab97d26140695a2049c1 SHA512 8bf8531299a5dec48617fd0d39aa25a2611595092e3ff2386041a22846b9ecb04a5951803f44b8073513d5a7b2fe7334d6d75193f6b4b00ba5091fa377a0aa2d +DIST aiosqlite-0.13.0.tar.gz 22869 BLAKE2B d36701d482fd77b0e4c031c9c205a68d738dbc20b0ed65246cda8d1c56587fc33850023a76685e0e27b008997cd47d472c8d8d742c0fb5c19db64f471764cb55 SHA512 f6304803f9533c8caded7e28feabe18367ee436af8a1a138344104708bd46eb7bbf0e0cad347a4e604b821463c4039b0de4ad3e72c6a39cb104d78e7d393fa62 diff --git a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild new file mode 100644 index 0000000000..925197a479 --- /dev/null +++ b/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +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" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( + dev-python/aiounittest[${PYTHON_USEDEP}] + dev-python/mypy[${PYTHON_USEDEP}] + dev-python/pylint[${PYTHON_USEDEP}] + dev-python/twine[${PYTHON_USEDEP}] +)" + +distutils_enable_tests unittest +# TypeError: add_source_parser() takes 2 positional arguments but 3 were given +#distutils_enable_sphinx docs diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest index 3e131a6c0f..754319e1a0 100644 --- a/dev-python/aiounittest/Manifest +++ b/dev-python/aiounittest/Manifest @@ -1 +1 @@ -DIST aiounittest-1.3.1.tar.gz 14556 BLAKE2B 34d3f04f1993325b616a0135583c1f2c70c6b5c0ffb4bc5c78eea1de927d0d76497b649c12e0cee90ff23ebd7117ed0daafab8d5dbb72630a9ae44bd23b72822 SHA512 e0953d754c1f1b868d7c161cadeff73f97786bf3aa8a24f9395aeec01ac329b3e5d2f93ef2bfdd524bd1c824e34bc2b2bcd8c215df55394e09315672b51f70ff +DIST aiounittest-1.4.0.tar.gz 15316 BLAKE2B 7b2eb9a0b92428b71b01c20b4d48f27cc5a2d32d4cdd93e1b22d27f8e7afb6d1d3af9549564358a418baec3db206eca7b1cc23d6b26410683dacebb9b84e0fc8 SHA512 5a8921debbf3be4a36e1ac4af39cdb46f802c06454b3be06c2b143122ba016d6badbb496b18d9379cb9a4b99c9fb7facc59f0676c5a776859c408fd1bdd74e1f diff --git a/dev-python/aiounittest/aiounittest-1.3.1.ebuild b/dev-python/aiounittest/aiounittest-1.4.0.ebuild similarity index 78% rename from dev-python/aiounittest/aiounittest-1.3.1.ebuild rename to dev-python/aiounittest/aiounittest-1.4.0.ebuild index 3598a7518c..2bcc1e1ff8 100644 --- a/dev-python/aiounittest/aiounittest-1.3.1.ebuild +++ b/dev-python/aiounittest/aiounittest-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 @@ -15,6 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]" + distutils_enable_tests nose -# Reason: TemplateNotFound('g')? +# Reason: TemplateNotFound('g') #distutils_enable_sphinx docs diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.0.ebuild index 7e9732e858..e33b581057 100644 --- a/dev-python/aspectlib/aspectlib-1.5.0.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -29,9 +29,6 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-travis-fold[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}] =dev-python/pytest-5.2.1[${PYTHON_USEDEP}] dev-python/pytest-benchmark[${PYTHON_USEDEP}] dev-python/pytest-sanic[${PYTHON_USEDEP}] - dev-python/pytest-sugar[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] ) @@ -47,7 +47,7 @@ distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/docutils \ dev-python/pygments \ - ">=dev-python/sphinx-2.1.2" \ - ">=dev-python/sphinx_rtd_theme-0.4.3" \ - ">=dev-python/recommonmark-0.5.0" \ + dev-python/sphinx_rtd_theme \ + dev-python/sphinxcontrib-websupport \ + dev-python/recommonmark \ www-servers/gunicorn diff --git a/dev-python/spotipy/spotipy-2.12.0.ebuild b/dev-python/spotipy/spotipy-2.12.0.ebuild index 1b775cef2c..3a0aa1bd2a 100644 --- a/dev-python/spotipy/spotipy-2.12.0.ebuild +++ b/dev-python/spotipy/spotipy-2.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest index c616bdb372..85edda690a 100644 --- a/dev-python/ufoLib2/Manifest +++ b/dev-python/ufoLib2/Manifest @@ -1 +1,2 @@ DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b +DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild new file mode 100644 index 0000000000..0e8c36fe52 --- /dev/null +++ b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A UFO font library" +HOMEPAGE="https://github.com/fonttools/ufoLib2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# fs not pulled in by fonttools +RDEPEND=" + >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}] + dev-python/fs[${PYTHON_USEDEP}] + >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/typing-extensions[${PYTHON_USEDEP}] + ) +" +BDEPEND="app-arch/unzip" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme + +python_prepare_all() { + sed -e '/\/d' -i setup.cfg || die + distutils-r1_python_prepare_all +} diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest index c9fbd62a83..70adc7410c 100644 --- a/net-im/discord-canary-bin/Manifest +++ b/net-im/discord-canary-bin/Manifest @@ -1 +1 @@ -DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c +DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693 diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild similarity index 100% rename from net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild rename to net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild index 04733000e9..bcf012445e 100644 --- a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild +++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild @@ -6,15 +6,15 @@ EAPI=7 inherit desktop eutils xdg DESCRIPTION="All-in-one voice and text chat" - HOMEPAGE="https://discordapp.com/" - SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz" -RESTRICT="mirror bindist" -KEYWORDS="~amd64" SLOT="0" LICENSE="all-rights-reserved" +KEYWORDS="~amd64" + +RESTRICT="mirror bindist" + RDEPEND="" DEPEND="${RDEPEND} dev-libs/atk diff --git a/www-apps/twint/Manifest b/www-apps/twint/Manifest index 7ea75f5785..4538f254fb 100644 --- a/www-apps/twint/Manifest +++ b/www-apps/twint/Manifest @@ -1,2 +1,3 @@ DIST twint-2.1.18.tar.gz 33213 BLAKE2B 74d8634ad178b40af726347ee144766bc5ae2480842ad617739a12ed469bf7692247bdc4dc5d979a081b88a223ce2649924cf89a6c0ff77acd10142f2290865c SHA512 0060d5f496bd19e74e72243ce83202204eacd28b57db7440ae83d112c96ea962512adf12e590e0843cf5231b1922cfcc943725aaeb2ab31127522be26e7fc9a7 DIST twint-2.1.19.tar.gz 33142 BLAKE2B aca837c3473543414f57e728b67c46394959a51ecf4fc9b4b1be6f0914a6de79f3afcd725449eb25babfbbdc9786cc3ae74744414489efc4d01b5110c39bc306 SHA512 0318ba4432401f7deace23ca45060f3d380bf28fbdbeee554684606b92c163260cfe352d1c76f1e639aaf451e883b15b09d05b867af55394987503fbcb66d95b +DIST twint-2.1.20.tar.gz 33518 BLAKE2B 6a7401357d7c08956a05d046cf5daec61c854b618c9cf647c2c014091b4be4b55337f598dccf772b146b215a740855449049600a6251cd7899a01afc82ba8dea SHA512 022c855b660d4a30eb7d4c864147a520b92b45048db2e6869df23cf9ab9b23b6812f74de6452d8b4b439ca02dd6742349a5c097f9b3d19222e7365034b21b864 diff --git a/www-apps/twint/twint-2.1.20.ebuild b/www-apps/twint/twint-2.1.20.ebuild new file mode 100644 index 0000000000..1e80811b9b --- /dev/null +++ b/www-apps/twint/twint-2.1.20.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API" +HOMEPAGE=" + https://github.com/twintproject/twint + https://pypi.org/project/twint +" +SRC_URI="https://github.com/twintproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +#tests require network +RESTRICT="test" + +RDEPEND=" + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/aiohttp-socks[${PYTHON_USEDEP}] + dev-python/aiodns[${PYTHON_USEDEP}] + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/cchardet[${PYTHON_USEDEP}] + dev-python/elasticsearch-py[${PYTHON_USEDEP}] + dev-python/fake-useragent[${PYTHON_USEDEP}] + dev-python/geopy[${PYTHON_USEDEP}] + dev-python/googletransx[${PYTHON_USEDEP}] + >=dev-python/pandas-0.23.0[${PYTHON_USEDEP}] + dev-python/PySocks[${PYTHON_USEDEP}] + dev-python/schedule[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +python_test() { + "${EPYTHON}" test.py -v || die +}