public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yapsy/
Date: Fri, 10 Jun 2016 09:56:09 +0000 (UTC)	[thread overview]
Message-ID: <1465552540.a7efb3c1f70b339d0cf69a6b593cd5b952aee854.dev-zero@gentoo> (raw)

commit:     a7efb3c1f70b339d0cf69a6b593cd5b952aee854
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 09:55:40 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 09:55:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7efb3c1

dev-python/yapsy: rev-bump for EAPI-6 and added python-3.5 support

Package-Manager: portage-2.3.0_rc1

 dev-python/yapsy/yapsy-1.11.223-r1.ebuild | 44 +++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
new file mode 100644
index 0000000..e3f29ee
--- /dev/null
+++ b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+MY_P="Yapsy-${PV}"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A fat-free DIY Python plugin management toolkit"
+HOMEPAGE="http://yapsy.sourceforge.net/"
+SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+	# Disable erroneous test
+	sed -e 's:test_default_plugins_place_is_parent_dir:_&:' \
+		-i test/test_PluginFileLocator.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && emake -C doc html
+}
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( doc/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-06-10  9:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  9:56 Tiziano Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-19 10:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/yapsy/ Agostino Sarubbo
2017-01-19 10:59 Agostino Sarubbo
2017-05-02 17:43 Michał Górny
2018-06-23 16:00 Mikle Kolyada
2019-10-23 11:34 Sergey Popov
2020-02-06  7:10 Michał Górny
2020-03-11  8:04 Michał Górny
2020-05-03 10:01 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-04 12:34 Michał Górny
2021-02-27 21:39 Sam James
2021-06-05 18:44 Michał Górny
2022-03-28  9:17 Jakov Smolić
2023-01-31 16:14 Michał Górny
2023-02-14 10:48 Sergey Popov
2023-03-04  5:29 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-03-04  5:53 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:38 Michał Górny
2024-06-28 14:53 Petr Vaněk

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=1465552540.a7efb3c1f70b339d0cf69a6b593cd5b952aee854.dev-zero@gentoo \
    --to=dev-zero@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