public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tweepy/
Date: Mon, 28 Dec 2020 16:33:56 +0000 (UTC)	[thread overview]
Message-ID: <1609173227.38fe3b544b3722a8e6338e3f99961ce423cc2630.davidroman@gentoo> (raw)

commit:     38fe3b544b3722a8e6338e3f99961ce423cc2630
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 28 16:33:47 2020 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Dec 28 16:33:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38fe3b54

dev-python/tweepy: new package

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/tweepy/Manifest             |  1 +
 dev-python/tweepy/metadata.xml         |  8 ++++++++
 dev-python/tweepy/tweepy-3.10.0.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/tweepy/Manifest b/dev-python/tweepy/Manifest
new file mode 100644
index 00000000..ec123676
--- /dev/null
+++ b/dev-python/tweepy/Manifest
@@ -0,0 +1 @@
+DIST tweepy-3.10.0.tar.gz 459678 BLAKE2B 8ed612e9a0ad0892110658c94bcf70ec3da4219c74fe9e4600bebd8ce16a81ef03461924aa9d170ccf3ae9127cfa0bc35a7d36a4b379b44ab5557eba8d30972c SHA512 2a40875c5612902e4ff69e6fdf73e9fa10b93a80bf4160b16e44e2dae058a90f86569b3a4bcb67a7acdf5c9c3119ce7ca35a3ae64e393181b78fde10dfd975b5

diff --git a/dev-python/tweepy/metadata.xml b/dev-python/tweepy/metadata.xml
new file mode 100644
index 00000000..01c1fc84
--- /dev/null
+++ b/dev-python/tweepy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/tweepy/tweepy-3.10.0.ebuild b/dev-python/tweepy/tweepy-3.10.0.ebuild
new file mode 100644
index 00000000..a3189e9d
--- /dev/null
+++ b/dev-python/tweepy/tweepy-3.10.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="An easy-to-use Python library for accessing the Twitter API."
+HOMEPAGE="https://www.tweepy.org/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP},socks5]
+	dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+	${RDEPEND}
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/vcrpy[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests nose


             reply	other threads:[~2020-12-28 16:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 16:33 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-03 10:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tweepy/ David Roman
2022-09-17 13:08 David Roman
2023-05-23 21:10 David Roman
2023-07-05 13:59 Anna Vyalkova
2024-01-16 13:53 David Roman
2024-04-01 11:29 Julien Roy
2024-04-02 23:04 Julien Roy
2024-04-29 22:19 David Roman
2024-05-14 20:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 20:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

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=1609173227.38fe3b544b3722a8e6338e3f99961ce423cc2630.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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