public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.4.ebuild ChangeLog
@ 2015-03-16  4:17 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2015-03-16  4:17 UTC (permalink / raw
  To: gentoo-commits

patrick     15/03/16 04:17:59

  Modified:             ChangeLog
  Added:                datashape-0.4.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-python/datashape/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Mar 2015 23:43:12 -0000	1.11
+++ ChangeLog	16 Mar 2015 04:17:59 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.11 2015/03/08 23:43:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.12 2015/03/16 04:17:59 patrick Exp $
+
+*datashape-0.4.4 (16 Mar 2015)
+
+  16 Mar 2015; Patrick Lauer <patrick@gentoo.org> +datashape-0.4.4.ebuild:
+  Bump
 
   08 Mar 2015; Pacho Ramos <pacho@gentoo.org> datashape-0.4.2.ebuild:
   x86 stable, bug 540290



1.1                  dev-python/datashape/datashape-0.4.4.ebuild

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

Index: datashape-0.4.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v 1.1 2015/03/16 04:17:59 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Language defining a data description protocol"
HOMEPAGE="https://github.com/ContinuumIO/datashape"
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/multipledispatch[${PYTHON_USEDEP}]
		dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? ( ${RDEPEND}
		dev-python/pytest[${PYTHON_USEDEP}] )"

python_prepare_all() {
	# Prevent un-needed d'loading
	sed -e "s/'sphinx.ext.intersphinx', //" -i docs/source/conf.py || die

	distutils-r1_python_prepare_all
}

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

python_test() {
	py.test || 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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.4.ebuild ChangeLog
@ 2015-06-08 14:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-08 14:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/08 14:09:19

  Modified:             datashape-0.4.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #551134
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-python/datashape/datashape-0.4.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?r1=1.1&r2=1.2

Index: datashape-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- datashape-0.4.4.ebuild	16 Mar 2015 04:17:59 -0000	1.1
+++ datashape-0.4.4.ebuild	8 Jun 2015 14:09:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v 1.1 2015/03/16 04:17:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v 1.2 2015/06/08 14:09:19 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]



1.15                 dev-python/datashape/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	7 Jun 2015 12:41:27 -0000	1.14
+++ ChangeLog	8 Jun 2015 14:09:19 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.14 2015/06/07 12:41:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.15 2015/06/08 14:09:19 ago Exp $
+
+  08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> datashape-0.4.4.ebuild:
+  Stable for amd64, wrt bug #551134
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

* [gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.4.ebuild ChangeLog
@ 2015-06-09  7:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-09  7:17 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/09 07:17:42

  Modified:             datashape-0.4.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #551134
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/datashape/datashape-0.4.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild?r1=1.2&r2=1.3

Index: datashape-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- datashape-0.4.4.ebuild	8 Jun 2015 14:09:19 -0000	1.2
+++ datashape-0.4.4.ebuild	9 Jun 2015 07:17:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v 1.2 2015/06/08 14:09:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.4.ebuild,v 1.3 2015/06/09 07:17:42 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]



1.16                 dev-python/datashape/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Jun 2015 14:09:19 -0000	1.15
+++ ChangeLog	9 Jun 2015 07:17:42 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/datashape
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.15 2015/06/08 14:09:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.16 2015/06/09 07:17:42 ago Exp $
+
+  09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> datashape-0.4.4.ebuild:
+  Stable for x86, wrt bug #551134
 
   08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> datashape-0.4.4.ebuild:
   Stable for amd64, wrt bug #551134





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 14:09 [gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09  7:17 Agostino Sarubbo (ago)
2015-03-16  4:17 Patrick Lauer (patrick)

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