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 <[email protected]> +couchdb-python-1.0.ebuild:
+  Version bump couchdb-python to 1.0 (fixes bug 528668)
 
   24 Jul 2014; Dirkjan Ochtman <[email protected]> +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
}




Reply via email to