summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 00:39:23 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 00:39:23 +0000
commita2c75fa5c431546dc38482753b83b7774243abde (patch)
treed4f1e1344f29f51482f6b451b500edb7cc0273cf /dev-python
parent4758df9ac0b67e226da5ec6cd67731b16260bf52 (diff)
downloadbaldeagleos-repo-a2c75fa5c431546dc38482753b83b7774243abde.tar.gz
baldeagleos-repo-a2c75fa5c431546dc38482753b83b7774243abde.tar.xz
baldeagleos-repo-a2c75fa5c431546dc38482753b83b7774243abde.zip
Updating liguros repo
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cheroot/cheroot-8.3.0-r1.ebuild2
-rw-r--r--dev-python/hypothesis/hypothesis-5.16.3.ebuild2
-rw-r--r--dev-python/ordered-set/ordered-set-4.0.1.ebuild4
-rw-r--r--dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch41
-rw-r--r--dev-python/python-language-server/python-language-server-0.31.10.ebuild2
-rw-r--r--dev-python/python-language-server/python-language-server-0.32.0.ebuild2
-rw-r--r--dev-python/python-language-server/python-language-server-0.34.1.ebuild2
-rw-r--r--dev-python/squaremap/Manifest1
-rw-r--r--dev-python/squaremap/metadata.xml16
-rw-r--r--dev-python/squaremap/squaremap-1.0.4.ebuild26
10 files changed, 5 insertions, 93 deletions
diff --git a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
index f7c37a0adaf9..8adc9f9b23cd 100644
--- a/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
+++ b/dev-python/cheroot/cheroot-8.3.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="
>=dev-python/six-1.11.0[${PYTHON_USEDEP}]
diff --git a/dev-python/hypothesis/hypothesis-5.16.3.ebuild b/dev-python/hypothesis/hypothesis-5.16.3.ebuild
index 9c1edec7fa54..9645fefa3f41 100644
--- a/dev-python/hypothesis/hypothesis-5.16.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.16.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
LICENSE="MPL-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/ordered-set/ordered-set-4.0.1.ebuild b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
index a2c0c812648a..14092ec7338a 100644
--- a/dev-python/ordered-set/ordered-set-4.0.1.ebuild
+++ b/dev-python/ordered-set/ordered-set-4.0.1.ebuild
@@ -16,7 +16,3 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
-
-python_test() {
- pytest -vv test.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch b/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch
deleted file mode 100644
index f3ba4ff6502f..000000000000
--- a/dev-python/pipenv/files/pipenv-2020.4.1_beta1-disable-networked-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 7cf8c7ee7eaba1b5a11562a7ef656b0606383fe8 Mon Sep 17 00:00:00 2001
-From: Oz Tiram <oz.tiram@gmail.com>
-Date: Mon, 4 May 2020 21:52:09 +0000
-Subject: [PATCH] Disable test cases that requires network
-
----
- tests/unit/test_utils.py | 11 +----------
- 1 file changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py
-index 4b9cd75c..1c73964b 100644
---- a/tests/unit/test_utils.py
-+++ b/tests/unit/test_utils.py
-@@ -47,16 +47,6 @@ DEP_PIP_PAIRS = [
- },
- "-e svn+svn://svn.myproject.org/svn/MyProject#egg=MyProject",
- ),
-- (
-- # Extras in url
-- {
-- "discord.py": {
-- "file": "https://github.com/Rapptz/discord.py/archive/async.zip",
-- "extras": ["voice"],
-- }
-- },
-- "https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py[voice]",
-- ),
- (
- {
- "requests": {
-@@ -222,6 +212,7 @@ class TestUtils:
- assert pipenv.utils.is_valid_url(url)
- assert pipenv.utils.is_valid_url(not_url) is False
-
-+ @pytest.mark.skip("Network required. Gentoo tests run in a sendbox without network")
- @pytest.mark.utils
- def test_download_file(self):
- url = "https://github.com/pypa/pipenv/blob/master/README.md"
---
-2.26.2
-
diff --git a/dev-python/python-language-server/python-language-server-0.31.10.ebuild b/dev-python/python-language-server/python-language-server-0.31.10.ebuild
index b73cdfe51438..3bf886b4769c 100644
--- a/dev-python/python-language-server/python-language-server-0.31.10.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.31.10.ebuild
@@ -40,7 +40,7 @@ DEPEND="test? (
>=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
- dev-python/QtPy[testlib,${PYTHON_USEDEP}]
+ dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
>=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
dev-python/yapf[${PYTHON_USEDEP}]
)"
diff --git a/dev-python/python-language-server/python-language-server-0.32.0.ebuild b/dev-python/python-language-server/python-language-server-0.32.0.ebuild
index d3f5f9a91718..84b378da7721 100644
--- a/dev-python/python-language-server/python-language-server-0.32.0.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.32.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="test? (
>=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
- dev-python/QtPy[testlib,${PYTHON_USEDEP}]
+ dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
>=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
dev-python/yapf[${PYTHON_USEDEP}]
)"
diff --git a/dev-python/python-language-server/python-language-server-0.34.1.ebuild b/dev-python/python-language-server/python-language-server-0.34.1.ebuild
index d3f5f9a91718..84b378da7721 100644
--- a/dev-python/python-language-server/python-language-server-0.34.1.ebuild
+++ b/dev-python/python-language-server/python-language-server-0.34.1.ebuild
@@ -41,7 +41,7 @@ DEPEND="test? (
>=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
- dev-python/QtPy[testlib,${PYTHON_USEDEP}]
+ dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
>=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
dev-python/yapf[${PYTHON_USEDEP}]
)"
diff --git a/dev-python/squaremap/Manifest b/dev-python/squaremap/Manifest
deleted file mode 100644
index 98a05edada31..000000000000
--- a/dev-python/squaremap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST SquareMap-1.0.4.tar.gz 7439 BLAKE2B 34b5e5eaf45c597c4591eec291f0fa2e001f6df432eda0a3b98f8e596af257f1261d083b25eea25fedd9d415e00cc20e318f94fe2ce85b3abd2c20ccd51f2d3c SHA512 d01e61697571360b58e762787237bb8533b3de238f26323380a8b0b90d72d2f00e2a43e7f6742fbbb3483573493b0d83568e0651cbf9bdd463b911d09bf27e76
diff --git a/dev-python/squaremap/metadata.xml b/dev-python/squaremap/metadata.xml
deleted file mode 100644
index 9e93b6d9a1d8..000000000000
--- a/dev-python/squaremap/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>swegener@gentoo.org</email>
- <name>Sven Wegener</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">SquareMap</remote-id>
- </upstream>
- <origin>gentoo-staging</origin>
-</pkgmetadata>
diff --git a/dev-python/squaremap/squaremap-1.0.4.ebuild b/dev-python/squaremap/squaremap-1.0.4.ebuild
deleted file mode 100644
index 0262a588d836..000000000000
--- a/dev-python/squaremap/squaremap-1.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_PN="SquareMap"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Hierarchic data-visualisation control for wxPython"
-HOMEPAGE="https://pypi.org/project/SquareMap/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/wxpython:3.0"
-
-S="${WORKDIR}"/${MY_P}