jlec        15/06/15 20:14:57

  Modified:             ChangeLog
  Added:                pastescript-2.0.2.ebuild
  Log:
  Version Bump; bug #405821; fixes CVE-2012-0878
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.20                 dev-python/pastescript/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   8 Apr 2015 08:05:03 -0000       1.19
+++ ChangeLog   15 Jun 2015 20:14:57 -0000      1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pastescript
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.19 
2015/04/08 08:05:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.20 
2015/06/15 20:14:57 jlec Exp $
+
+*pastescript-2.0.2 (15 Jun 2015)
+
+  15 Jun 2015; Justin Lecher <[email protected]> +pastescript-2.0.2.ebuild:
+  Version Bump; bug #405821; fixes CVE-2012-0878
 
   08 Apr 2015; Michał Górny <[email protected]> pastescript-1.7.5-r2.ebuild:
   Drop old Python implementations



1.1                  dev-python/pastescript/pastescript-2.0.2.ebuild

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

Index: pastescript-2.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-2.0.2.ebuild,v 1.1 
2015/06/15 20:14:57 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

MY_PN="PasteScript"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A pluggable command-line frontend, including commands to setup 
package file layouts"
HOMEPAGE="http://pythonpaste.org/script/ 
http://pypi.python.org/pypi/PasteScript";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc test"

RDEPEND="
        >=dev-python/paste-1.3[${PYTHON_USEDEP}]
        dev-python/pastedeploy[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        doc? (
                dev-python/pygments[${PYTHON_USEDEP}]
                dev-python/sphinx[${PYTHON_USEDEP}]
                )
        test? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

# Tests are broken.
RESTRICT="test"

S="${WORKDIR}/${MY_P}"

python_compile_all() {
        if use doc; then
                einfo "Generation of documentation"
                esetup.py build_sphinx
        fi
}

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

python_install_all() {
        distutils-r1_python_install_all

        if use doc; then
                cd "${BUILD_DIR}"/sphinx/html || die
                dohtml -r [a-z]* _static
        fi
}




Reply via email to