idella4     15/02/18 05:42:57

  Modified:             ChangeLog
  Added:                dugong-3.5.ebuild
  Removed:              dugong-3.2.ebuild dugong-3.3.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/dugong/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Jan 2015 16:16:38 -0000      1.11
+++ ChangeLog   18 Feb 2015 05:42:57 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/dugong
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.11 
2015/01/19 16:16:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/ChangeLog,v 1.12 
2015/02/18 05:42:57 idella4 Exp $
+
+*dugong-3.5 (18 Feb 2015)
+
+  18 Feb 2015; Ian Delaney <[email protected]> +dugong-3.5.ebuild,
+  -dugong-3.2.ebuild, -dugong-3.3.ebuild:
+  bump; rm old
 
   19 Jan 2015; Tim Harder <[email protected]> metadata.xml:
   Drop myself from metadata.



1.1                  dev-python/dugong/dugong-3.5.ebuild

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

Index: dugong-3.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dugong/dugong-3.5.ebuild,v 1.1 
2015/02/18 05:42:57 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Python library for communicating with HTTP 1.1 servers"
HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"

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

python_test() {
        py.test -v || die "Tests failed under ${EPYTHON}"
}

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




Reply via email to