floppym     14/03/22 21:26:47

  Modified:             ChangeLog
  Added:                pytz-2014.1.1.ebuild
  Removed:              pytz-2014.1.ebuild
  Log:
  Upstream already fixed the encoding issue by removing the non-ASCII character 
from README.txt. Bug 504778.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.173                dev-python/pytz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog   22 Mar 2014 21:16:03 -0000      1.172
+++ ChangeLog   22 Mar 2014 21:26:47 -0000      1.173
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pytz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.172 
2014/03/22 21:16:03 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.173 
2014/03/22 21:26:47 floppym Exp $
+
+*pytz-2014.1.1 (22 Mar 2014)
+
+  22 Mar 2014; Mike Gilbert <flop...@gentoo.org> +pytz-2014.1.1.ebuild,
+  -files/pytz-2014.1-setup.py.patch, -pytz-2014.1.ebuild:
+  Upstream already fixed the encoding issue by removing the non-ASCII character
+  from README.txt. Bug 504778.
 
   22 Mar 2014; Mike Gilbert <flop...@gentoo.org>
   +files/pytz-2014.1-setup.py.patch, pytz-2014.1.ebuild:



1.1                  dev-python/pytz/pytz-2014.1.1.ebuild

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

Index: pytz-2014.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2014.1.1.ebuild,v 1.1 
2014/03/22 21:26:47 floppym Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1

DESCRIPTION="World timezone definitions for Python"
HOMEPAGE="http://pythonhosted.org/pytz/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        >=sys-libs/timezone-data-2014a"
RDEPEND="${DEPEND}"

DOCS=( CHANGES.txt )

PATCHES=(
        # Use timezone-data zoneinfo.
        "${FILESDIR}/${PN}-2009j-zoneinfo.patch"
        # ...and do not install a copy of it.
        "${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch"
)

python_test() {
        "${PYTHON}" pytz/tests/test_tzinfo.py
}




Reply via email to