jlec        15/08/04 10:03:27

  Modified:             ChangeLog
  Added:                asset-0.6.1-r1.ebuild
  Removed:              asset-0.6.1.ebuild
  Log:
  Clean distribute from requirements
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/asset/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/asset/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Aug 2015 09:47:50 -0000       1.1
+++ ChangeLog   4 Aug 2015 10:03:27 -0000       1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/asset
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asset/ChangeLog,v 1.1 2015/08/04 
09:47:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asset/ChangeLog,v 1.2 2015/08/04 
10:03:27 jlec Exp $
+
+*asset-0.6.1-r1 (04 Aug 2015)
+
+  04 Aug 2015; Justin Lecher <j...@gentoo.org> +asset-0.6.1-r1.ebuild,
+  -asset-0.6.1.ebuild:
+  Clean distribute from requirements
 
 *asset-0.6.1 (04 Aug 2015)
 



1.1                  dev-python/asset/asset-0.6.1-r1.ebuild

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

Index: asset-0.6.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/asset/asset-0.6.1-r1.ebuild,v 1.1 
2015/08/04 10:03:27 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="A package resource and symbol loading helper library"
HOMEPAGE="https://pypi.python.org/pypi/asset 
http://github.com/metagriffin/asset";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="
        >=dev-python/globre-0.0.5[${PYTHON_USEDEP}]
        >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        test? (
                >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
                >=dev-python/pxml-0.2.11[${PYTHON_USEDEP}]
        )"

PATCHES=( "${FILESDIR}"/${P}-broken-test.patch )

python_prepare_all() {
        sed \
                -e '/distribute/d' \
                -i setup.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        nosetests --verbose || die
}




Reply via email to