diff options
28 files changed, 49 insertions, 693 deletions
diff --git a/dev-python/demjson/ChangeLog b/dev-python/demjson/ChangeLog index 27793c5eccc5..349e23daaf82 100644 --- a/dev-python/demjson/ChangeLog +++ b/dev-python/demjson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/demjson # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.15 2011/05/27 10:41:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/ChangeLog,v 1.16 2011/06/23 14:46:54 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -demjson-1.5.ebuild: + Remove old ebuilds. Requested by Arfrever 27 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> demjson-1.6.ebuild: x86 stable wrt bug #365881 diff --git a/dev-python/demjson/demjson-1.5.ebuild b/dev-python/demjson/demjson-1.5.ebuild deleted file mode 100644 index e93ead03f76d..000000000000 --- a/dev-python/demjson/demjson-1.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/demjson/demjson-1.5.ebuild,v 1.3 2010/11/19 20:17:36 hwoarang Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627" -HOMEPAGE="http://deron.meranda.us/python/demjson/ http://pypi.python.org/pypi/demjson" -SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DOCS="AUTHORS.txt CHANGES.txt NEWS.txt THANKS.txt docs/*.txt" -PYTHON_MODNAME="demjson.py" - -src_test() { - cd test - - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" test_demjson.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml docs/*.html || die "Installation of documentation failed" - fi -} diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 91d7d1d0aa49..55eca3a3cbad 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.76 2011/05/28 13:42:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.77 2011/06/23 14:51:43 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -dnspython-1.9.2.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> dnspython-1.9.4.ebuild: Marking dnspython-1.9.4 ppc for bug 365333 diff --git a/dev-python/dnspython/dnspython-1.9.2.ebuild b/dev-python/dnspython/dnspython-1.9.2.ebuild deleted file mode 100644 index 4cbc6e0486a1..000000000000 --- a/dev-python/dnspython/dnspython-1.9.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.9.2.ebuild,v 1.8 2011/02/08 22:24:19 xarthisius Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython" -SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="examples" - -DEPEND="dev-python/pycrypto" -RDEPEND="${DEPEND}" - -DOCS="ChangeLog README TODO" -PYTHON_MODNAME="dns" - -src_test() { - cd tests - - testing() { - local exit_status="0" test - for test in *.py; do - echo "Running ${test}..." - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" || exit_status="1" - done - return "${exit_status}" - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* || die "Installation of examples failed" - fi -} diff --git a/dev-python/formencode/ChangeLog b/dev-python/formencode/ChangeLog index 2e583cd816b7..f2b0cc7f68ac 100644 --- a/dev-python/formencode/ChangeLog +++ b/dev-python/formencode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/formencode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.25 2011/05/28 13:46:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.26 2011/06/23 14:53:29 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -formencode-1.2.2.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> formencode-1.2.4.ebuild: Marking formencode-1.2.4 ppc for bug 365883 diff --git a/dev-python/formencode/formencode-1.2.2.ebuild b/dev-python/formencode/formencode-1.2.2.ebuild deleted file mode 100644 index eb5b409b7dba..000000000000 --- a/dev-python/formencode/formencode-1.2.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.7 2010/10/30 20:44:31 arfrever Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -MY_PN="FormEncode" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="HTML form validation, generation and conversion package." -HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2.4" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="doc" - -DEPEND="dev-python/setuptools" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - distutils_src_prepare - - # Avoid test failure when dev-python/formencode isn't already installed. - sed -e "/pkg_resources/d" -i tests/__init__.py -} - -src_test() { - LC_ALL="C" distutils_src_test -} - -src_install() { - distutils_src_install - - if use doc; then - cd "${S}" - dodoc docs/*.txt - - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/ipy/ChangeLog b/dev-python/ipy/ChangeLog index 00f6bb99f31a..238a3cefefca 100644 --- a/dev-python/ipy/ChangeLog +++ b/dev-python/ipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.33 2011/05/28 13:24:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.34 2011/06/23 14:51:09 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -ipy-0.74.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipy-0.75.ebuild: x86 stable wrt bug #367297 diff --git a/dev-python/ipy/ipy-0.74.ebuild b/dev-python/ipy/ipy-0.74.ebuild deleted file mode 100644 index 7ee9a262267e..000000000000 --- a/dev-python/ipy/ipy-0.74.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.74.ebuild,v 1.3 2011/04/11 13:39:28 phajdan.jr Exp $ - -EAPI="3" -PYTHON_DEPEND="*:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" - -inherit distutils - -MY_PN="IPy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS="ChangeLog README" -PYTHON_MODNAME="IPy.py" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_IPy.py - } - python_execute_function testing -} diff --git a/dev-python/mechanize/ChangeLog b/dev-python/mechanize/ChangeLog index e47de2586d2e..39603a645992 100644 --- a/dev-python/mechanize/ChangeLog +++ b/dev-python/mechanize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/mechanize # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.41 2011/05/28 13:52:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/ChangeLog,v 1.42 2011/06/23 14:56:18 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -mechanize-0.2.4.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> mechanize-0.2.5.ebuild: Marking mechanize-0.2.5 ppc for bug 365879 diff --git a/dev-python/mechanize/mechanize-0.2.4.ebuild b/dev-python/mechanize/mechanize-0.2.4.ebuild deleted file mode 100644 index 6984f7d1bbeb..000000000000 --- a/dev-python/mechanize/mechanize-0.2.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mechanize/mechanize-0.2.4.ebuild,v 1.5 2011/01/07 16:30:35 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils eutils - -DESCRIPTION="Stateful programmatic web browsing in Python" -HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize" -SRC_URI="http://wwwsearch.sourceforge.net/${PN}/src/${P}.tar.gz" - -LICENSE="|| ( BSD ZPL )" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DOCS="docs/*.txt" - -src_test() { - testing() { - # Ignore warnings (http://github.com/jjlee/mechanize/issues/issue/13). - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" -W ignore test.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - # Fix some paths. - sed -e "s:../styles/:styles/:g" -i docs/html/* || die "sed failed" - dohtml -r docs/html/ docs/styles || die "dohtml failed" -} diff --git a/dev-python/pyasn1/ChangeLog b/dev-python/pyasn1/ChangeLog index 57462462b699..d3ff83a11ab2 100644 --- a/dev-python/pyasn1/ChangeLog +++ b/dev-python/pyasn1/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyasn1 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/ChangeLog,v 1.28 2011/05/29 16:26:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/ChangeLog,v 1.29 2011/06/23 14:58:55 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pyasn1-0.0.11a.ebuild, + -pyasn1-0.0.13a.ebuild: + Remove old ebuilds. Requested by Arfrever 29 May 2011; Raúl Porcel <armin76@gentoo.org> pyasn1-0.0.13b.ebuild: alpha/ia64/s390/sh/sparc stable wrt #364869 diff --git a/dev-python/pyasn1/pyasn1-0.0.11a.ebuild b/dev-python/pyasn1/pyasn1-0.0.11a.ebuild deleted file mode 100644 index f1ecd1e645af..000000000000 --- a/dev-python/pyasn1/pyasn1-0.0.11a.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.0.11a.ebuild,v 1.10 2010/07/06 10:41:29 ssuominen Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="ASN.1 types and codecs (BER, CER, DER) implementation." -HOMEPAGE="http://pyasn1.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="CHANGES" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/suite.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - dohtml doc/* - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-python/pyasn1/pyasn1-0.0.13a.ebuild b/dev-python/pyasn1/pyasn1-0.0.13a.ebuild deleted file mode 100644 index a23ab667f220..000000000000 --- a/dev-python/pyasn1/pyasn1-0.0.13a.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.0.13a.ebuild,v 1.1 2011/03/06 19:10:00 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -DESCRIPTION="ASN.1 library for Python" -HOMEPAGE="http://pyasn1.sourceforge.net/ http://pypi.python.org/pypi/pyasn1" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -DOCS="CHANGES README THANKS TODO" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/suite.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - dohtml doc/* || die "dohtml failed" -} - -pkg_postinst() { - distutils_pkg_postinst - - elog - elog "ASN.1 modules have been split to dev-python/pyasn1-modules package." - elog -} diff --git a/dev-python/pycxx/ChangeLog b/dev-python/pycxx/ChangeLog index 58ab54accfeb..f596a619a643 100644 --- a/dev-python/pycxx/ChangeLog +++ b/dev-python/pycxx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycxx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.33 2011/05/28 11:55:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.34 2011/06/23 14:48:07 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> + -files/pycxx-6.1.0-C_compatible_headers.patch, -pycxx-6.2.3-r1.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> pycxx-6.2.3-r2.ebuild: Marking pycxx-6.2.3-r2 ppc for bug 366669 diff --git a/dev-python/pycxx/files/pycxx-6.1.0-C_compatible_headers.patch b/dev-python/pycxx/files/pycxx-6.1.0-C_compatible_headers.patch deleted file mode 100644 index 9ec64366e2c3..000000000000 --- a/dev-python/pycxx/files/pycxx-6.1.0-C_compatible_headers.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- CXX/WrapPython.h -+++ CXX/WrapPython.h -@@ -1,3 +1,4 @@ -+/* - //----------------------------------------------------------------------------- - // - // Copyright (c) 1998 - 2007, The Regents of the University of California -@@ -34,27 +35,28 @@ - // DAMAGE. - // - //----------------------------------------------------------------------------- -+*/ - - #ifndef __PyCXX_wrap_python_hxx__ - #define __PyCXX_wrap_python_hxx__ - --// On some platforms we have to include time.h to get select defined -+/* On some platforms we have to include time.h to get select defined */ - #if !defined(__WIN32__) && !defined(WIN32) && !defined(_WIN32) && !defined(_WIN64) - #include <sys/time.h> - #endif - --// Prevent multiple conflicting definitions of swab from stdlib.h and unistd.h -+/* Prevent multiple conflicting definitions of swab from stdlib.h and unistd.h */ - #if defined(__sun) || defined(sun) - #if defined(_XPG4) - #undef _XPG4 - #endif - #endif - --// Python.h will redefine these and generate warning in the process -+/* Python.h will redefine these and generate warning in the process */ - #undef _XOPEN_SOURCE - #undef _POSIX_C_SOURCE - --// pull in python definitions -+/* pull in python definitions */ - #include <Python.h> - - #endif diff --git a/dev-python/pycxx/pycxx-6.2.3-r1.ebuild b/dev-python/pycxx/pycxx-6.2.3-r1.ebuild deleted file mode 100644 index 358f2099a8c7..000000000000 --- a/dev-python/pycxx/pycxx-6.2.3-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r1.ebuild,v 1.4 2011/04/15 21:45:06 angelos Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" - -inherit eutils distutils - -DESCRIPTION="Set of facilities to extend Python with C++" -HOMEPAGE="http://cxx.sourceforge.net" -SRC_URI="mirror://sourceforge/cxx/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="doc examples" - -PYTHON_MODNAME="CXX" - -src_prepare() { - epatch "${FILESDIR}/${P}-python-3.patch" - epatch "${FILESDIR}/${P}-installation.patch" - epatch "${FILESDIR}/${PN}-6.1.0-C_compatible_headers.patch" - - sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed" -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r Doc/ || die "dohtml failed" - fi - - if use examples; then - docinto examples/python-2 - dodoc Demo/Python2/* || die "dodoc failed" - docinto examples/python-3 - dodoc Demo/Python3/* || die "dodoc failed" - fi -} diff --git a/dev-python/pysnmp/ChangeLog b/dev-python/pysnmp/ChangeLog index f65a40002ac6..6e7e3883f2e7 100644 --- a/dev-python/pysnmp/ChangeLog +++ b/dev-python/pysnmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysnmp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.42 2011/05/28 13:56:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/ChangeLog,v 1.43 2011/06/23 14:58:14 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pysnmp-3.4.4.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> pysnmp-4.1.16a.ebuild: Marking pysnmp-4.1.16a ppc for bug 364871 diff --git a/dev-python/pysnmp/pysnmp-3.4.4.ebuild b/dev-python/pysnmp/pysnmp-3.4.4.ebuild deleted file mode 100644 index 363cf53b149e..000000000000 --- a/dev-python/pysnmp/pysnmp-3.4.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/pysnmp-3.4.4.ebuild,v 1.2 2010/06/03 20:05:21 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="SNMP framework in Python. Not a wrapper." -HOMEPAGE="http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp" -SRC_URI="mirror://sourceforge/pysnmp/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="CHANGES COMPATIBILITY README" - -src_install(){ - distutils_src_install - - dohtml -r docs/ - insinto /usr/share/doc/${PF} - doins -r examples -} diff --git a/dev-python/pytz/ChangeLog b/dev-python/pytz/ChangeLog index f43d32d79e01..5c0d0b5bb96c 100644 --- a/dev-python/pytz/ChangeLog +++ b/dev-python/pytz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.111 2011/05/28 13:48:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.112 2011/06/23 14:54:34 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pytz-2011b.ebuild, + -pytz-2011c.ebuild, -pytz-2011d.ebuild: + Remove old ebuilds. Requested by Arfrever 28 May 2011; Brent Baude <ranger@gentoo.org> pytz-2011e.ebuild: Marking pytz-2011e ppc for bug 366659 diff --git a/dev-python/pytz/pytz-2011b.ebuild b/dev-python/pytz/pytz-2011b.ebuild deleted file mode 100644 index 90fa695b9f37..000000000000 --- a/dev-python/pytz/pytz-2011b.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011b.ebuild,v 1.6 2011/03/31 19:13:02 xarthisius Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -DEPEND="${RDEPEND} - app-arch/unzip" - -DOCS="CHANGES.txt" - -src_prepare() { - distutils_src_prepare - - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/pytz/pytz-2011c.ebuild b/dev-python/pytz/pytz-2011c.ebuild deleted file mode 100644 index 837debb94250..000000000000 --- a/dev-python/pytz/pytz-2011c.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011c.ebuild,v 1.1 2011/03/09 21:39:24 arfrever Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - distutils_src_prepare - - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/pytz/pytz-2011d.ebuild b/dev-python/pytz/pytz-2011d.ebuild deleted file mode 100644 index 259bfeea32ba..000000000000 --- a/dev-python/pytz/pytz-2011d.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2011d.ebuild,v 1.6 2011/04/29 19:36:27 ssuominen Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools - >=sys-libs/timezone-data-${PV}" -RDEPEND="${DEPEND}" - -DOCS="CHANGES.txt" - -src_prepare() { - distutils_src_prepare - - # Use timezone-data zoneinfo. - epatch "${FILESDIR}/${PN}-2009j-zoneinfo.patch" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" pytz/tests/test_tzinfo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - delete_zoneinfo() { - rm -fr "${ED}$(python_get_sitedir)/pytz/zoneinfo" - } - python_execute_function -q delete_zoneinfo -} diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 6ec8eebf3621..41f21d7baf73 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.58 2011/06/14 20:17:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.59 2011/06/23 14:53:02 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -virtualenv-1.5.1.ebuild, + -virtualenv-1.5.2.ebuild: + Remove old ebuilds. Requested by Arfrever 14 Jun 2011; Markus Meier <maekke@gentoo.org> virtualenv-1.6.1.ebuild: x86 stable, bug #370513 diff --git a/dev-python/virtualenv/virtualenv-1.5.1.ebuild b/dev-python/virtualenv/virtualenv-1.5.1.ebuild deleted file mode 100644 index 544f3c1f6040..000000000000 --- a/dev-python/virtualenv/virtualenv-1.5.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.1.ebuild,v 1.6 2011/01/07 17:25:14 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/setuptools" -DEPEND="${RDEPEND}" - -DOCS="docs/index.txt docs/news.txt" -PYTHON_MODNAME="virtualenv.py virtualenv_support" diff --git a/dev-python/virtualenv/virtualenv-1.5.2.ebuild b/dev-python/virtualenv/virtualenv-1.5.2.ebuild deleted file mode 100644 index c35ccc234f78..000000000000 --- a/dev-python/virtualenv/virtualenv-1.5.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.2.ebuild,v 1.1 2011/03/25 23:27:16 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://pypi.python.org/pypi/virtualenv" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - -DOCS="docs/index.txt docs/news.txt" -PYTHON_MODNAME="virtualenv.py virtualenv_support" diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index ad681956c668..ee0f51ddaee2 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/webob # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.41 2011/06/14 20:14:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.42 2011/06/23 14:52:27 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -webob-1.0.3.ebuild, + -webob-1.0.5.ebuild: + Remove old ebuilds. Requested by Arfrever 14 Jun 2011; Markus Meier <maekke@gentoo.org> webob-1.0.7.ebuild: x86 stable, bug #370511 diff --git a/dev-python/webob/webob-1.0.3.ebuild b/dev-python/webob/webob-1.0.3.ebuild deleted file mode 100644 index ccb8e6401bcc..000000000000 --- a/dev-python/webob/webob-1.0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.3.ebuild,v 1.4 2011/04/14 20:21:38 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -# Note: Tests require webtest, but webob is a dependency of webtest. -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/webob/webob-1.0.5.ebuild b/dev-python/webob/webob-1.0.5.ebuild deleted file mode 100644 index 513c1a937fe3..000000000000 --- a/dev-python/webob/webob-1.0.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.5.ebuild,v 1.2 2011/03/26 19:26:12 klausman Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="WebOb" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="WSGI request and response object" -HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc" - -# Tests depend on some packages absent in the tree. -DEPEND="app-arch/unzip - dev-python/setuptools - doc? ( dev-python/sphinx )" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - "$(PYTHON -f)" setup.py build_sphinx || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - pushd build/sphinx/html > /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi -} |