public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/
Date: Fri,  9 Mar 2018 17:59:07 +0000 (UTC)	[thread overview]
Message-ID: <1520618330.d7ad5efcc3f9bb55f34813d416fe7986fb5d6f9d.prometheanfire@gentoo> (raw)

commit:     d7ad5efcc3f9bb55f34813d416fe7986fb5d6f9d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 17:45:23 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 17:58:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ad5efc

dev-python/neovim-python-client: allow usage of msgpack rename

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/neovim-python-client/Manifest           |  2 --
 .../neovim-python-client-0.1.9.ebuild              | 27 ----------------------
 .../neovim-python-client-0.2.0.ebuild              | 27 ----------------------
 ...ebuild => neovim-python-client-0.2.1-r1.ebuild} |  6 +++++
 4 files changed, 6 insertions(+), 56 deletions(-)

diff --git a/dev-python/neovim-python-client/Manifest b/dev-python/neovim-python-client/Manifest
index 8586cae2106..9b5176a2bd7 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -1,4 +1,2 @@
 DIST neovim-python-client-0.1.13.tar.gz 41413 BLAKE2B 819c3e7763cfb357d45130928dab23ad149a5f9d8efb0df8699a805bc394662447837ad3edc869705a95d74a37f2eec4f155212da918ac779d389c150a0d7189 SHA512 ecef42601632551c98f8de019bfdf4dbff3ce1f0e1b6943b78a506b710e5810f6a7e611adc09435992b97288ff365a416870a74202a5c68236b5daeb51d15c8b
-DIST neovim-python-client-0.1.9.tar.gz 40599 BLAKE2B 48b43d344ed0c7aa3faa95a16c9714f2d105a916364db55d68263db7b8307a90d084bcf7559dd17277bb8dfbe6d7bbab8d3dafa250b4825b2cebddc00d130dee SHA512 043429407d140b37004d5344f9244c8cb5a37e2b5d450454e6535bece7fb05f037e5eff2a63431fad55ab2470372c4a17e0a608a94af65a2f400f2158b736ce4
-DIST neovim-python-client-0.2.0.tar.gz 41892 BLAKE2B 0ae59548ae1e376c618c24edfa73f3f68f5c059b2772be8ba3aae08d38c7a368d8b341da0221092ec8fb132843e1ea2d313bedf0c51fd202d5953e530f205d3a SHA512 b8363be2892f4dfaed0251186a3f370ec31be51710b659b71f52575da773e254b388afec2f5999a6b526d722b5232a16c59d7e28e49df30b4760ef030238d068
 DIST neovim-python-client-0.2.1.tar.gz 41971 BLAKE2B 9ebff937e08963cb8c764c4dcfcef8b6e28e8d0219635f9602ccc77b0bf4412a797de71fbf149bcaafe85bd1122a0d3cec1d8bfa81217c8c2d5a89bc1772c572 SHA512 710be7f5355077fa1eae256c541a06d475902492a19638c5786e25aafb9181f40afcc8df70aca0da15a569a9d6b095ab7bd8008e4f947725cf081954fb7c042e

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild
deleted file mode 100644
index 2560f7bfa1a..00000000000
--- a/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for Neovim"
-HOMEPAGE="https://github.com/neovim/python-client"
-SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	<dev-python/msgpack-0.5.2:0[${PYTHON_USEDEP}]
-	>=dev-python/msgpack-0.4.0:0[${PYTHON_USEDEP}]
-	virtual/python-greenlet[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python2_7)"
-
-RDEPEND="
-	${DEPEND}
-	>=app-editors/neovim-0.1.3"
-
-S="${WORKDIR}/python-client-${PV}"

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild
deleted file mode 100644
index 036143b5f00..00000000000
--- a/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for Neovim"
-HOMEPAGE="https://github.com/neovim/python-client"
-SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	<dev-python/msgpack-0.5.2:0[${PYTHON_USEDEP}]
-	>=dev-python/msgpack-0.4.0:0[${PYTHON_USEDEP}]
-	virtual/python-greenlet[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python2_7)"
-
-RDEPEND="
-	${DEPEND}
-	>=app-editors/neovim-0.2.1"
-
-S="${WORKDIR}/python-client-${PV}"

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.2.1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.2.1-r1.ebuild
similarity index 83%
rename from dev-python/neovim-python-client/neovim-python-client-0.2.1.ebuild
rename to dev-python/neovim-python-client/neovim-python-client-0.2.1-r1.ebuild
index 3814f0211ef..fba1505898d 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.2.1.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.2.1-r1.ebuild
@@ -24,3 +24,9 @@ RDEPEND="
 	>=app-editors/neovim-0.2.1"
 
 S="${WORKDIR}/python-client-${PV}"
+
+python_prepare_all() {
+	# allow useage of renamed msgpack
+	sed -i '/^msgpack/d' setup.py || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2018-03-09 17:59 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-09 17:59 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-05  6:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/ Matt Turner
2019-11-29  0:17 Patrick McLean
2019-11-28 20:08 Patrick McLean
2019-07-01  0:33 Mike Gilbert
2019-04-20 19:01 Mikle Kolyada
2019-03-27 23:56 Patrice Clement
2019-03-27 23:56 Patrice Clement
2018-12-07  0:25 Ole Reifschneider
2018-12-07  0:25 Ole Reifschneider
2018-06-11 20:50 Ole Reifschneider
2018-03-19 22:15 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-01-07 11:30 Patrice Clement
2018-01-05 15:02 Patrice Clement
2018-01-05 13:30 Patrice Clement
2017-05-27 11:31 Michał Górny
2017-05-02 16:41 Michał Górny
2017-03-16 23:58 Patrice Clement
2017-03-16 23:03 Patrice Clement
2017-01-04 12:34 David Seifert
2016-11-20 15:10 Ole Reifschneider
2016-06-13 20:20 Ole Reifschneider
2016-04-30 11:48 Ole Reifschneider
2016-04-08  9:26 Ole Reifschneider
2016-03-22  8:06 Ole Reifschneider
2016-02-27 14:37 Ole Reifschneider
2015-12-10 23:04 Ole Reifschneider
2015-11-10 15:14 Justin Lecher
2015-10-25 19:38 Ole Reifschneider

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=1520618330.d7ad5efcc3f9bb55f34813d416fe7986fb5d6f9d.prometheanfire@gentoo \
    --to=prometheanfire@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