rafaelmartins    14/06/15 20:43:33

  Modified:             ChangeLog
  Added:                pyoembed-0.1.1.ebuild
  Removed:              pyoembed-0.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-python/pyoembed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   12 Jun 2014 03:06:08 -0000      1.1
+++ ChangeLog   15 Jun 2014 20:43:33 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyoembed
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v 1.1 
2014/06/12 03:06:08 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v 1.2 
2014/06/15 20:43:33 rafaelmartins Exp $
+
+*pyoembed-0.1.1 (15 Jun 2014)
+
+  15 Jun 2014; Rafael G. Martins <rafaelmart...@gentoo.org>
+  +pyoembed-0.1.1.ebuild, -pyoembed-0.1.ebuild:
+  Version bump
 
 *pyoembed-9999 (12 Jun 2014)
 *pyoembed-0.1 (12 Jun 2014)



1.1                  dev-python/pyoembed/pyoembed-0.1.1.ebuild

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

Index: pyoembed-0.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/pyoembed/pyoembed-0.1.1.ebuild,v 
1.1 2014/06/15 20:43:33 rafaelmartins Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Python library for oEmbed with auto-discovered and manually added 
providers."
HOMEPAGE="https://github.com/rafaelmartins/pyoembed";

SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
        SRC_URI=
        KEYWORDS=
        EGIT_REPO_URI="git://github.com/rafaelmartins/pyoembed.git
                https://github.com/rafaelmartins/pyoembed.git";
        inherit git-r3
fi

LICENSE="BSD"
SLOT="0"
IUSE="test"

RDEPEND="
        dev-python/requests[${PYTHON_USEDEP}]
        dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        test? ( dev-python/mock[${PYTHON_USEDEP}] )"

python_test() {
        esetup.py test
}




Reply via email to