public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: ChangeLog pastescript-1.7.3.ebuild
@ 2009-04-26  9:53 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-26  9:53 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/26 09:53:29

  Modified:             ChangeLog
  Added:                pastescript-1.7.3.ebuild
  Log:
  Bump to 1.7.3, dep for bug #260168
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pastescript/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 May 2008 16:01:15 -0000	1.5
+++ ChangeLog	26 Apr 2009 09:53:29 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pastescript
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.5 2008/05/13 16:01:15 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.6 2009/04/26 09:53:29 patrick Exp $
+
+*pastescript-1.7.3 (26 Apr 2009)
+
+  26 Apr 2009; Patrick Lauer <patrick@gentoo.org> +pastescript-1.7.3.ebuild:
+  Bump to 1.7.3, dep for bug #260168
 
   13 May 2008; Ali Polatel <hawking@gentoo.org> pastescript-1.6.2.ebuild:
   USE=doc needs pygments. Thanks to Jack Lloyd, #221949.



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

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

Index: pastescript-1.7.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.1 2009/04/26 09:53:29 patrick Exp $

NEED_PYTHON=2.4

inherit distutils

KEYWORDS="~amd64 ~x86"

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/"
SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="doc test"

RDEPEND="dev-python/paste
	dev-python/pastedeploy
	dev-python/cheetah"
DEPEND="${RDEPEND}
	dev-python/setuptools
	doc? ( dev-python/buildutils dev-python/pygments dev-python/pudge )
	test? ( dev-python/nose )"

# The tests are currently broken, needs further investigation
RESTRICT=test

S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="paste/script"

src_compile() {
	distutils_src_compile
	if use doc ; then
		einfo "Generating docs as requested..."
		PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
	fi
}

