diff options
Diffstat (limited to 'dev-python/hyperlink')
| -rw-r--r-- | dev-python/hyperlink/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/hyperlink/hyperlink-19.0.0.ebuild | 20 | ||||
| -rw-r--r-- | dev-python/hyperlink/metadata.xml | 22 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest new file mode 100644 index 000000000000..ed40bc847e41 --- /dev/null +++ b/dev-python/hyperlink/Manifest @@ -0,0 +1 @@ +DIST hyperlink-19.0.0.tar.gz 99099 BLAKE2B 1213bbc404ebf04f178e3f8b986c343f64cd6a75202942d1cfaeab640d1523388beaafcd2662f414c9fb1eb87f746f3edeb5b5e395b9fc0acb7e82697f45f7a2 SHA512 5d5723bc0bd0c381edd3a9ef7bab3ba9ad4252027d5a4afa61e6cfff3e5b8457994b6dd36ecc356e638d41f797fe3367a3010249e0e77bee6e9e94336c1e7c2e diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild b/dev-python/hyperlink/hyperlink-19.0.0.ebuild new file mode 100644 index 000000000000..4457f97f42f9 --- /dev/null +++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="A featureful, correct URL for Python" +HOMEPAGE="https://github.com/python-hyper/hyperlink https://pypi.org/project/hyperlink/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/idna[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/hyperlink/metadata.xml b/dev-python/hyperlink/metadata.xml new file mode 100644 index 000000000000..4ece6d8cab37 --- /dev/null +++ b/dev-python/hyperlink/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <maintainer> + <email>mahmoud@hatnote.com</email> + <name>Mahmoud Hashemi</name> + </maintainer> + <remote-id type="pypi">hyperframe</remote-id> + </upstream> + <longdescription> + The humble, but powerful, URL runs everything around us. + Chances are you've used several just to read this text. + Hyperlink is a featureful, pure-Python implementation of the URL, with + an emphasis on correctness. + </longdescription> + <origin>gentoo-staging</origin> +</pkgmetadata> |
