idella4     15/08/05 09:25:18

  Modified:             ChangeLog
  Added:                hgdistver-0.25.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.22                 dev-python/hgdistver/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   7 Jun 2015 19:29:18 -0000       1.21
+++ ChangeLog   5 Aug 2015 09:25:18 -0000       1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/hgdistver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.21 
2015/06/07 19:29:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.22 
2015/08/05 09:25:18 idella4 Exp $
+
+*hgdistver-0.25 (05 Aug 2015)
+
+  05 Aug 2015; Ian Delaney <[email protected]> +hgdistver-0.25.ebuild:
+  bump
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add bitbucket to remote-id in metadata.xml



1.1                  dev-python/hgdistver/hgdistver-0.25.ebuild

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

Index: hgdistver-0.25.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.25.ebuild,v 
1.1 2015/08/05 09:25:18 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="utility lib to generate python package version infos from 
mercurial tags"
HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris"
IUSE="test"

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

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




Reply via email to