public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/couchdb-python: couchdb-python-1.0.ebuild ChangeLog
@ 2014-11-16 16:00 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 3+ messages in thread
From: Dirkjan Ochtman (djc) @ 2014-11-16 16:00 UTC (permalink / raw
  To: gentoo-commits

djc         14/11/16 16:00:48

  Modified:             ChangeLog
  Added:                couchdb-python-1.0.ebuild
  Log:
  Version bump couchdb-python to 1.0 (fixes bug 528668)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 30380381)

Revision  Changes    Path
1.30                 dev-python/couchdb-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	24 Jul 2014 09:57:18 -0000	1.29
+++ ChangeLog	16 Nov 2014 16:00:48 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/couchdb-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.29 2014/07/24 09:57:18 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.30 2014/11/16 16:00:48 djc Exp $
+
+*couchdb-python-1.0 (16 Nov 2014)
+
+  16 Nov 2014; Dirkjan Ochtman <djc@gentoo.org> +couchdb-python-1.0.ebuild:
+  Version bump couchdb-python to 1.0 (fixes bug 528668)
 
   24 Jul 2014; Dirkjan Ochtman <djc@gentoo.org> +files/0.10-exec-compat.patch,
   couchdb-python-0.10.ebuild:



1.1                  dev-python/couchdb-python/couchdb-python-1.0.ebuild

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

Index: couchdb-python-1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v 1.1 2014/11/16 16:00:48 djc Exp $

EAPI=5

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

inherit distutils-r1

MY_PN="CouchDB"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Python library for working with CouchDB"
HOMEPAGE="https://github.com/djc/couchdb-python http://pypi.python.org/pypi/CouchDB"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

S=${WORKDIR}/${MY_P}

# Tests require connectivity to a couchdb server.
# Re-enable when the ebuild is capable of starting a local couchdb
# instance.
RESTRICT=test

python_compile_all() {
	use doc && esetup.py build_sphinx
}

python_test() {
	esetup.py test
}

python_install_all() {
	use doc && local HTML_DOCS=( doc/build/html/. )
	distutils-r1_python_install_all
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/couchdb-python: couchdb-python-1.0.ebuild ChangeLog
@ 2014-12-26 19:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-26 19:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/26 19:15:50

  Modified:             couchdb-python-1.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #533374
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-python/couchdb-python/couchdb-python-1.0.ebuild

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

Index: couchdb-python-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- couchdb-python-1.0.ebuild	16 Nov 2014 16:00:48 -0000	1.1
+++ couchdb-python-1.0.ebuild	26 Dec 2014 19:15:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v 1.1 2014/11/16 16:00:48 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v 1.2 2014/12/26 19:15:50 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.31                 dev-python/couchdb-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	16 Nov 2014 16:00:48 -0000	1.30
+++ ChangeLog	26 Dec 2014 19:15:50 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/couchdb-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.30 2014/11/16 16:00:48 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.31 2014/12/26 19:15:50 ago Exp $
+
+  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> couchdb-python-1.0.ebuild:
+  Stable for amd64, wrt bug #533374
 
 *couchdb-python-1.0 (16 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/couchdb-python: couchdb-python-1.0.ebuild ChangeLog
@ 2014-12-28 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 10:18:58

  Modified:             couchdb-python-1.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #533374
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/couchdb-python/couchdb-python-1.0.ebuild

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

Index: couchdb-python-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- couchdb-python-1.0.ebuild	26 Dec 2014 19:15:50 -0000	1.2
+++ couchdb-python-1.0.ebuild	28 Dec 2014 10:18:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v 1.2 2014/12/26 19:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/couchdb-python-1.0.ebuild,v 1.3 2014/12/28 10:18:58 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.32                 dev-python/couchdb-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Dec 2014 19:15:50 -0000	1.31
+++ ChangeLog	28 Dec 2014 10:18:58 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/couchdb-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.31 2014/12/26 19:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/couchdb-python/ChangeLog,v 1.32 2014/12/28 10:18:58 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> couchdb-python-1.0.ebuild:
+  Stable for x86, wrt bug #533374
 
   26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> couchdb-python-1.0.ebuild:
   Stable for amd64, wrt bug #533374





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

end of thread, other threads:[~2014-12-28 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 19:15 [gentoo-commits] gentoo-x86 commit in dev-python/couchdb-python: couchdb-python-1.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-28 10:18 Agostino Sarubbo (ago)
2014-11-16 16:00 Dirkjan Ochtman (djc)

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