idella4     14/05/15 04:29:21

  Modified:             ChangeLog
  Added:                pyconstruct-2.5.2.ebuild
  Removed:              pyconstruct-2.5.0-r1.ebuild pyconstruct-2.04.ebuild
                        pyconstruct-2.0.0.ebuild pyconstruct-2.5.0.ebuild
                        pyconstruct-2.06.ebuild
  Log:
  bump; drop py2.6 add py3 pypy support, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.9                  dev-python/pyconstruct/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 May 2013 07:28:51 -0000      1.8
+++ ChangeLog   15 May 2014 04:29:20 -0000      1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyconstruct
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.8 
2013/05/22 07:28:51 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.9 
2014/05/15 04:29:20 idella4 Exp $
+
+*pyconstruct-2.5.2 (15 May 2014)
+
+  15 May 2014; Ian Delaney <idel...@gentoo.org> +pyconstruct-2.5.2.ebuild,
+  -pyconstruct-2.0.0.ebuild, -pyconstruct-2.04.ebuild, 
-pyconstruct-2.06.ebuild,
+  -pyconstruct-2.5.0-r1.ebuild, -pyconstruct-2.5.0.ebuild:
+  bump; drop py2.6 add py3 pypy support, rm old
 
 *pyconstruct-2.5.1 (22 May 2013)
 



1.1                  dev-python/pyconstruct/pyconstruct-2.5.2.ebuild

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

Index: pyconstruct-2.5.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/pyconstruct/pyconstruct-2.5.2.ebuild,v 1.1 
2014/05/15 04:29:20 idella4 Exp $

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

inherit distutils-r1

MY_PN="construct"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A powerful declarative parser for binary data"
HOMEPAGE="http://construct.wikispaces.com/ 
http://pypi.python.org/pypi/construct";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

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

S="${WORKDIR}/${MY_P}"




Reply via email to