public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.25.ebuild ChangeLog
Date: Sun,  9 Dec 2012 08:59:19 +0000 (UTC)	[thread overview]
Message-ID: <20121209085919.D4B7B2171C@flycatcher.gentoo.org> (raw)

mgorny      12/12/09 08:59:19

  Modified:             ChangeLog
  Added:                pyxdg-0.25.ebuild
  Log:
  Version bump. Migrate to distutils-r1.
  
  (Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.101                dev-python/pyxdg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	12 Nov 2012 04:32:21 -0000	1.100
+++ ChangeLog	9 Dec 2012 08:59:19 -0000	1.101
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyxdg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.100 2012/11/12 04:32:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.101 2012/12/09 08:59:19 mgorny Exp $
+
+*pyxdg-0.25 (09 Dec 2012)
+
+  09 Dec 2012; Michał Górny <mgorny@gentoo.org> +pyxdg-0.25.ebuild:
+  Version bump. Migrate to distutils-r1.
 
   12 Nov 2012; Tim Harder <radhermit@gentoo.org> -pyxdg-0.19.ebuild:
   Remove old.



1.1                  dev-python/pyxdg/pyxdg-0.25.ebuild

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

Index: pyxdg-0.25.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25.ebuild,v 1.1 2012/12/09 08:59:19 mgorny Exp $

EAPI=4

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

DESCRIPTION="A Python module to deal with freedesktop.org specifications"
HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
SRC_URI="http://people.freedesktop.org/~takluyver/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"

DEPEND="test? ( dev-python/nose )"

DOCS=( AUTHORS ChangeLog README TODO )

python_test() {
	nosetests || die
}





             reply	other threads:[~2012-12-09  8:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-09  8:59 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-09 14:53 [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.25.ebuild ChangeLog Michal Gorny (mgorny)
2012-12-17 19:53 Michal Gorny (mgorny)
2013-02-14 12:07 Agostino Sarubbo (ago)
2013-02-14 12:22 Agostino Sarubbo (ago)
2013-02-14 21:50 Agostino Sarubbo (ago)
2013-02-14 22:18 Agostino Sarubbo (ago)
2013-02-15 22:13 Agostino Sarubbo (ago)
2013-02-15 22:44 Agostino Sarubbo (ago)
2013-02-15 22:59 Agostino Sarubbo (ago)
2013-02-21 13:35 Agostino Sarubbo (ago)
2013-05-06 13:57 Jan Matejka (yac)
2013-08-07 11:21 Michal Gorny (mgorny)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-10-12 18:47 Markos Chandras (hwoarang)

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=20121209085919.D4B7B2171C@flycatcher.gentoo.org \
    --to=mgorny@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