src_install() {
	distutils_src_install
	use doc && dohtml -r docs/html/*
}

src_test() {
	# Tests can't import paste from site-packages
	# so we copy them over.
	# The files that will be installed are already copied to build/lib
	# so this shouldn't generate any collisions.
	distutils_python_version
	cp -pPR /usr/$(get_libdir)/python${PYVER}/site-packages/paste/* paste/

	PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: ChangeLog pastescript-1.7.3.ebuild
@ 2009-10-01  2:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-01  2:33 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/10/01 02:33:40

  Modified:             ChangeLog pastescript-1.7.3.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS. Delete "test" USE flag.
  (Portage version: 14469-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/pastescript/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Apr 2009 09:53:29 -0000	1.6
+++ ChangeLog	1 Oct 2009 02:33:40 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pastescript
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.6 2009/04/26 09:53:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.7 2009/10/01 02:33:40 arfrever Exp $
+
+  01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pastescript-1.7.3.ebuild:
+  Set SUPPORT_PYTHON_ABIS. Delete "test" USE flag.
 
 *pastescript-1.7.3 (26 Apr 2009)
 



1.2                  dev-python/pastescript/pastescript-1.7.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?r1=1.1&r2=1.2

Index: pastescript-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pastescript-1.7.3.ebuild	26 Apr 2009 09:53:29 -0000	1.1
+++ pastescript-1.7.3.ebuild	1 Oct 2009 02:33:40 -0000	1.2
@@ -1,57 +1,56 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.1 2009/04/26 09:53:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.2 2009/10/01 02:33:40 arfrever Exp $
 
-NEED_PYTHON=2.4
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=PasteScript
-MY_P=${MY_PN}-${PV}
+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/"
 SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
-IUSE="doc test"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+#IUSE="doc test"
 
 RDEPEND="dev-python/paste
 	dev-python/pastedeploy
 	dev-python/cheetah"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
-	doc? ( dev-python/buildutils dev-python/pygments dev-python/pudge )
-	test? ( dev-python/nose )"
+	doc? ( dev-python/buildutils dev-python/pygments dev-python/pudge )"
+#	test? ( dev-python/nose )
+RESTRICT_PYTHON_ABIS="3.*"
 
-# The tests are currently broken, needs further investigation
-RESTRICT=test
+# Tests are broken.
+RESTRICT="test"
 
 S="${WORKDIR}/${MY_P}"
 PYTHON_MODNAME="paste/script"
 
 src_compile() {
 	distutils_src_compile
-	if use doc ; then
+	if use doc; then
 		einfo "Generating docs as requested..."
 		PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
 	fi
 }
 
+src_test() {
+	testing() {
+		PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
+	}
+	python_execute_function testing
+}
+
 src_install() {
 	distutils_src_install
 	use doc && dohtml -r docs/html/*
 }
-
-src_test() {
-	# Tests can't import paste from site-packages
-	# so we copy them over.
-	# The files that will be installed are already copied to build/lib
-	# so this shouldn't generate any collisions.
-	distutils_python_version
-	cp -pPR /usr/$(get_libdir)/python${PYVER}/site-packages/paste/* paste/
-
-	PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
-}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: ChangeLog pastescript-1.7.3.ebuild
@ 2009-10-11  8:28 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-11  8:28 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/11 08:28:58

  Modified:             ChangeLog pastescript-1.7.3.ebuild
  Log:
  Merge from Prefix
  (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.8                  dev-python/pastescript/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Oct 2009 02:33:40 -0000	1.7
+++ ChangeLog	11 Oct 2009 08:28:57 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pastescript
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.7 2009/10/01 02:33:40 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.8 2009/10/11 08:28:57 grobian Exp $
+
+  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pastescript-1.7.3.ebuild:
+  Merge from Prefix
 
   01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pastescript-1.7.3.ebuild:



1.3                  dev-python/pastescript/pastescript-1.7.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?r1=1.2&r2=1.3

Index: pastescript-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pastescript-1.7.3.ebuild	1 Oct 2009 02:33:40 -0000	1.2
+++ pastescript-1.7.3.ebuild	11 Oct 2009 08:28:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.2 2009/10/01 02:33:40 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.3 2009/10/11 08:28:57 grobian Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc"
 #IUSE="doc test"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: ChangeLog pastescript-1.7.3.ebuild
@ 2010-06-27 22:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-27 22:59 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/27 22:59:32

  Modified:             ChangeLog pastescript-1.7.3.ebuild
  Log:
  Fix building with USE="doc".
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/pastescript/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Oct 2009 08:28:57 -0000	1.8
+++ ChangeLog	27 Jun 2010 22:59:32 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pastescript
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.8 2009/10/11 08:28:57 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.9 2010/06/27 22:59:32 arfrever Exp $
+
+  27 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pastescript-1.7.3.ebuild:
+  Fix building with USE="doc".
 
   11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pastescript-1.7.3.ebuild:
   Merge from Prefix



1.5                  dev-python/pastescript/pastescript-1.7.3.ebuild

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

Index: pastescript-1.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pastescript-1.7.3.ebuild	6 Feb 2010 15:40:07 -0000	1.4
+++ pastescript-1.7.3.ebuild	27 Jun 2010 22:59:32 -0000	1.5
@@ -1,10 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.4 2010/02/06 15:40:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.5 2010/06/27 22:59:32 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils
 
@@ -19,39 +21,37 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="doc"
-#IUSE="doc test"
 
-RDEPEND="dev-python/paste
+RDEPEND=">=dev-python/paste-1.3
 	dev-python/pastedeploy
 	dev-python/cheetah"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
-	doc? ( dev-python/buildutils dev-python/pygments dev-python/pudge )"
-#	test? ( dev-python/nose )
-RESTRICT_PYTHON_ABIS="3.*"
+	doc? ( dev-python/pygments dev-python/sphinx )"
 
 # Tests are broken.
 RESTRICT="test"
 
 S="${WORKDIR}/${MY_P}"
+
 PYTHON_MODNAME="paste/script"
 
 src_compile() {
 	distutils_src_compile
+
 	if use doc; then
-		einfo "Generating docs as requested..."
-		PYTHONPATH=. "$(PYTHON -f)" setup.py pudge || die "generating docs failed"
+		einfo "Generation of documentation"
+		PYTHONPATH="." "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed"
 	fi
 }
 
-src_test() {
-	testing() {
-		PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
-	}
-	python_execute_function testing
-}
-
 src_install() {
 	distutils_src_install
-	use doc && dohtml -r docs/html/*
+
+	if use doc; then
+		pushd build/sphinx/html > /dev/null
+		docinto html
+		cp -R [a-z]*  _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
+		popd > /dev/null
+	fi
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-27 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27 22:59 [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: ChangeLog pastescript-1.7.3.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-11  8:28 Fabian Groffen (grobian)
2009-10-01  2:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-04-26  9:53 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox