public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
Date: Sat,  5 Jan 2013 19:40:50 +0000 (UTC)	[thread overview]
Message-ID: <20130105194050.E59122171D@flycatcher.gentoo.org> (raw)

radhermit    13/01/05 19:40:50

  Modified:             ChangeLog
  Added:                pytz-2012j.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.132                dev-python/pytz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	19 Dec 2012 18:32:31 -0000	1.131
+++ ChangeLog	5 Jan 2013 19:40:50 -0000	1.132
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pytz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.131 2012/12/19 18:32:31 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.132 2013/01/05 19:40:50 radhermit Exp $
+
+*pytz-2012j (05 Jan 2013)
+
+  05 Jan 2013; Tim Harder <radhermit@gentoo.org> +pytz-2012j.ebuild:
+  Version bump.
 
 *pytz-2012h-r1 (19 Dec 2012)
 



1.1                  dev-python/pytz/pytz-2012j.ebuild

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

Index: pytz-2012j.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.1 2013/01/05 19:40:50 radhermit Exp $

EAPI=5

PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
inherit distutils-r1

DESCRIPTION="World timezone definitions for Python"
HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/"
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-${PV}"
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
}

python_install() {
	distutils-r1_python_install
}





             reply	other threads:[~2013-01-05 19:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-05 19:40 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-13 21:27 [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog Michal Gorny (mgorny)
2013-05-03 13:42 Agostino Sarubbo (ago)
2013-05-05 13:59 Agostino Sarubbo (ago)
2013-05-05 14:13 Jeroen Roovers (jer)
2013-05-05 17:29 Agostino Sarubbo (ago)
2013-05-07 13:35 Agostino Sarubbo (ago)
2013-05-07 13:52 Agostino Sarubbo (ago)
2013-05-07 14:17 Agostino Sarubbo (ago)
2013-05-07 17:48 Agostino Sarubbo (ago)
2013-05-08 13:42 Agostino Sarubbo (ago)
2013-05-14  9:41 Agostino Sarubbo (ago)
2013-05-20 18:01 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130105194050.E59122171D@flycatcher.gentoo.org \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox