patrick     14/07/14 07:05:07

  Modified:             ChangeLog
  Added:                docopt-0.6.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/docopt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   4 Jun 2014 13:29:11 -0000       1.2
+++ ChangeLog   14 Jul 2014 07:05:07 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/docopt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.2 
2014/06/04 13:29:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.3 
2014/07/14 07:05:07 patrick Exp $
+
+*docopt-0.6.2 (14 Jul 2014)
+
+  14 Jul 2014; Patrick Lauer <patr...@gentoo.org> +docopt-0.6.2.ebuild:
+  Bump
 
   04 Jun 2014; Justin Lecher <j...@gentoo.org> docopt-0.6.1.ebuild:
   Add missing dep #512384
@@ -10,4 +15,3 @@
   04 Jun 2014; Justin Lecher <j...@gentoo.org> +docopt-0.6.1.ebuild,
   +metadata.xml:
   New addition written by me
-



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

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

Index: docopt-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/docopt/docopt-0.6.2.ebuild,v 1.1 
2014/07/14 07:05:07 patrick Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="Pythonic argument parser, that will make you smile"
HOMEPAGE="https://pypi.python.org/pypi/docopt https://github.com/docopt/docopt";
SRC_URI="
        mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
        https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

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

python_test() {
        esetup.py test
}




Reply via email to