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: Tue, 14 Nov 2017 06:02:54 +0000 (UTC)	[thread overview]
Message-ID: <1510639362.13bfffe78fcbacfec686fcbfdf51bfdaf68f7324.patrick@gentoo> (raw)

commit:     13bfffe78fcbacfec686fcbfdf51bfdaf68f7324
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 19:36:18 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 06:02:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bfffe7

dev-lang/hy: Bump

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-lang/hy/Manifest         |  1 +
 dev-lang/hy/hy-0.13.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-lang/hy/Manifest b/dev-lang/hy/Manifest
index 1686227c695..35c507b744c 100644
--- a/dev-lang/hy/Manifest
+++ b/dev-lang/hy/Manifest
@@ -4,3 +4,4 @@ DIST hy-0.11.1.tar.gz 358882 SHA256 8d53dd3d37dd15040b4e6fa514d480f88c935855c37c
 DIST hy-0.12.0.tar.gz 379282 SHA256 b747477292319e72d09b2b9e84191d1bb46910b4a74a49745aac32b1334bafa4 SHA512 fcad30640aad329c8a8c66167e01f96eddad95fd0d23ce8bf641ed96865c0a7610e8792bc94343edaa36a9a643e72ff946e491e55ca429f6a14a55bd05631470 WHIRLPOOL 4eea576675348bfece5ccdb89359c37d054b57b0824d55111a17aa179f791bddfe67d1d44e096224829d8db8afec8bf4af052701f5623faf8b4339f3035539f7
 DIST hy-0.12.1.tar.gz 379361 SHA256 a1cb381ff3241fa1d70aff38b8f0eca0e9153a370710d3e2e0fd973ce855fe2e SHA512 8b1c957b37aa46baf7ac2a20d7ea4321824ee13e08146edcfdd7eb727151aa34036f9d696687df06e6fa48550bd91d6ad3484bab47da8ea3b154363c48e66980 WHIRLPOOL 872363a61cc84ee9b677fee699982564cc5f2bf11c5e94d6aa1a66b0d3148a50460d65845e80b28afd1bf9460c44d55adcc3a4619a42770590440337b63d4c20
 DIST hy-0.13.0.tar.gz 383197 SHA256 c776ce4ff7ad3f38b00391ac2c172e60443ef8fa36879593a5df912ae60d283a SHA512 a1138c73584f5dc839d8085aaef24da6450789a0d466cea61ecb3740f865ee2aadc52dde3e5c76d945f16fb88c5fdfa4fd9bbcf35cdcd3fc2337fd1f13548b54 WHIRLPOOL 3640a48a49f47c85a814421cb904f3b1c6622eac38cbe06eb5c53e501bff3445588e43524190795f287fe1ee508ca31fa6021965c18e2c915c7cf1b1ff680a1c
+DIST hy-0.13.1.tar.gz 383213 SHA256 45712ec6e4905bc7d96ce9c97425c3c90f9a236ff20a1cab36af26d0de186689 SHA512 40ec426152ef20ff3d4e23043d9ab178a924a2dca3586fd2dfddf5477612246024222b50e62e6f356649c0d035fd202da89e974acf345db6e5c807883dbb86c5 WHIRLPOOL 788ff0c3f02253157d5c9a8fdfdb9b1ea2a15a433f8274aecccec05556c2dc4b273253aec282e733c359fb8ac39745f601690fd930bbd336a727b458bc183dc4

diff --git a/dev-lang/hy/hy-0.13.1.ebuild b/dev-lang/hy/hy-0.13.1.ebuild
new file mode 100644
index 00000000000..f42227b60a0
--- /dev/null
+++ b/dev-lang/hy/hy-0.13.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+RESTRICT="test" # needs some pointy sticks. Seriously.
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+
+inherit distutils-r1 eutils
+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"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
+	>=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+	>=dev-python/astor-0.5[${PYTHON_USEDEP}]
+	>=dev-python/clint-0.4[${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 doc && HTML_DOCS=( docs/_build/html/. )
+}
+
+python_compile_all() {
+	use doc && emake docs
+}
+
+python_test() {
+	nosetests || die "Tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2017-11-14  6:02 UTC|newest]

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

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=1510639362.13bfffe78fcbacfec686fcbfdf51bfdaf68f7324.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