jlec        15/07/27 20:34:50

  Modified:             ChangeLog
  Added:                ipaddress-1.0.14.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.9                  dev-python/ipaddress/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   19 Jul 2015 00:21:46 -0000      1.8
+++ ChangeLog   27 Jul 2015 20:34:50 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ipaddress
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v 1.8 
2015/07/19 00:21:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddress/ChangeLog,v 1.9 
2015/07/27 20:34:50 jlec Exp $
+
+*ipaddress-1.0.14 (27 Jul 2015)
+
+  27 Jul 2015; Justin Lecher <[email protected]> +ipaddress-1.0.14.ebuild:
+  Version Bump
 
 *ipaddress-1.0.12 (19 Jul 2015)
 



1.1                  dev-python/ipaddress/ipaddress-1.0.14.ebuild

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

Index: ipaddress-1.0.14.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ipaddress/ipaddress-1.0.14.ebuild,v 1.1 
2015/07/27 20:34:50 jlec Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="IPv4/IPv6 manipulation library, a port of the ipaddress module"
HOMEPAGE="https://github.com/phihag/ipaddress";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="PSF-2"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_test() {
        "${PYTHON}" test_ipaddress.py || die
}




Reply via email to