diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest new file mode 100644 index 0000000000..4b1af41a70 --- /dev/null +++ b/dev-python/cattrs/Manifest @@ -0,0 +1 @@ +DIST cattrs-1.2.0.tar.gz 46656 BLAKE2B 40cc1351c910fc1026f06afc0170be93d07ec6488550e78b4334e22cf0a6e5d68031d4533ffdf8f076af53fd06c8eff71e0918095e375db3cee3713cd7ec1294 SHA512 9ab39447f9c476cc70d1be8e4827dab679e8144405cad4581da9bb723145574fe7e17fc7ef7977815f6fbb3fa4c5373b8fa33c292777ab6734efb41d6a60de80 diff --git a/dev-python/cattrs/cattrs-1.2.0.ebuild b/dev-python/cattrs/cattrs-1.2.0.ebuild new file mode 100644 index 0000000000..5a52e25643 --- /dev/null +++ b/dev-python/cattrs/cattrs-1.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} pypy3 ) + +inherit distutils-r1 + +SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +DESCRIPTION="Complex custom class converters for attrs" +HOMEPAGE="https://github.com/Tinche/cattrs" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" +DEPEND=" + ${RDEPEND} + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs diff --git a/dev-python/cattrs/metadata.xml b/dev-python/cattrs/metadata.xml new file mode 100644 index 0000000000..6f49eba8f4 --- /dev/null +++ b/dev-python/cattrs/metadata.xml @@ -0,0 +1,5 @@ + + + + +