From 97b8344ec72b195a8086ee0605be3cf0fa20b43d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20R=C3=BCger?= Date: Mon, 16 Oct 2017 13:08:39 +0200 Subject: [PATCH] dev-python/www-authenticate: Initial version Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- dev-python/www-authenticate/Manifest | 1 + dev-python/www-authenticate/metadata.xml | 12 +++++++++ .../www-authenticate-0.9.2.ebuild | 25 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/www-authenticate/Manifest create mode 100644 dev-python/www-authenticate/metadata.xml create mode 100644 dev-python/www-authenticate/www-authenticate-0.9.2.ebuild diff --git a/dev-python/www-authenticate/Manifest b/dev-python/www-authenticate/Manifest new file mode 100644 index 000000000000..ab9f37ed32b8 --- /dev/null +++ b/dev-python/www-authenticate/Manifest @@ -0,0 +1 @@ +DIST www-authenticate-0.9.2.tar.gz 2480 SHA256 77697918c9b72974a0162f14472b48a7a02b15344a4df3092194c2afc54eb738 SHA512 5ee3ee733013d922bfef96981fd33b22947874c0a2a56c6d2dbfe11b0bc447a3ff6b6f294efaea2beaf2ff570cd3bf519a21bc71ce62fc0a8ce5edc5d68308f4 WHIRLPOOL 309fc6eb4007b38e8bc674ca336c31081e98f5c9706f4b65d8bd8fb1425e8cd15a52dce4b276fde6c6c8ca3591dbdf033fb4a893a91e772e875c0a55e0f4bb48 diff --git a/dev-python/www-authenticate/metadata.xml b/dev-python/www-authenticate/metadata.xml new file mode 100644 index 000000000000..fe9656ede93f --- /dev/null +++ b/dev-python/www-authenticate/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + www-authenticate + alexsdutton/www-authenticate + + diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild new file mode 100644 index 000000000000..95e755f95e81 --- /dev/null +++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild @@ -0,0 +1,25 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="WWW-Authenticate header parser" +HOMEPAGE="https://github.com/alexsdutton/www-authenticate" +SRC_URI="https://github.com/alexsdutton/www-authenticate/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + nosetests tests.py || die +} -- 2.26.2