commit:     c3220a0d29fe8b5674f688e69695b7e29edbc861
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 18 16:15:51 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 18 16:15:51 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c3220a0d

dev-python/wraps: pyproject.toml fixes

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/wraps/files/wraps-0.1.0-includes.patch | 16 ++++++++++++++++
 dev-python/wraps/wraps-0.1.0.ebuild               |  1 +
 2 files changed, 17 insertions(+)

diff --git a/dev-python/wraps/files/wraps-0.1.0-includes.patch 
b/dev-python/wraps/files/wraps-0.1.0-includes.patch
new file mode 100644
index 000000000..a5184e52e
--- /dev/null
+++ b/dev-python/wraps/files/wraps-0.1.0-includes.patch
@@ -0,0 +1,16 @@
+--- a/pyproject.toml   2022-06-28 11:08:09.624127900 -0400
++++ b/pyproject.toml   2022-07-11 16:33:14.810411482 -0400
+@@ -20,8 +20,11 @@
+     "Topic :: Utilities",
+     "Typing :: Typed",
+ ]
+-
+-include = ["CHANGELOG.md", "tests"]
++include = [
++  { path = "LICENSE", format = "sdist" },
++  { path = "README.md", format = "sdist" },
++  { path = "CHANGELOG.md", format = "sdist" },
++]
+
+ [tool.poetry.urls]
+ Discord = "https://nekit.dev/discord";

diff --git a/dev-python/wraps/wraps-0.1.0.ebuild 
b/dev-python/wraps/wraps-0.1.0.ebuild
index 8ec771d57..79df009b5 100644
--- a/dev-python/wraps/wraps-0.1.0.ebuild
+++ b/dev-python/wraps/wraps-0.1.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
        "
 
 PATCHES=(
+       "${FILESDIR}/${P}-includes.patch"
        "${FILESDIR}/${P}-poetry_groups.patch"
 )
 

Reply via email to