tdev-python/user_agent: Add 0.1.9 - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 81298e0f87a37704953c6b7185fe54e524f3791d DIR parent aefd6857d8264fd1396d751a48787a70b4e6a1d3 HTML Author: parazyd <parazyd@dyne.org> Date: Mon, 17 Jun 2019 15:15:10 +0200 dev-python/user_agent: Add 0.1.9 Diffstat: A dev-python/user_agent/Manifest | 1 + A dev-python/user_agent/user_agent-0… | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) --- DIR diff --git a/dev-python/user_agent/Manifest b/dev-python/user_agent/Manifest t@@ -0,0 +1 @@ +DIST user_agent-0.1.9.tar.gz 20895 BLAKE2B 0a9b9af0b345bf98977b451f4b088adf96ef40c823653fa8bfdba81e79e783e59124ec4f954e2496d56c3ef0315f0c66e128ea9af3e4f8bd6ec7b698c95c7c88 SHA512 54d273ba1eec260591f3f1fd04cd9894713129d017f2910be04aa0342287bd17fcc75dc44c627c54bf19dc872db55ab9c4965eaa1a3976e6fca91ebcc7c99a48 DIR diff --git a/dev-python/user_agent/user_agent-0.1.9.ebuild b/dev-python/user_agent/user_agent-0.1.9.ebuild t@@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +inherit distutils-r1 + +DESCRIPTION="This module is for generating random, valid web user agents" +HOMEPAGE="https://pypi.org/project/user_agent/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"