From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 687A5139696 for ; Sat, 17 Jun 2017 17:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C619E0C2F; Sat, 17 Jun 2017 17:00:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DF86E0C2F for ; Sat, 17 Jun 2017 17:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4DFF3418DF for ; Sat, 17 Jun 2017 17:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C24F7484 for ; Sat, 17 Jun 2017 17:00:23 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1497718802.a95914c2cbf71c67a294693d987207d1ea1cc9e4.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperlink/Manifest dev-python/hyperlink/hyperlink-17.1.1.ebuild dev-python/hyperlink/metadata.xml X-VCS-Directories: dev-python/hyperlink/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a95914c2cbf71c67a294693d987207d1ea1cc9e4 X-VCS-Branch: master Date: Sat, 17 Jun 2017 17:00:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b9835723-afe8-4c85-a139-422d2d4992ab X-Archives-Hash: 531e86c61ce311f47fe7d9e31d276913 commit: a95914c2cbf71c67a294693d987207d1ea1cc9e4 Author: Brian Dolbec gentoo org> AuthorDate: Sat Jun 17 01:10:32 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Jun 17 17:00:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95914c2 dev-python/hyperlink: New package, new dep of twisted-17.5.0 Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70 dev-python/hyperlink/Manifest | 1 + dev-python/hyperlink/hyperlink-17.1.1.ebuild | 30 ++++++++++++++++++++++++++++ dev-python/hyperlink/metadata.xml | 25 +++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest new file mode 100644 index 00000000000..873c528d8d3 --- /dev/null +++ b/dev-python/hyperlink/Manifest @@ -0,0 +1 @@ +DIST hyperlink-17.1.1.tar.gz 23067 SHA256 a7462dee03672b8f853c26e1ab9e3b1fd4c90a6efde64ab44a851c2472445018 SHA512 13b20fd54c6bb5d7de3c9a04133fdd848413d1308d9944a2288c76d5f8b9bb0c54401ca5ed53460112209806407497526f2e68a92d119656eb58a9a618e9b708 WHIRLPOOL 86f3dab9cd32805ce974d55920ab3a4cad032da740ce3e4fb103b20ee59a501400e302aa6c90f7d905bb49b78a460a4187a21fe34dc3a155b9234f6e48ea11f1 diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild new file mode 100644 index 00000000000..3ee721cda7c --- /dev/null +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) + +inherit distutils-r1 + +DESCRIPTION="A featureful, correct URL for Python" +HOMEPAGE="https://github.com/python-hyper/hyperlink https://pypi.python.org/pypi/hyperlink" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}] + >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}] + ) +" + +python_test() { + PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \ + py.test -v || die + cd test +} diff --git a/dev-python/hyperlink/metadata.xml b/dev-python/hyperlink/metadata.xml new file mode 100644 index 00000000000..ddf1f449113 --- /dev/null +++ b/dev-python/hyperlink/metadata.xml @@ -0,0 +1,25 @@ + + + + + dolsen@gentoo.org + Primary maintainer + + + python@gentoo.org + Python + + + + mahmoud@hatnote.com + Mahmoud Hashemi + + hyperframe + + + 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. + +