public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.3.3.ebuild
@ 2010-02-06 15:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-06 15:32 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/06 15:32:24

  Modified:             pastedeploy-1.3.3.ebuild
  Log:
  Use $(PYTHON -f) instead of ${python}.
  (Portage version: 15324-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/pastedeploy/pastedeploy-1.3.3.ebuild

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

Index: pastedeploy-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pastedeploy-1.3.3.ebuild	11 Oct 2009 08:27:30 -0000	1.4
+++ pastedeploy-1.3.3.ebuild	6 Feb 2010 15:32:23 -0000	1.5
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.4 2009/10/11 08:27:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.5 2010/02/06 15:32:23 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit eutils distutils multilib
@@ -31,9 +32,9 @@
 
 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"
+		PYTHONPATH=. "$(PYTHON -f)" setup.py pudge || die "Generation of documentation failed"
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.3.3.ebuild
@ 2010-02-06 15:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-06 15:38 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/06 15:38:05

  Modified:             pastedeploy-1.3.3.ebuild
  Log:
  Update HOMEPAGE and SRC_URI.
  (Portage version: 15324-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pastedeploy/pastedeploy-1.3.3.ebuild

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

Index: pastedeploy-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pastedeploy-1.3.3.ebuild	6 Feb 2010 15:32:23 -0000	1.5
+++ pastedeploy-1.3.3.ebuild	6 Feb 2010 15:38:04 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.5 2010/02/06 15:32:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.6 2010/02/06 15:38:04 arfrever Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -8,12 +8,12 @@
 
 inherit eutils distutils multilib
 
-MY_PN=PasteDeploy
-MY_P=${MY_PN}-${PV}
+MY_PN="PasteDeploy"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
-HOMEPAGE="http://pythonpaste.org/deploy/"
-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+HOMEPAGE="http://pythonpaste.org/deploy/ http://pypi.python.org/pypi/PasteDeploy"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"






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

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

arfrever    10/06/27 23:09:47

  Modified:             pastedeploy-1.3.3.ebuild
  Log:
  Fix dependencies.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-python/pastedeploy/pastedeploy-1.3.3.ebuild

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

Index: pastedeploy-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pastedeploy-1.3.3.ebuild	26 Jun 2010 04:41:35 -0000	1.7
+++ pastedeploy-1.3.3.ebuild	27 Jun 2010 23:09:47 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.7 2010/06/26 04:41:35 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.8 2010/06/27 23:09:47 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -21,8 +21,9 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc test"
 
-RDEPEND=""
-DEPEND="dev-python/setuptools
+RDEPEND="dev-python/paste
+	dev-python/setuptools"
+DEPEND="${RDEPEND}
 	doc? ( dev-python/pygments dev-python/sphinx )"
 RESTRICT_PYTHON_ABIS="3.*"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.3.3.ebuild
@ 2010-09-22 21:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-09-22 21:25 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/09/22 21:25:58

  Modified:             pastedeploy-1.3.3.ebuild
  Log:
  Use PyPI mirrors. Delete needless whitespace.
  
  (Portage version: 2.2_rc86_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/pastedeploy/pastedeploy-1.3.3.ebuild

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

Index: pastedeploy-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pastedeploy-1.3.3.ebuild	27 Jun 2010 23:09:47 -0000	1.8
+++ pastedeploy-1.3.3.ebuild	22 Sep 2010 21:25:58 -0000	1.9
@@ -1,10 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.8 2010/06/27 23:09:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.9 2010/09/22 21:25:58 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 DISTUTILS_SRC_TEST="nosetests"
 
 inherit eutils distutils multilib
@@ -14,7 +15,7 @@
 
 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
 HOMEPAGE="http://pythonpaste.org/deploy/ http://pypi.python.org/pypi/PasteDeploy"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -25,7 +26,6 @@
 	dev-python/setuptools"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/pygments dev-python/sphinx )"
-RESTRICT_PYTHON_ABIS="3.*"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -53,7 +53,7 @@
 	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"
+		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-09-22 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 15:38 [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: pastedeploy-1.3.3.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-22 21:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-27 23:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-06 15:32 Arfrever Frehtes Taifersar Arahesis (arfrever)

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