idella4     14/12/25 12:09:45

  Modified:             ChangeLog
  Added:                turbojson-1.3.2-r1.ebuild
  Removed:              turbojson-1.3.2.ebuild turbojson-1.3-r1.ebuild
                        turbojson-1.1.4.ebuild turbojson-1.3.ebuild
  Log:
  revbump; conversion -> distutils-r1, drop test phase due to absence of 
required dep in portage, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.16                 dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   31 Mar 2014 21:16:40 -0000      1.15
+++ ChangeLog   25 Dec 2014 12:09:45 -0000      1.16
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/turbojson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.15 
2014/03/31 21:16:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.16 
2014/12/25 12:09:45 idella4 Exp $
+
+*turbojson-1.3.2-r1 (25 Dec 2014)
+
+  25 Dec 2014; Ian Delaney <[email protected]> +turbojson-1.3.2-r1.ebuild,
+  -turbojson-1.1.4.ebuild, -turbojson-1.3-r1.ebuild, -turbojson-1.3.2.ebuild,
+  -turbojson-1.3.ebuild:
+  revbump; conversion -> distutils-r1, drop test phase due to absence of
+  required dep in portage, rm old
 
   31 Mar 2014; Michał Górny <[email protected]> turbojson-1.3-r1.ebuild:
   Add support for the new PyPy slotting.



1.1                  dev-python/turbojson/turbojson-1.3.2-r1.ebuild

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

Index: turbojson-1.3.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.3.2-r1.ebuild,v 1.1 
2014/12/25 12:09:45 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

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

DESCRIPTION="TurboGears JSON file format support plugin"
HOMEPAGE="http://pypi.python.org/pypi/TurboJson";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""

RDEPEND=">=dev-python/simplejson-1.9.1[${PYTHON_USEDEP}]
        >=dev-python/peak-rules-0.5[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"
# Testsuite requires a package of peak not present in portage




Reply via email to