public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/
Date: Sat,  4 Apr 2020 02:27:02 +0000 (UTC)	[thread overview]
Message-ID: <1585967219.573306cbfd7bdd135c655207719a867759ab94d7.zerochaos@gentoo> (raw)

commit:     573306cbfd7bdd135c655207719a867759ab94d7
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 02:26:59 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 02:26:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573306cb

dev-python/pywinrm: python 3.7

added latest release as well

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-python/pywinrm/Manifest             |  1 +
 dev-python/pywinrm/pywinrm-0.4.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pywinrm/Manifest b/dev-python/pywinrm/Manifest
index 1e48e5e6d51..da8b690114e 100644
--- a/dev-python/pywinrm/Manifest
+++ b/dev-python/pywinrm/Manifest
@@ -1 +1,2 @@
 DIST pywinrm-0.3.0.tar.gz 25175 BLAKE2B bf020a2343dd317234d52600425930c9e8a798d07443f33279950d011c23ecffef97eb10042f4453ca8062d163c75c694d04b1e1f9facc3a6fe1da8d6840671d SHA512 4a6ec3e5cc4b9030275454d846fa4356f444481fe798f013f2be4dbfd4974f11ab2ccaabbc749f6e64fda985324ce6ffb1af906cdca02d2e2cb606d10bb94d02
+DIST pywinrm-0.4.1.tar.gz 36391 BLAKE2B 13b4db5292648fb497a4b85f6051ea2ea880ec9c1bd5970673e983b217c0787ccd0e1e504c8af12b0c4941294a440ef0449f968ba446254558a10df69bbcccdf SHA512 0eaeb190d37f055c10d1bd8ae1414da4a7396351fd6286b1e5ffc22b8f8ed589c03e2cbf1c287e5ea8fc00c08012a206657cecb77ec69cd373ff462c3b18e3d7

diff --git a/dev-python/pywinrm/pywinrm-0.4.1.ebuild b/dev-python/pywinrm/pywinrm-0.4.1.ebuild
new file mode 100644
index 00000000000..59c86e78eea
--- /dev/null
+++ b/dev-python/pywinrm/pywinrm-0.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Windows Remote Management through Python"
+HOMEPAGE="https://pypi.org/project/pywinrm/"
+SRC_URI="mirror://pypi/p/pywinrm/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/requests-credssp[${PYTHON_USEDEP}]
+	dev-python/requests-kerberos[${PYTHON_USEDEP}]
+	dev-python/requests-ntlm[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"


             reply	other threads:[~2020-04-04  2:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-04  2:27 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03  6:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/ Michał Górny
2024-08-03  6:37 Michał Górny
2024-07-27  7:19 Michał Górny
2024-07-27  7:00 Arthur Zamarin
2024-07-17  4:11 Michał Górny
2024-07-09 19:29 Michał Górny
2024-07-09 19:29 Michał Górny
2024-06-28 11:38 Michał Górny
2023-11-24 16:50 Arthur Zamarin
2023-11-23 19:54 Michał Górny
2023-10-27 18:02 Michał Górny
2023-03-16  4:07 Michał Górny
2022-11-23  0:00 Marek Szuba
2022-09-21 15:30 Marek Szuba
2022-05-16 13:27 Michał Górny
2022-04-15  7:16 Arthur Zamarin
2022-03-30 14:24 Jakov Smolić
2022-03-26 22:31 Marek Szuba
2022-02-26 10:26 Michał Górny
2021-06-12 21:55 Marek Szuba
2019-02-26  8:55 Tony Vroon

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=1585967219.573306cbfd7bdd135c655207719a867759ab94d7.zerochaos@gentoo \
    --to=zerochaos@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