idella4     14/06/03 08:57:35

  Modified:             ChangeLog
  Added:                tempita-0.5.3.ebuild
  Log:
  bump; clean python impls, add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.38                 dev-python/tempita/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   31 Mar 2014 21:07:37 -0000      1.37
+++ ChangeLog   3 Jun 2014 08:57:35 -0000       1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/tempita
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.37 
2014/03/31 21:07:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.38 
2014/06/03 08:57:35 idella4 Exp $
+
+*tempita-0.5.3 (03 Jun 2014)
+
+  03 Jun 2014; Ian Delaney <[email protected]> +tempita-0.5.3.ebuild:
+  bump; clean python impls, add py3.4
 
   31 Mar 2014; Michał Górny <[email protected]> tempita-0.5.1-r1.ebuild,
   tempita-0.5.2_pre20130828.ebuild:



1.1                  dev-python/tempita/tempita-0.5.3.ebuild

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

Index: tempita-0.5.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild,v 
1.1 2014/06/03 08:57:35 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN="Tempita"
MY_P="${MY_PN}dev-${PV}"

DESCRIPTION="A very small text templating language"
HOMEPAGE="http://pythonpaste.org/tempita http://pypi.python.org/pypi/Tempita";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

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

S="${WORKDIR}/${MY_PN}-${PV}dev"
# Source for tests incomplete




Reply via email to