public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/fake-useragent/
Date: Thu,  2 Apr 2020 10:12:34 +0000 (UTC)	[thread overview]
Message-ID: <1585782113.160367b4e3c736ec950b2c7f30b0caf771cf1f08.andrewammerlaan@gentoo> (raw)

commit:     160367b4e3c736ec950b2c7f30b0caf771cf1f08
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr  1 23:01:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  1 23:01:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=160367b4

dev-python/fake-useragent: new package, untested

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/fake-useragent/Manifest                 |  1 +
 .../fake-useragent/fake-useragent-0.1.11.ebuild    | 53 ++++++++++++++++++++++
 dev-python/fake-useragent/metadata.xml             | 17 +++++++
 3 files changed, 71 insertions(+)

diff --git a/dev-python/fake-useragent/Manifest b/dev-python/fake-useragent/Manifest
new file mode 100644
index 0000000..063a0c0
--- /dev/null
+++ b/dev-python/fake-useragent/Manifest
@@ -0,0 +1 @@
+DIST fake-useragent-0.1.11.tar.gz 13200 BLAKE2B 13ba8a37a418fb8ed11491171a502737b51a60b9a6d54969f20ef0a5fb10e77dc33dd897d13d7034719c5d1376701f38dc6d17a9f5e484dc566fc647b8546075 SHA512 38dd46a1186a92b87d8886876dd0163640d39a852c00d7264947f940a59331168d595c4ee9fce357a2fed07425a557d80ad6c5a693ec0087ea2b69e327927ed1

diff --git a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild
new file mode 100644
index 0000000..e38fefb
--- /dev/null
+++ b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Up to date simple useragent faker with real world database"
+HOMEPAGE="
+		https://github.com/hellysmile/fake-useragent
+		https://pypi.org/project/fake-useragent
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+		dev-python/appdirs[${PYTHON_USEDEP}]
+		dev-python/decorator[${PYTHON_USEDEP}]
+		dev-python/funcsigs[${PYTHON_USEDEP}]
+		dev-python/ipdb[${PYTHON_USEDEP}]
+		dev-python/ipython[${PYTHON_USEDEP}]
+		dev-python/ipython_genutils[${PYTHON_USEDEP}]
+		dev-python/isort[${PYTHON_USEDEP}]
+		dev-python/mccabe[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/packaging[${PYTHON_USEDEP}]
+		dev-python/pathlib2[${PYTHON_USEDEP}]
+		dev-python/pexpect[${PYTHON_USEDEP}]
+		dev-python/pickleshare[${PYTHON_USEDEP}]
+		dev-python/pluggy[${PYTHON_USEDEP}]
+		dev-python/prompt_toolkit[${PYTHON_USEDEP}]
+		dev-python/ptyprocess[${PYTHON_USEDEP}]
+		dev-python/py[${PYTHON_USEDEP}]
+		dev-python/pycodestyle[${PYTHON_USEDEP}]
+		dev-python/pyflakes[${PYTHON_USEDEP}]
+		dev-python/pygments[${PYTHON_USEDEP}]
+		dev-python/pyparsing[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/scandir[${PYTHON_USEDEP}]
+		dev-python/simplegeneric[${PYTHON_USEDEP}]
+		dev-python/six[${PYTHON_USEDEP}]
+		dev-python/traitlets[${PYTHON_USEDEP}]
+		dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs

diff --git a/dev-python/fake-useragent/metadata.xml b/dev-python/fake-useragent/metadata.xml
new file mode 100644
index 0000000..79d4c43
--- /dev/null
+++ b/dev-python/fake-useragent/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">
+Features
+
+    grabs up to date useragent from useragentstring.com
+    randomize with real world statistic via w3schools.com
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">fake-useragent</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-04-02 10:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 10:12 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20  4:39 [gentoo-commits] repo/proj/guru:master commit in: dev-python/fake-useragent/ Haelwenn Monnier
2021-05-05  8:33 Andrew Ammerlaan
2021-04-13 13:22 Andrew Ammerlaan
2020-12-10  8:46 Andrew Ammerlaan
2020-06-09 16:37 Andrew Ammerlaan
2020-04-02 10:09 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-02 10:12 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585782113.160367b4e3c736ec950b2c7f30b0caf771cf1f08.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox