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

arfrever    10/06/04 17:27:06

  Modified:             tempita-0.4.ebuild
  Log:
  Fix dependencies. Update HOMEPAGE.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/tempita/tempita-0.4.ebuild

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

Index: tempita-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tempita-0.4.ebuild	4 Jun 2010 06:36:32 -0000	1.1
+++ tempita-0.4.ebuild	4 Jun 2010 17:27:06 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.1 2010/06/04 06:36:32 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.2 2010/06/04 17:27:06 arfrever Exp $
 
-EAPI=3
+EAPI="3"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS=1
 
 inherit distutils
@@ -11,8 +12,8 @@
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A very small text templating language"
-HOMEPAGE="http://pythonpaste.org/tempita"
-SRC_URI="http://pypi.python.org/packages/source/T/${MY_PN}/${MY_P}.tar.gz"
+HOMEPAGE="http://pythonpaste.org/tempita http://pypi.python.org/pypi/Tempita"
+SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -22,6 +23,6 @@
 DEPEND="dev-python/setuptools
 		test? ( dev-python/nose )"
 RDEPEND=""
-
 RESTRICT_PYTHON_ABIS="3.*"
+
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.4.ebuild
@ 2010-06-04 23:24 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-06-04 23:24 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/06/04 23:24:55

  Modified:             tempita-0.4.ebuild
  Log:
  adding missing test to IUSE
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-python/tempita/tempita-0.4.ebuild

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

Index: tempita-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tempita-0.4.ebuild	4 Jun 2010 17:27:06 -0000	1.2
+++ tempita-0.4.ebuild	4 Jun 2010 23:24:55 -0000	1.3
@@ -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/tempita/tempita-0.4.ebuild,v 1.2 2010/06/04 17:27:06 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.3 2010/06/04 23:24:55 mr_bones_ Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE=""
+IUSE="test"
 
 DEPEND="dev-python/setuptools
 		test? ( dev-python/nose )"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.4.ebuild
@ 2010-06-05 13:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-05 13:38 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/05 13:38:14

  Modified:             tempita-0.4.ebuild
  Log:
  Add src_test().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/tempita/tempita-0.4.ebuild

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

Index: tempita-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tempita-0.4.ebuild	4 Jun 2010 23:24:55 -0000	1.3
+++ tempita-0.4.ebuild	5 Jun 2010 13:38:14 -0000	1.4
@@ -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/tempita/tempita-0.4.ebuild,v 1.3 2010/06/04 23:24:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.4 2010/06/05 13:38:14 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS=1
+DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils
 
@@ -18,10 +19,9 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE="test"
+IUSE=""
 
-DEPEND="dev-python/setuptools
-		test? ( dev-python/nose )"
+DEPEND="dev-python/setuptools"
 RDEPEND=""
 RESTRICT_PYTHON_ABIS="3.*"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.4.ebuild
@ 2010-06-07 23:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-07 23:10 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/07 23:10:52

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

Revision  Changes    Path
1.5                  dev-python/tempita/tempita-0.4.ebuild

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

Index: tempita-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tempita-0.4.ebuild	5 Jun 2010 13:38:14 -0000	1.4
+++ tempita-0.4.ebuild	7 Jun 2010 23:10:52 -0000	1.5
@@ -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/tempita/tempita-0.4.ebuild,v 1.4 2010/06/05 13:38:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.5 2010/06/07 23:10:52 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
 DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils
@@ -22,7 +23,6 @@
 IUSE=""
 
 DEPEND="dev-python/setuptools"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.4.ebuild
@ 2010-12-26 15:46 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-26 15:46 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/26 15:46:00

  Modified:             tempita-0.4.ebuild
  Log:
  Use PyPI mirrors.
  
  (Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/tempita/tempita-0.4.ebuild

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

Index: tempita-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tempita-0.4.ebuild	7 Jun 2010 23:10:52 -0000	1.5
+++ tempita-0.4.ebuild	26 Dec 2010 15:46:00 -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/tempita/tempita-0.4.ebuild,v 1.5 2010/06/07 23:10:52 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.4.ebuild,v 1.6 2010/12/26 15:46:00 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 DESCRIPTION="A very small text templating language"
 HOMEPAGE="http://pythonpaste.org/tempita http://pypi.python.org/pypi/Tempita"
-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"






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

end of thread, other threads:[~2010-12-26 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 23:10 [gentoo-commits] gentoo-x86 commit in dev-python/tempita: tempita-0.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-26 15:46 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-05 13:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-06-04 23:24 Michael Sterrett (mr_bones_)
2010-06-04 17:27 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