commit:     2846ef7c9682ad0fa8b8f80cf51578c4fe5e4074
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Oct 29 04:27:27 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 04:27:27 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2846ef7c

dev-python/wraps: add 0.2.0

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/wraps/wraps-0.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/wraps/wraps-0.2.0.ebuild 
b/dev-python/wraps/wraps-0.2.0.ebuild
new file mode 100644
index 000000000..d72f7e5aa
--- /dev/null
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION=" Meaningful and safe wrapping types. "
+HOMEPAGE="https://github.com/nekitdev/wraps";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+# package does not have test suite (yet)
+
+RDEPEND="
+       >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}]
+       >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
+       "
+
+PATCHES=(
+#      "${FILESDIR}/${P}-includes.patch"
+       "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
+)
+
+distutils_enable_tests pytest

Reply via email to