summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 21:30:31 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 21:30:31 +0000
commit0cec0060308ed20b7b2e8966be1e728c3226efea (patch)
tree976496815a45d881cc8f639e166a0952a91cbaaf /dev-python
parentlibhx bump (diff)
downloadhistorical-0cec0060308ed20b7b2e8966be1e728c3226efea.tar.gz
historical-0cec0060308ed20b7b2e8966be1e728c3226efea.tar.bz2
historical-0cec0060308ed20b7b2e8966be1e728c3226efea.zip
Remove old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/webhelpers/ChangeLog8
-rw-r--r--dev-python/webhelpers/webhelpers-0.2.2.ebuild45
-rw-r--r--dev-python/webhelpers/webhelpers-0.3.ebuild45
-rw-r--r--dev-python/webpy/ChangeLog6
-rw-r--r--dev-python/webpy/webpy-0.2.ebuild32
-rw-r--r--dev-python/webpy/webpy-0.22.ebuild33
-rw-r--r--dev-python/webpy/webpy-0.23.ebuild33
-rw-r--r--dev-python/werkzeug/ChangeLog7
-rw-r--r--dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild42
-rw-r--r--dev-python/winpdb/ChangeLog8
-rw-r--r--dev-python/winpdb/winpdb-1.3.2.ebuild19
-rw-r--r--dev-python/winpdb/winpdb-1.4.0.ebuild19
12 files changed, 22 insertions, 275 deletions
diff --git a/dev-python/webhelpers/ChangeLog b/dev-python/webhelpers/ChangeLog
index 50ef6b2f9803..236afb844c2b 100644
--- a/dev-python/webhelpers/ChangeLog
+++ b/dev-python/webhelpers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/webhelpers
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.4 2008/05/02 04:08:56 pythonhead Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/ChangeLog,v 1.5 2009/01/08 21:30:31 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -webhelpers-0.2.2.ebuild,
+ -webhelpers-0.3.ebuild:
+ Removing old
*webhelpers-0.3.4 (02 May 2008)
diff --git a/dev-python/webhelpers/webhelpers-0.2.2.ebuild b/dev-python/webhelpers/webhelpers-0.2.2.ebuild
deleted file mode 100644
index 59817b25dd24..000000000000
--- a/dev-python/webhelpers/webhelpers-0.2.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-0.2.2.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=WebHelpers
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A library of helper functions intended to make writing templates in web applications easier."
-HOMEPAGE="http://pylonshq.com/WebHelpers/"
-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/simplejson-1.4
- >=dev-python/routes-1.1"
-DEPEND="${RDEPEND}
- doc? ( dev-python/pudge dev-python/buildutils )
- test? ( dev-python/nose )
- dev-python/setuptools"
-
-S=${WORKDIR}/${MY_P}
-
-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() {
- PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
-}
diff --git a/dev-python/webhelpers/webhelpers-0.3.ebuild b/dev-python/webhelpers/webhelpers-0.3.ebuild
deleted file mode 100644
index f45f03a68a09..000000000000
--- a/dev-python/webhelpers/webhelpers-0.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webhelpers/webhelpers-0.3.ebuild,v 1.3 2007/07/11 06:19:47 mr_bones_ Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=WebHelpers
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A library of helper functions intended to make writing templates in web applications easier."
-HOMEPAGE="http://pylonshq.com/WebHelpers/"
-SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/simplejson-1.4
- >=dev-python/routes-1.1"
-DEPEND="${RDEPEND}
- doc? ( dev-python/pudge dev-python/buildutils )
- test? ( dev-python/nose )
- dev-python/setuptools"
-
-S=${WORKDIR}/${MY_P}
-
-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() {
- PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
-}
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog
index 0d5b2febd5ea..4f93361f14ee 100644
--- a/dev-python/webpy/ChangeLog
+++ b/dev-python/webpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/webpy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.5 2009/01/04 20:24:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.6 2009/01/08 21:29:14 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -webpy-0.2.ebuild,
+ -webpy-0.22.ebuild, -webpy-0.23.ebuild:
+ Removing old
*webpy-0.30 (04 Jan 2009)
diff --git a/dev-python/webpy/webpy-0.2.ebuild b/dev-python/webpy/webpy-0.2.ebuild
deleted file mode 100644
index d632a24c320c..000000000000
--- a/dev-python/webpy/webpy-0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.2.ebuild,v 1.2 2007/04/26 23:48:30 beandog Exp $
-
-inherit distutils
-
-MY_PN="web.py"
-
-DESCRIPTION="A small and simple web framework for python"
-HOMEPAGE="http://www.webpy.org"
-SRC_URI="http://www.webpy.org/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_test() {
- TESTS="db template net http utils"
-
- cd ${S}
-
- for TEST in ${TESTS}
- do
- ${python} web/${TEST}.py || die "Doctest in web/${TEST}.py failed!"
- done
-}
diff --git a/dev-python/webpy/webpy-0.22.ebuild b/dev-python/webpy/webpy-0.22.ebuild
deleted file mode 100644
index 9145d4eeefa9..000000000000
--- a/dev-python/webpy/webpy-0.22.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.22.ebuild,v 1.1 2007/12/20 14:29:18 wrobel Exp $
-
-inherit distutils
-
-MY_PN="web.py"
-
-DESCRIPTION="A small and simple web framework for python"
-HOMEPAGE="http://www.webpy.org"
-SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-PYTHON_MODNAME="web"
-
-src_test() {
- TESTS="db template net http utils"
-
- cd "${S}"
-
- for TEST in ${TESTS}
- do
- ${python} web/${TEST}.py || die "Doctest in web/${TEST}.py failed!"
- done
-}
diff --git a/dev-python/webpy/webpy-0.23.ebuild b/dev-python/webpy/webpy-0.23.ebuild
deleted file mode 100644
index 7ff2ce8ec098..000000000000
--- a/dev-python/webpy/webpy-0.23.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.23.ebuild,v 1.1 2008/02/11 10:54:51 wrobel Exp $
-
-inherit distutils
-
-MY_PN="web.py"
-
-DESCRIPTION="A small and simple web framework for python"
-HOMEPAGE="http://www.webpy.org"
-SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-PYTHON_MODNAME="web"
-
-src_test() {
- TESTS="db template net http utils"
-
- cd "${S}"
-
- for TEST in ${TESTS}
- do
- ${python} web/${TEST}.py || die "Doctest in web/${TEST}.py failed!"
- done
-}
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index 408f3d3909df..fdcd95fc1e1c 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/werkzeug
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.5 2008/12/06 23:20:30 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.6 2009/01/08 21:26:50 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -werkzeug-0.3.1-r1.ebuild:
+ Removing old
*werkzeug-0.4 (06 Dec 2008)
diff --git a/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild b/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild
deleted file mode 100644
index 28f3095c64d8..000000000000
--- a/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild,v 1.1 2008/08/04 12:02:26 hoffie Exp $
-
-NEED_PYTHON="2.4"
-
-inherit distutils
-
-MY_P="Werkzeug-${PV}"
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="http://werkzeug.pocoo.org/"
-SRC_URI="http://pypi.python.org/packages/source/W/Werkzeug/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND=">=dev-python/setuptools-0.6_rc5
- test? ( dev-python/py
- dev-python/lxml
- dev-python/simplejson )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- DOCS="CHANGES"
- distutils_src_install
-
- # Rearraning the docs
- rm -rf "${D}/usr/docs"
- dodoc docs/src/*
- dohtml docs/html/*
-}
-
-src_test() {
- distutils_python_version
- # path gets set correctly in conftest.py
- cd tests
- py.test || die "tests failed"
-}
diff --git a/dev-python/winpdb/ChangeLog b/dev-python/winpdb/ChangeLog
index 4fc67058e51a..c71d9d0f980c 100644
--- a/dev-python/winpdb/ChangeLog
+++ b/dev-python/winpdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/winpdb
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/ChangeLog,v 1.11 2008/12/07 00:08:24 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/ChangeLog,v 1.12 2009/01/08 21:25:04 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -winpdb-1.3.2.ebuild,
+ -winpdb-1.4.0.ebuild:
+ Removing old
*winpdb-1.4.2 (07 Dec 2008)
diff --git a/dev-python/winpdb/winpdb-1.3.2.ebuild b/dev-python/winpdb/winpdb-1.3.2.ebuild
deleted file mode 100644
index 4ddb68b7f1aa..000000000000
--- a/dev-python/winpdb/winpdb-1.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/winpdb-1.3.2.ebuild,v 1.1 2007/12/15 11:10:51 lucass Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Graphical Python debugger with smart breakpoints, thread support, modifiable namespace, secure connections"
-HOMEPAGE="http://www.digitalpeers.com/pythondebugger/"
-SRC_URI="mirror://sourceforge/winpdb/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/pycrypto-2.0.1"
-RDEPEND="${DEPEND}
- =dev-python/wxpython-2.6*"
diff --git a/dev-python/winpdb/winpdb-1.4.0.ebuild b/dev-python/winpdb/winpdb-1.4.0.ebuild
deleted file mode 100644
index 5f4246175c58..000000000000
--- a/dev-python/winpdb/winpdb-1.4.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/winpdb-1.4.0.ebuild,v 1.1 2008/09/25 04:51:40 neurogeek Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Graphical Python debugger"
-HOMEPAGE="http://www.digitalpeers.com/pythondebugger/"
-SRC_URI="mirror://sourceforge/winpdb/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/pycrypto-2.0.1"
-RDEPEND="${DEPEND}
- =dev-python/wxpython-2.8*"