diff options
author | 2014-12-23 00:43:14 +0000 | |
---|---|---|
committer | 2014-12-23 00:43:14 +0000 | |
commit | e05673373b4030c20eed3dad729a6eb2b75ec420 (patch) | |
tree | 3de44a5061d24ee6509eaa200be19e6520791116 /dev-python/egenix-mx-base | |
parent | rm old (diff) | |
download | gentoo-2-e05673373b4030c20eed3dad729a6eb2b75ec420.tar.gz gentoo-2-e05673373b4030c20eed3dad729a6eb2b75ec420.tar.bz2 gentoo-2-e05673373b4030c20eed3dad729a6eb2b75ec420.zip |
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/egenix-mx-base')
8 files changed, 8 insertions, 422 deletions
diff --git a/dev-python/egenix-mx-base/ChangeLog b/dev-python/egenix-mx-base/ChangeLog index 8ef6f96dc755..526e931ce67f 100644 --- a/dev-python/egenix-mx-base/ChangeLog +++ b/dev-python/egenix-mx-base/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/egenix-mx-base # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.89 2014/07/22 03:17:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.90 2014/12/23 00:43:14 idella4 Exp $ + + 23 Dec 2014; Ian Delaney <idella4@gentoo.org> -egenix-mx-base-3.1.3.ebuild, + -egenix-mx-base-3.2.1-r1.ebuild, -egenix-mx-base-3.2.3.ebuild, + -egenix-mx-base-3.2.5.ebuild, -egenix-mx-base-3.2.6.ebuild, + -egenix-mx-base-3.2.7.ebuild, -files/egenix-mx-base-3.2.3-distutils.patch, + egenix-mx-base-3.2.8.ebuild: + rm old *egenix-mx-base-3.2.8 (22 Jul 2014) diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.1.3.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.1.3.ebuild deleted file mode 100644 index 769033599a72..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.1.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.1.3.ebuild,v 1.9 2012/02/20 09:59:15 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" - -inherit distutils flag-o-matic - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="mx" - -src_prepare() { - distutils_src_prepare - # doesn't play well with -fstack-protector (#63762) - rm "mx/TextTools/Examples/pytag.py" - - # We do the optimization ourselves - sed -i \ - -e 's/^\(optimize\) = 1/\1 = 0/' \ - setup.cfg || die "sed failed" - - # And we don't want the docs in site-packages - sed -i \ - -e '/\/Doc\//d' \ - egenix_mx_base.py || die "sed failed" -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx - insinto /usr/share/doc/${PF} - find -iname "*.pdf" | xargs doins - - installation_of_headers() { - dodir "$(python_get_includedir)/mx" || return 1 - find "${ED}$(python_get_sitedir)/mx" -type f -name "*.h" -print0 | while read -d $'\0' header; do - mv -f "${header}" "${ED}$(python_get_includedir)/mx" || return 1 - done - } - python_execute_function -q installation_of_headers -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.1-r1.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.1-r1.ebuild deleted file mode 100644 index 8602fdac8afd..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.1-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.1-r1.ebuild,v 1.7 2012/02/20 09:59:15 patrick Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" - -inherit distutils flag-o-matic - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="mx" - -src_prepare() { - distutils_src_prepare - # doesn't play well with -fstack-protector (#63762) - rm "mx/TextTools/Examples/pytag.py" - - # We do the optimization ourselves - sed -i \ - -e 's/^\(optimize\) = 1/\1 = 0/' \ - setup.cfg || die "sed failed" - - # And we don't want the docs in site-packages - sed -i \ - -e '/\/Doc\//d' \ - egenix_mx_base.py || die "sed failed" -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - #Build system wants to have BASECFLAGS in environ, not CFLAGS. - BASECFLAGS="${CFLAGS}" distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx - insinto /usr/share/doc/${PF} - find -iname "*.pdf" | xargs doins - - installation_of_headers() { - dodir "$(python_get_includedir)/mx" || return 1 - find "${ED}$(python_get_sitedir)/mx" -type f -name "*.h" -print0 | while read -d $'\0' header; do - mv -f "${header}" "${ED}$(python_get_includedir)/mx" || return 1 - done - } - python_execute_function -q installation_of_headers -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.3.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.3.ebuild deleted file mode 100644 index ee1a65f8188a..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.3.ebuild,v 1.3 2012/04/23 11:12:49 xarthisius Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" - -inherit distutils eutils - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="mx" - -src_prepare() { - distutils_src_prepare - - # Don't install documentation in site-packages directories. - sed -e "/\/Doc\//d" -i egenix_mx_base.py || die "sed failed" - - # Avoid unnecessary overriding of settings. Distutils in Gentoo is patched in better way. - sed -e 's/if compiler.compiler_type == "unix":/if False:/' -i mxSetup.py || die "sed failed" - - epatch "${FILESDIR}"/${P}-distutils.patch -} - -src_compile() { - # mxSetup.py uses BASECFLAGS variable. - BASECFLAGS="${CFLAGS}" distutils_src_compile -} - -src_install() { - distutils_src_install - - dohtml -a html -r mx - insinto /usr/share/doc/${PF} - find -iname "*.pdf" | xargs doins - - installation_of_headers() { - local header - dodir "$(python_get_includedir)/mx" || return 1 - while read -d $'\0' header; do - mv -f "${header}" "${ED}$(python_get_includedir)/mx" || return 1 - done < <(find "${ED}$(python_get_sitedir)/mx" -type f -name "*.h" -print0) - } - python_execute_function -q installation_of_headers -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild deleted file mode 100644 index 8d945afd1147..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild,v 1.5 2014/04/05 22:43:22 ago Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -# distutils.command.config writes to CWD, bug #450516 -# mxSetup.py is broken with --build-lib -#DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_NO_PARALLEL_BUILD=1 - -python_prepare_all() { - # Don't install documentation in site-packages directories. - sed -e "/\.pdf/d" -i egenix_mx_base.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - local t - - while IFS= read -r -d '' t - do - "${PYTHON}" "${t}" || die "${t} failed with ${EPYTHON}" - done < <(find -name test.py -print0) -} - -python_install() { - local f dest=${D}$(python_get_includedir)/mx - - distutils-r1_python_install \ - build --build-platlib "${BUILD_DIR}"/lib - - mkdir -p "${dest}" || die - while IFS= read -r -d '' f - do - mv -f "${f}" "${dest}" || die - done < <(find "${D}$(python_get_sitedir)/mx" -type f -name "*.h" -print0) -} - -python_install_all() { - local f - - distutils-r1_python_install_all - - dohtml -a html -r mx - while IFS= read -r -d '' f - do - dodoc "${f}" - done < <(find -name '*.pdf' -print0) -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.6.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.6.ebuild deleted file mode 100644 index 48cc8fb82965..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.6.ebuild,v 1.5 2014/03/28 12:45:47 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -# Correct broken tests -PATCHES=( "${FILESDIR}"/${P}-tests.patch ) - -# distutils.command.config writes to CWD, bug #450516 -# mxSetup.py is broken with --build-lib -DISTUTILS_NO_PARALLEL_BUILD=1 - -python_prepare_all() { - # Don't install documentation in site-packages directories. - sed -e "/\.pdf/d" -i egenix_mx_base.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - if ! python_is_python3; then - local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - distutils-r1_python_compile -} - -python_test() { - local t - - while IFS= read -r -d '' t - do - "${PYTHON}" "${t}" || die "${t} failed with ${EPYTHON}" - done < <(find -name test.py -print0) -} - -python_install() { - local f dest=${D}$(python_get_includedir)/mx - - distutils-r1_python_install \ - build --build-platlib "${BUILD_DIR}"/lib - - mkdir -p "${dest}" || die - while IFS= read -r -d '' f - do - mv -f "${f}" "${dest}" || die - done < <(find "${D}$(python_get_sitedir)/mx" -type f -name "*.h" -print0) -} - -python_install_all() { - local f - - distutils-r1_python_install_all - - dohtml -a html -r mx - while IFS= read -r -d '' f - do - dodoc "${f}" - done < <(find -name '*.pdf' -print0) -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.2.7.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.2.7.ebuild deleted file mode 100644 index a54a4975cd52..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.2.7.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.7.ebuild,v 1.1 2014/03/28 12:45:47 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="eGenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase http://pypi.python.org/pypi/egenix-mx-base" -SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -# Correct broken tests -PATCHES=( "${FILESDIR}"/${PN}-3.2.6-tests.patch ) - -# distutils.command.config writes to CWD, bug #450516 -# mxSetup.py is broken with --build-lib -DISTUTILS_NO_PARALLEL_BUILD=1 - -python_prepare_all() { - # Don't install documentation in site-packages directories. - sed -e "/\.pdf/d" -i egenix_mx_base.py || die - - distutils-r1_python_prepare_all -} - -python_compile() { - if ! python_is_python3; then - local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - distutils-r1_python_compile -} - -python_test() { - local t - - while IFS= read -r -d '' t - do - "${PYTHON}" "${t}" || die "${t} failed with ${EPYTHON}" - done < <(find -name test.py -print0) -} - -python_install() { - local f dest=${D}$(python_get_includedir)/mx - - distutils-r1_python_install \ - build --build-platlib "${BUILD_DIR}"/lib - - mkdir -p "${dest}" || die - while IFS= read -r -d '' f - do - mv -f "${f}" "${dest}" || die - done < <(find "${D}$(python_get_sitedir)/mx" -type f -name "*.h" -print0) -} - -python_install_all() { - local f - - distutils-r1_python_install_all - - dohtml -a html -r mx - while IFS= read -r -d '' f - do - dodoc "${f}" - done < <(find -name '*.pdf' -print0) -} diff --git a/dev-python/egenix-mx-base/files/egenix-mx-base-3.2.3-distutils.patch b/dev-python/egenix-mx-base/files/egenix-mx-base-3.2.3-distutils.patch deleted file mode 100644 index a414b6239168..000000000000 --- a/dev-python/egenix-mx-base/files/egenix-mx-base-3.2.3-distutils.patch +++ /dev/null @@ -1,37 +0,0 @@ -Upstream move customize_compiler yet again... - -http://lists.egenix.com/mailman-archives/egenix-users/2012-April/114841.html -http://hg.python.org/cpython/rev/6240ff5dfebe -https://bugs.gentoo.org/show_bug.cgi?id=412739 - -Patch written by Kacper Kowalik <xarthisius@gentoo.org> ---- a/mxSetup.py -+++ b/mxSetup.py -@@ -298,10 +298,15 @@ - from distutils.command.clean import clean - import distutils.archive_util - -+try: -+ from distutils.sysconfig import customize_compiler -+except ImportError: -+ from distutils.ccompiler import customize_compiler -+ - if (python_version < '2.7' or - (python_version > '3.0' and python_version < '3.2')): - from distutils.sysconfig import \ -- get_config_h_filename, parse_config_h, customize_compiler, \ -+ get_config_h_filename, parse_config_h, \ - get_config_vars, get_python_version - from distutils.util import get_platform - -@@ -313,10 +318,6 @@ - get_config_h_filename, parse_config_h, get_path, \ - get_config_vars, get_python_version, get_platform - -- # This API was moved from distutils.sysconfig to distutils.ccompiler -- # in Python 2.7 -- from distutils.ccompiler import customize_compiler -- - def get_python_include_dir(): - - """ Return the path to the Python include dir. |