commit: 3223bdbfaef6fb8e4720c1cee3e3048517c08826
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Oct 29 00:27:47 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 00:27:47 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3223bdbf
dev-python/wraps: Source updated by upstream
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch | 16 +++++++++-------
.../wraps/{wraps-0.1.0.ebuild => wraps-0.1.0-r1.ebuild} | 4 ++--
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
b/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
index 8a6de2917..c1b2ccd3e 100644
--- a/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
+++ b/dev-python/wraps/files/wraps-0.1.0-poetry_groups.patch
@@ -1,14 +1,14 @@
--- a/pyproject.toml 2022-06-28 11:08:09.624127900 -0400
+++ b/pyproject.toml 2022-07-11 16:33:14.810411482 -0400
-@@ -37,29 +37,6 @@
+@@ -36,31 +36,6 @@
- typing-extensions = ">= 4.2.0"
+ typing-extensions = ">= 4.3.0"
-[tool.poetry.group.format]
-optional = true
-
-[tool.poetry.group.format.dependencies]
--black = "22.6.0"
+-black = "22.8.0"
-
-[tool.poetry.group.format.dependencies.isort]
-version = "5.10.1"
@@ -18,17 +18,19 @@
-optional = true
-
-[tool.poetry.group.check.dependencies]
--mypy = "0.961"
+-mypy = "0.971"
-
-[tool.poetry.group.test]
-optional = true
-
-[tool.poetry.group.test.dependencies]
--pytest = "7.1.2"
+-pytest = "7.1.3"
-pytest-cov = "3.0.0"
+-anyio = "3.6.1"
+-trio = "0.21.0"
-
- [tool.black]
- line_length = 100
+ [tool.poetry.group.docs]
+ optional = true
@@ -67,29 +44,6 @@
line_length = 100
diff --git a/dev-python/wraps/wraps-0.1.0.ebuild
b/dev-python/wraps/wraps-0.1.0-r1.ebuild
similarity index 83%
rename from dev-python/wraps/wraps-0.1.0.ebuild
rename to dev-python/wraps/wraps-0.1.0-r1.ebuild
index 79df009b5..9ac34a45e 100644
--- a/dev-python/wraps/wraps-0.1.0.ebuild
+++ b/dev-python/wraps/wraps-0.1.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION=" Meaningful and safe wrapping types. "
HOMEPAGE="https://github.com/nekitdev/wraps"
-SRC_URI="https://github.com/nekitdev/wraps/releases/download/v${PV}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -24,7 +24,7 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}/${P}-includes.patch"
+# "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${P}-poetry_groups.patch"
)