summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-04 13:47:39 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-04 13:47:39 +0000
commit258e2f858b5ef66e7965cdc420d3a863d1641668 (patch)
treedfaac16ba86113420c82008953095fc660c11004 /dev-python
parent51aa602db7695756c722e892f33a7cfa331cf060 (diff)
downloadbaldeagleos-repo-258e2f858b5ef66e7965cdc420d3a863d1641668.tar.gz
baldeagleos-repo-258e2f858b5ef66e7965cdc420d3a863d1641668.tar.xz
baldeagleos-repo-258e2f858b5ef66e7965cdc420d3a863d1641668.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dask/files/dask-2021.10.0-warning.patch38
-rw-r--r--dev-python/ini2toml/ini2toml-0.10.ebuild2
-rw-r--r--dev-python/kiwisolver/kiwisolver-1.4.2.ebuild7
-rw-r--r--dev-python/pymetar/metadata.xml4
-rw-r--r--dev-python/tqdm/Manifest1
-rw-r--r--dev-python/tqdm/tqdm-4.64.0.ebuild46
6 files changed, 54 insertions, 44 deletions
diff --git a/dev-python/dask/files/dask-2021.10.0-warning.patch b/dev-python/dask/files/dask-2021.10.0-warning.patch
deleted file mode 100644
index 87c2ab318aee..000000000000
--- a/dev-python/dask/files/dask-2021.10.0-warning.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From f59293c180f846a220762701006d25655095991f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sat, 23 Oct 2021 09:09:29 +0200
-Subject: [PATCH] Fix test_describe_empty to work without global -Werror
-
-Fix test_describe_empty to work when the test suite is run without
-global -Werror. This is e.g. desirable for packagers who don't want
-the test suite for a fixed version to suddenly start failing due to
-DeprecationWarnings in dependencies that otherwise don't break
-the package.
-
-Since the test expects either a ValueError or a RuntimeWarning, it seems
-that the easiest way to assert for that is to inject the "error" filter
-for the scope of the call.
----
- dask/dataframe/tests/test_dataframe.py | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/dask/dataframe/tests/test_dataframe.py b/dask/dataframe/tests/test_dataframe.py
-index 32edb488..e0d88ba8 100644
---- a/dask/dataframe/tests/test_dataframe.py
-+++ b/dask/dataframe/tests/test_dataframe.py
-@@ -570,7 +570,11 @@ def test_describe_empty():
- )
-
- with pytest.raises((ValueError, RuntimeWarning)):
-- ddf_len0.describe(percentiles_method="dask").compute()
-+ with warnings.catch_warnings():
-+ # ensure that the warning is turned into an error since this is
-+ # the easiest way to assert for exception-or-warning
-+ warnings.simplefilter("error")
-+ ddf_len0.describe(percentiles_method="dask").compute()
-
- with pytest.raises(ValueError):
- ddf_nocols.describe(percentiles_method="dask").compute()
---
-2.33.1
-
diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild b/dev-python/ini2toml/ini2toml-0.10.ebuild
index f429371ff76e..42d58a10ebb1 100644
--- a/dev-python/ini2toml/ini2toml-0.10.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.10.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MPL-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~m68k ~x86"
+KEYWORDS="~amd64 ~m68k ~riscv ~x86"
RDEPEND="
>=dev-python/packaging-20.7[${PYTHON_USEDEP}]
diff --git a/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild b/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild
index c5e9bb1bd33f..aee8e39cd640 100644
--- a/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.4.2.ebuild
@@ -20,10 +20,15 @@ LICENSE="Clear-BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-RDEPEND="
+COMMON_DEPEND="
>=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]
"
+
+RDEPEND="
+ ${COMMON_DEPEND}
+"
BDEPEND="
+ ${COMMON_DEPEND}
>=dev-python/setuptools_scm-3.4.3[${PYTHON_USEDEP}]
"
diff --git a/dev-python/pymetar/metadata.xml b/dev-python/pymetar/metadata.xml
index 7f8001f458d2..856e8f7efecc 100644
--- a/dev-python/pymetar/metadata.xml
+++ b/dev-python/pymetar/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>klausman@gentoo.org</email>
- <name>Tobias Klausman</name>
- </maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index ea99205e61fd..b33d54d6ef3a 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
DIST tqdm-4.63.1.tar.gz 168619 BLAKE2B c5d282f07bd1042097ba24cfc7c5311ce53fa5b66e4f9d4b8504c5d102a4c380dfbc8bb59deee469c90d9726b7d36a34cf9c88ed07b412378f51819f789e8e9c SHA512 3d7dfb81ca6b8b72f26d6b3ef4309af19e1679d3ee805e3c1326e804df4204acc20de8d935394eac736a1598d9c5485165f3cbd2b83b746c2bbf202d3b1e4c5c
+DIST tqdm-4.64.0.tar.gz 169499 BLAKE2B a6b9587a366c026716c63af4358ddba693b52be3490a161071bc750fffcd50429bc639255635d96c950a130d9fe994dc2abc98f3fbaf0a0c344140c8ae972596 SHA512 84d243b86ea3665e915e6a79e7887a4d0487b166971d211e34229b7a46429f4e4f5808c03f24420b20fb85d274e1e6b36ed852af99c5c9d177c8ce71f0ce0c17
diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild b/dev-python/tqdm/tqdm-4.64.0.ebuild
new file mode 100644
index 000000000000..4edbbeb8e4f3
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.64.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+ https://github.com/tqdm/tqdm/
+ https://pypi.org/project/tqdm/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # Skip unpredictable performance tests
+ tests/tests_perf.py
+)
+
+python_install_all() {
+ doman tqdm/tqdm.1
+ newbashcomp tqdm/completion.sh tqdm
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ distutils-r1_python_install_all
+}