public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell-fb/
Date: Sat,  2 Sep 2017 14:22:48 +0000 (UTC)	[thread overview]
Message-ID: <1504362159.c8200447d7cba9726b03f59f3e8fa57e00fcb8ab.kensington@gentoo> (raw)

commit:     c8200447d7cba9726b03f59f3e8fa57e00fcb8ab
Author:     Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Tue Aug 29 03:12:36 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 14:22:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8200447

dev-python/configshell-fb: version bump to 1.1.23

- Add python3_6 to PYTHON_COMPAT
- Change SRC_URI to point to PyPI
- Add PyPI remote to metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/configshell-fb/Manifest                          |  2 +-
 ...gshell-fb-1.1.21.ebuild => configshell-fb-1.1.23.ebuild} | 13 ++++---------
 dev-python/configshell-fb/metadata.xml                      |  1 +
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
index 45d8e43dafe..3ca944fc88d 100644
--- a/dev-python/configshell-fb/Manifest
+++ b/dev-python/configshell-fb/Manifest
@@ -1,2 +1,2 @@
-DIST configshell-fb-1.1.21.tar.gz 36929 SHA256 f96daac404e4483e9f3113fbd675264d14dce1db83155b8537c94c4267e9b740 SHA512 4cf353da513b0e6863a2f93086d98254c2a74596f52ea7fe8823dda7bec4c4c247b54ec277348264f6d33b576a581c7617da01891997e83619f84e9a4def3e57 WHIRLPOOL b7de33bde6891b40950b796fbf9ddbe15f7907860d5cc42097cc88f892989e0cb8f8b5f3ff3d2bf12b138e295385d048e154487356fb26352ef95572aa5ac923
 DIST configshell-fb-1.1.22.tar.gz 34383 SHA256 a20b95791cdba6f7587869f4fa4337e8e4effbdec102ac6f7de349fe3b5bc612 SHA512 be6fa988ec42014da7e33c5610c2075c04ac7024e64f1c5665a0178d1390356505d69f93d58cc43b602bd26cb4ca28d085b55feafbce90a5dfb57ab26438eea8 WHIRLPOOL 2d6f0767600728c6803c61b63b4910ad56b349cc62cc74b130fb4e0f94440ec808983ee6b4e9470c00393c45bc95f10033124ef06a6dab573c47477018bf66fd
+DIST configshell-fb-1.1.23.tar.gz 56112 SHA256 927887539d25ad481b6247ab6a3f97c4ca78737b9d8a5e51c187bf95c18a47d5 SHA512 f657c885889d8714817e6b726aabe13909bc74410d00cdd5aa6c6fba773da3eddfeb7c08699292406d0c1f58bb0417da41fdfeadeff8de5107c52d953bb9e468 WHIRLPOOL 4e13fa33d15819d9b85d600f36b75f468aa5794b9f7ca3891ed7e2579d3d2e52912d7cf8cac3f677b688066bcc48c675e13b57274a21f0331626fdfbbadc3634

diff --git a/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
similarity index 61%
rename from dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
rename to dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
index 9f8b2671f92..818f1a60a00 100644
--- a/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
+++ b/dev-python/configshell-fb/configshell-fb-1.1.23.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
-inherit distutils-r1 versionator
-
-MY_PV=$(replace_version_separator 2 '.fb' ${PV})
+inherit distutils-r1
 
 DESCRIPTION="A Python library for building configuration shells"
 HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
-SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
 	dev-python/six[${PYTHON_USEDEP}]
 	dev-python/urwid[${PYTHON_USEDEP}]
 	!dev-python/configshell"
-
-S=${WORKDIR}/${PN}-${MY_PV}

diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml
index 7aebc11a062..3815d8aec77 100644
--- a/dev-python/configshell-fb/metadata.xml
+++ b/dev-python/configshell-fb/metadata.xml
@@ -19,6 +19,7 @@
 		<name>Andy Grover</name>
 	</maintainer>
 	<remote-id type="github">open-iscsi/configshell-fb</remote-id>
+	<remote-id type="pypi">configshell-fb</remote-id>
 	<bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to>
 </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-09-02 14:22 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-02 14:22 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27 12:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell-fb/ Michał Górny
2025-05-03 12:05 Michał Górny
2025-05-03 10:52 Arthur Zamarin
2025-04-26 10:22 Michał Górny
2025-04-26 10:04 Arthur Zamarin
2025-04-15  6:13 Michał Górny
2025-04-09 18:12 Arthur Zamarin
2024-09-28 13:35 Michał Górny
2024-09-28 13:30 Arthur Zamarin
2024-09-11 18:39 Michał Górny
2024-06-27 14:40 Petr Vaněk
2023-10-27 17:47 Michał Górny
2023-07-28  9:26 Michał Górny
2023-07-28  7:56 Sam James
2023-06-28  5:06 Michał Górny
2023-04-05  6:14 Michał Górny
2023-04-04 19:19 Arthur Zamarin
2023-03-02 16:49 Michał Górny
2023-02-26 14:46 Michał Górny
2023-02-26 14:46 Michał Górny
2022-11-25  9:08 Arthur Zamarin
2022-11-23  4:25 Sam James
2022-11-23  4:25 Sam James
2022-11-23  4:16 Sam James
2022-11-23  4:16 Sam James
2022-10-07  8:47 WANG Xuerui
2022-09-25  1:27 Sam James
2022-09-19  6:42 Michał Górny
2022-09-04 18:21 Arthur Zamarin
2022-08-25 17:39 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 10:59 Marek Szuba
2022-02-06 11:18 Jonas Stein
2021-11-21 19:14 Michał Górny
2021-11-21 18:39 Jakov Smolić
2021-10-18  8:44 Arthur Zamarin
2021-10-18  8:44 Arthur Zamarin
2020-08-05 15:10 Michał Górny
2020-08-02 18:21 Michał Górny
2020-07-08 16:35 Michał Górny
2020-06-14 10:59 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-14 12:32 Agostino Sarubbo
2020-04-07 10:32 Agostino Sarubbo
2020-03-26 14:51 Michał Górny
2020-02-04 19:47 Michał Górny
2019-04-19 21:40 Michał Górny
2019-04-19 21:40 Michał Górny
2018-02-15 14:27 Patrice Clement
2018-02-15 14:27 Patrice Clement
2017-01-12 17:34 Matt Thode
2016-10-27 22:27 Patrice Clement

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=1504362159.c8200447d7cba9726b03f59f3e8fa57e00fcb8ab.kensington@gentoo \
    --to=kensington@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