public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/
Date: Thu,  4 Oct 2018 17:38:29 +0000 (UTC)	[thread overview]
Message-ID: <1538674675.6129954809d3cb066e8f17d6d6940552f04ae51b.titanofold@gentoo> (raw)

commit:     6129954809d3cb066e8f17d6d6940552f04ae51b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 17:34:36 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 17:37:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61299548

dev-python/sshtunnel: Initial commit

Required by >=dev-db/pgadmin4-3.3

Bug: https://bugs.gentoo.org/665754
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Aaron Swenson <titanofold <AT> gentoo.org>

 dev-python/sshtunnel/Manifest               |  1 +
 dev-python/sshtunnel/metadata.xml           |  8 ++++++++
 dev-python/sshtunnel/sshtunnel-0.1.4.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/sshtunnel/Manifest b/dev-python/sshtunnel/Manifest
new file mode 100644
index 00000000000..a5b9b6e492b
--- /dev/null
+++ b/dev-python/sshtunnel/Manifest
@@ -0,0 +1 @@
+DIST sshtunnel-0.1.4.tar.gz 48330 BLAKE2B 5fdc5dd602274a16025f250fcc3a36453a17c921f51367cac0cb0ef36be6251f687b53b1df6072d1e32456a5c0fa5ec6d2fd8e5d4874977a641a6c9ba81ac57c SHA512 c228fe79cf5172c950777a40b27ababd42a31b7aad8a8472d55a2b3babf5aa4c5308799bb271f33f0e943c309eb9adedee321045a03324cb5e30a385178751ca

diff --git a/dev-python/sshtunnel/metadata.xml b/dev-python/sshtunnel/metadata.xml
new file mode 100644
index 00000000000..b3c1d365eaa
--- /dev/null
+++ b/dev-python/sshtunnel/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>titanofold@gentoo.org</email>
+		<name>Aaron W. Swenson</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
new file mode 100644
index 00000000000..4aeb081ac92
--- /dev/null
+++ b/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 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="Pure python SSH tunnels"
+HOMEPAGE="https://pypi.python.org/pypi/sshtunnel"
+SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~arm"
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="test"
+
+RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/tox[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2018-10-04 17:38 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-04 17:38 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-07 13:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/ Aaron W. Swenson
2019-04-08  0:11 Aaron W. Swenson
2019-04-08 14:15 Mikle Kolyada
2019-06-06 10:18 Aaron W. Swenson
2019-06-21  8:03 Agostino Sarubbo
2019-06-21 11:07 Agostino Sarubbo
2019-06-21 11:50 Aaron W. Swenson
2019-12-01 19:27 Andreas Sturmlechner
2020-02-05 21:28 Andreas Sturmlechner
2020-02-06  6:18 Michał Górny
2020-03-25 12:43 Aaron W. Swenson
2020-07-11  9:27 Michał Górny
2020-12-02 18:12 Aaron W. Swenson
2020-12-03  1:56 Aaron W. Swenson
2020-12-04 19:39 Thomas Deutschmann
2020-12-15  6:44 Sam James
2020-12-15 11:05 Michał Górny
2021-01-07  0:58 Sam James
2021-01-07  9:22 Michał Górny
2021-01-10 10:19 Andreas Sturmlechner
2021-08-19 18:43 Arthur Zamarin
2021-08-19 18:43 Arthur Zamarin
2023-11-23  6:01 罗百科
2023-11-23  6:01 罗百科
2025-02-10 21:25 Sam James
2025-02-15  7:21 Arthur Zamarin

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=1538674675.6129954809d3cb066e8f17d6d6940552f04ae51b.titanofold@gentoo \
    --to=titanofold@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