public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/treq/
Date: Sat, 24 Dec 2016 21:54:58 +0000 (UTC)	[thread overview]
Message-ID: <1482614217.cc8fb03c58268f672edd560a99bfc57533a5e324.dolsen@gentoo> (raw)

commit:     cc8fb03c58268f672edd560a99bfc57533a5e324
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 23:31:55 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 21:16:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8fb03c

dev-python/treq: Version bump, update metadata.xml

Add myself as maintainer, update all urls, (now part of twisted).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/treq/Manifest            |  1 +
 dev-python/treq/metadata.xml        | 27 ++++++++++++++-------
 dev-python/treq/treq-16.12.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 8 deletions(-)

diff --git a/dev-python/treq/Manifest b/dev-python/treq/Manifest
index b8a8dc8..0293e76 100644
--- a/dev-python/treq/Manifest
+++ b/dev-python/treq/Manifest
@@ -1 +1,2 @@
 DIST treq-0.2.1.tar.gz 30954 SHA256 487b9a48f15c1bc482b9be694ad436d70ecdc7a9f0fd3aaf02a30b7f547d9b9d SHA512 d9236c395dca66d358fc9bb1b752e02a7d6335195235808452542de33145057c1c2e959658015b3c89c9a20c35b1a8edb752e151230e72edd313dde6cd6a4cac WHIRLPOOL 2d9b4d5bbf6c8a274d43be6c92f26b4158cd4844074f84d5cd1ef09f49e3ee41454b1b7874074ec3a8c8617a299ddf6d8df6a12d41cd660a188811ae92a44573
+DIST treq-16.12.0.tar.gz 43685 SHA256 b008edc81157969ad2bf23bece083adedb0adf249368a3896bb5ac9a871b91a9 SHA512 9385ada8cdf88e608937c118c29506372d8d3a8e7dcdc54998461652f106e4ccca4d6fa0a3f14ff5d9312da7ea1e531a9e4b0772b694b8dbe03f456101d63cca WHIRLPOOL 99abeea5c611712b5acad07c93204d29461177c29091d4ab34e5bc47e2ad393c76fbedc2bff330761692212ebec28bff1b70ffbcea02e1b5e22d848af3166727

diff --git a/dev-python/treq/metadata.xml b/dev-python/treq/metadata.xml
index 02edd31..98f98cd 100644
--- a/dev-python/treq/metadata.xml
+++ b/dev-python/treq/metadata.xml
@@ -1,12 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>ryao@gentoo.org</email>
-    <name>Richard Yao</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">treq</remote-id>
-    <remote-id type="github">dreid/treq</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<email>dolsen@gentoo.org</email>
+		<description>maintainer</description>
+	</maintainer>
+	<maintainer type="person">
+		<email>ryao@gentoo.org</email>
+		<name>Richard Yao</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>hawkowl@twistedmatrix.com</email>
+			<name>Amber Brown</name>
+		</maintainer>
+		<remote-id type="pypi">Twisted</remote-id>
+	</upstream>
+	<longdescription>treq is an HTTP library inspired by requests but written
+		on top of Twisted's Agents.  It provides a simple, higher level API for
+		making HTTP requests when using Twisted.
+	</longdescription>
 </pkgmetadata>

diff --git a/dev-python/treq/treq-16.12.0.ebuild b/dev-python/treq/treq-16.12.0.ebuild
new file mode 100644
index 00000000..bb0fcd3
--- /dev/null
+++ b/dev-python/treq/treq-16.12.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="A requests-like API built on top of twisted.web's Agent"
+HOMEPAGE="https://github.com/twisted/treq https://pypi.python.org/pypi/treq"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="${COMMON_DEPEND}
+	dev-python/six[${PYTHON_USEDEP}]
+	>=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}]
+	>=dev-python/twisted-16.0.0[crypt,${PYTHON_USEDEP}]
+	>=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
+	>=dev-python/service_identity-14.0.0[${PYTHON_USEDEP}]
+	dev-python/incremental[${PYTHON_USEDEP}]"
+
+DEPEND="${COMMON_DEPEND}
+	doc? ( dev-python/sphinx
+		${RDEPEND} )
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pyflakes[${PYTHON_USEDEP}]
+		dev-python/pep8[${PYTHON_USEDEP}]
+	)"
+
+python_compile_all() {
+	use doc && emake -C "${S}/docs" html
+}
+
+python_install_all() {
+	use doc && dohtml -r "${S}/docs/_build/html/"*
+	distutils-r1_python_install_all
+}
+
+python_test() {
+	trial treq || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2016-12-24 21:55 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-24 21:54 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-29  1:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/treq/ Brian Dolbec
2018-01-19 22:55 Brian Dolbec
2018-03-17  9:24 Pacho Ramos
2019-05-21 15:25 Stephen Klimaszewski
2019-12-29  8:53 David Seifert
2020-02-06  6:38 Michał Górny
2020-03-17  8:08 Michał Górny
2020-05-12 18:15 Brian Dolbec
2020-05-12 22:07 Brian Dolbec
2020-10-10 18:56 Brian Dolbec
2020-10-21 22:51 Michał Górny
2021-01-29 21:46 Brian Dolbec
2021-05-04 19:23 Sam James
2021-06-20 16:07 Brian Dolbec
2021-08-09  9:20 Michał Górny
2021-08-09  9:20 Michał Górny
2021-08-09  9:20 Michał Górny
2021-08-09  9:20 Michał Górny
2021-10-17  9:41 Michał Górny
2022-01-30  7:07 Michał Górny
2022-01-30  7:07 Michał Górny
2022-01-30  7:42 Michał Górny
2022-02-09  9:39 Michał Górny
2022-03-14 10:32 Yixun Lan
2022-05-16 13:30 Michał Górny
2022-07-04  6:57 Michał Górny
2022-07-10 18:41 Arthur Zamarin
2022-09-22  7:42 Agostino Sarubbo
2022-10-28 13:34 Sam James
2023-05-29 12:26 Michał Górny
2023-11-04 17:14 Arthur Zamarin
2023-11-29 10:33 Michał Górny
2023-11-29 10:35 Michał Górny
2024-08-13 20:41 Michał Górny
2024-09-20  5:12 Michał Górny
2024-10-05  9:21 Arthur Zamarin
2024-10-05  9:36 Michał Górny
2024-10-21 12:19 Michał Górny
2024-10-21 13:41 Sam James
2024-10-21 18:41 Arthur Zamarin
2024-10-24  0:12 Jakov Smolić
2024-10-24  7:40 Arthur Zamarin
2024-12-01  8:32 Sam James
2024-12-02 12:06 Petr Vaněk
2025-05-16 19:57 Arthur Zamarin
2025-06-04  2:07 Michał Górny
2025-06-21  9:42 Sam James
2025-06-21  9:47 Michał Górny

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=1482614217.cc8fb03c58268f672edd560a99bfc57533a5e324.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --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