idella4     15/01/06 00:15:26

  Modified:             ChangeLog
  Added:                python-oembed-0.2.1-r1.ebuild
  Removed:              python-oembed-0.2.1.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/python-oembed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-oembed/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   10 Aug 2014 21:19:20 -0000      1.2
+++ ChangeLog   6 Jan 2015 00:15:26 -0000       1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-oembed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-oembed/ChangeLog,v 1.2 
2014/08/10 21:19:20 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-oembed/ChangeLog,v 1.3 
2015/01/06 00:15:26 idella4 Exp $
+
+*python-oembed-0.2.1-r1 (06 Jan 2015)
+
+  06 Jan 2015; Ian Delaney <idel...@gentoo.org> +python-oembed-0.2.1-r1.ebuild,
+  -python-oembed-0.2.1.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org>
   python-oembed-0.2.1.ebuild:



1.1                  dev-python/python-oembed/python-oembed-0.2.1-r1.ebuild

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

Index: python-oembed-0.2.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-oembed/python-oembed-0.2.1-r1.ebuild,v
 1.1 2015/01/06 00:15:26 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A Python library that implements an OEmbed consumer"
HOMEPAGE="http://pypi.python.org/pypi/python-oembed";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""

python_test() {
        nosetests || die "tests failed"
}




Reply via email to