public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/
Date: Mon, 21 Dec 2015 15:49:39 +0000 (UTC)	[thread overview]
Message-ID: <1450712938.4aa525ab0f2bd3b2b1a6b51d3b776c66ff6ecbfd.patrick@gentoo> (raw)

commit:     4aa525ab0f2bd3b2b1a6b51d3b776c66ff6ecbfd
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 15:48:58 2015 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 15:48:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa525ab

dev-lang/hy: Fix docs and examples install #562160

Package-Manager: portage-2.2.26

 dev-lang/hy/hy-0.11.0-r1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/dev-lang/hy/hy-0.11.0-r1.ebuild b/dev-lang/hy/hy-0.11.0-r1.ebuild
new file mode 100644
index 0000000..c0e9079
--- /dev/null
+++ b/dev-lang/hy/hy-0.11.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+RESTRICT="test" # needs some pointy sticks. Seriously.
+PYTHON_COMPAT=(python2_7 python3_3 python3_4)
+
+inherit distutils-r1
+DESCRIPTION="A LISP dialect running in python"
+HOMEPAGE="http://hylang.org/"
+SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc examples"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
+	>=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+	>=dev-python/astor-0.5[${PYTHON_USEDEP}]
+	dev-python/clint[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+	test? ( dev-python/tox[${PYTHON_USEDEP}]
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+	)"
+src_prepare() {
+	use examples && EXAMPLES=( eg/. )
+	use doc && HTML_DOCS=( docs/_build/html/. )
+}
+
+python_compile_all() {
+	use doc && make docs || die
+}
+
+python_test() {
+	nosetests || die "Tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2015-12-21 15:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 15:49 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-30  9:02 [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/ Patrick Lauer
2016-01-01 11:32 Patrick Lauer
2016-01-01 11:33 Patrick Lauer
2017-01-28 20:24 Patrick Lauer
2017-02-03 12:39 Patrick Lauer
2017-04-27  8:23 Patrick Lauer
2017-07-30  6:33 Patrick Lauer
2017-11-14  6:02 Patrick Lauer
2018-02-23  6:51 Patrick Lauer
2018-06-27 20:32 Pacho Ramos
2018-08-12 15:53 Virgil Dupras
2019-06-20 19:06 罗百科
2019-11-03 13:58 Craig Andrews
2019-11-03 13:58 Craig Andrews
2020-02-04 12:23 Michał Górny
2021-01-01  0:53 Michał Górny
2021-04-26 13:51 罗百科
2021-05-31 20:22 Michał Górny
2021-06-01  0:28 Sam James
2022-06-18 15:15 罗百科

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=1450712938.4aa525ab0f2bd3b2b1a6b51d3b776c66ff6ecbfd.patrick@gentoo \
    --to=patrick@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