patrick     15/05/18 03:48:28

  Modified:             ChangeLog
  Added:                hy-0.11.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-lang/hy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Nov 2014 19:02:35 -0000      1.7
+++ ChangeLog   18 May 2015 03:48:28 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/hy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.7 2014/11/25 
19:02:35 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.8 2015/05/18 
03:48:28 patrick Exp $
+
+*hy-0.11.0 (18 May 2015)
+
+  18 May 2015; Patrick Lauer <patr...@gentoo.org> +hy-0.11.0.ebuild:
+  Bump
 
   25 Nov 2014; Pacho Ramos <pa...@gentoo.org> hy-0.10.1.ebuild:
   Support python 3.4



1.1                  dev-lang/hy/hy-0.11.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.11.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.11.0.ebuild?rev=1.1&content-type=text/plain

Index: hy-0.11.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.11.0.ebuild,v 1.1 
2015/05/18 03:48:28 patrick Exp $

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"

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}
        test? ( dev-python/tox[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/sphinx[${PYTHON_USEDEP}]
                dev-python/coverage[${PYTHON_USEDEP}]
        )"

python_test() {
        nosetests || die "Tests failed under ${EPYTHON}"
}




Reply via email to