dev-python/furl: new package, add 2.1.2

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-12-22 20:30:02 -05:00
parent 330520ad21
commit e36fcdb9ab
3 changed files with 45 additions and 0 deletions

1
dev-python/furl/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST furl-2.1.2.gh.tar.gz 53644 BLAKE2B 7fe4c31ce2ef831bb208d10432e94a86b71cb1b00c451a0db8848659bde745be5fc51149a4ff7161d812d693fb2a29607737b5355aa356e43c7dae40e3f0e0ff SHA512 2c63d8773195844f4692ff116a80464c2d23db652a65f766e594a733a4d19ed263473f44c5161b4ccf726bec04e3b6d77600e7484f196db3175e2e8be4c9a897

View File

@@ -0,0 +1,25 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="URL parsing and manipulation made easy."
HOMEPAGE="https://github.com/gruns/furl"
SRC_URI="https://github.com/gruns/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
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

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<longdescription>Python's standard urllib and urlparse modules provide a number of URL related functions, but using these functions to perform common URL operations proves tedious. Furl makes parsing and manipulating URLs easy.</longdescription>
<upstream>
<maintainer>
<name>Ansgar Grunseid</name>
</maintainer>
<changelog>https://github.com/gruns/furl/releases</changelog>
<doc>https://github.com/gruns/furl#API</doc>
<bugs-to>https://github.com/gruns/furl/issues</bugs-to>
<remote-id type="github">gruns/furl</remote-id>
<remote-id type="pypi">furl</remote-id>
</upstream>
</pkgmetadata>