public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/expects: ChangeLog expects-0.6.2.ebuild
@ 2014-12-14 16:12 Alex Brandt (alunduil)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Brandt (alunduil) @ 2014-12-14 16:12 UTC (permalink / raw
  To: gentoo-commits

alunduil    14/12/14 16:12:00

  Modified:             ChangeLog
  Added:                expects-0.6.2.ebuild
  Log:
  add version 0.6.2
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)

Revision  Changes    Path
1.6                  dev-python/expects/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Dec 2014 20:01:01 -0000	1.5
+++ ChangeLog	14 Dec 2014 16:12:00 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/expects
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.5 2014/12/07 20:01:01 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.6 2014/12/14 16:12:00 alunduil Exp $
+
+*expects-0.6.2 (14 Dec 2014)
+
+  14 Dec 2014; Alex Brandt <alunduil@gentoo.org> +expects-0.6.2.ebuild:
+  add version 0.6.2
 
 *expects-0.6.1 (07 Dec 2014)
 



1.1                  dev-python/expects/expects-0.6.2.ebuild

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

Index: expects-0.6.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/expects-0.6.2.ebuild,v 1.1 2014/12/14 16:12:00 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
HOMEPAGE="https://github.com/jaimegildesagredo/expects"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"

DEPEND="
	dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? ( >=dev-python/mamba-0.8.2[${PYTHON_USEDEP}] )
"
RDEPEND=""

python_compile_all() {
	use doc && emake -C docs html
}

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

python_install_all() {
	use doc && local HTML_DOCS=( docs/_build/html/. )

	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/expects: ChangeLog expects-0.6.2.ebuild
@ 2015-06-13 17:24 Alex Brandt (alunduil)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Brandt (alunduil) @ 2015-06-13 17:24 UTC (permalink / raw
  To: gentoo-commits

alunduil    15/06/13 17:24:37

  Modified:             ChangeLog
  Removed:              expects-0.6.2.ebuild
  Log:
  remove version 0.6.2
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)

Revision  Changes    Path
1.13                 dev-python/expects/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/expects/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Jun 2015 17:23:58 -0000	1.12
+++ ChangeLog	13 Jun 2015 17:24:37 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/expects
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.12 2015/06/13 17:23:58 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/expects/ChangeLog,v 1.13 2015/06/13 17:24:37 alunduil Exp $
+
+  13 Jun 2015; Alex Brandt <alunduil@gentoo.org> -expects-0.6.2.ebuild:
+  remove version 0.6.2
 
   13 Jun 2015; Alex Brandt <alunduil@gentoo.org> -expects-0.6.1.ebuild:
   remove version 0.6.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-13 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 16:12 [gentoo-commits] gentoo-x86 commit in dev-python/expects: ChangeLog expects-0.6.2.ebuild Alex Brandt (alunduil)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 17:24 Alex Brandt (alunduil)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox