diff --git a/dev-python/furl/Manifest b/dev-python/furl/Manifest index 14fa4698bc..7cb7b1a3ad 100644 --- a/dev-python/furl/Manifest +++ b/dev-python/furl/Manifest @@ -1 +1,2 @@ DIST furl-2.1.2.gh.tar.gz 53644 BLAKE2B 7fe4c31ce2ef831bb208d10432e94a86b71cb1b00c451a0db8848659bde745be5fc51149a4ff7161d812d693fb2a29607737b5355aa356e43c7dae40e3f0e0ff SHA512 2c63d8773195844f4692ff116a80464c2d23db652a65f766e594a733a4d19ed263473f44c5161b4ccf726bec04e3b6d77600e7484f196db3175e2e8be4c9a897 +DIST furl-2.1.3.tar.gz 44223 BLAKE2B 128d43464f75032f726d6408ee7d0c715b617846798ff80c43c91bac025c943492b0ca4f7271b6989d1a73db8948a313aab2930a8f6ed81d62e7b03e984e6f3d SHA512 ce7455bd1a352243efd9715e80e9f9979631cc058927edcd8c52ccb85d27fd8f32079611bb29c487d2add2d1d941d56e4db75520339dc371b1539811ccefda02 diff --git a/dev-python/furl/furl-2.1.3.ebuild b/dev-python/furl/furl-2.1.3.ebuild new file mode 100644 index 0000000000..0044f1e7c2 --- /dev/null +++ b/dev-python/furl/furl-2.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="URL parsing and manipulation made easy." +HOMEPAGE="https://github.com/gruns/furl" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="test? ( dev-python/flake8[${PYTHON_USEDEP}] ) + dev-python/six[${PYTHON_USEDEP}] + dev-python/orderedmultidict[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest