From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/httpretty/Manifest | 4 ++ .../httpretty/files/httpretty-0.7.0-deps.patch | 68 ++++++++++++++++++++++ dev-python/httpretty/httpretty-0.7.0.ebuild | 52 +++++++++++++++++ dev-python/httpretty/httpretty-0.7.1.ebuild | 47 +++++++++++++++ dev-python/httpretty/httpretty-0.8.0-r1.ebuild | 66 +++++++++++++++++++++ dev-python/httpretty/httpretty-0.8.0.ebuild | 46 +++++++++++++++ dev-python/httpretty/httpretty-0.8.10.ebuild | 66 +++++++++++++++++++++ dev-python/httpretty/metadata.xml | 9 +++ 8 files changed, 358 insertions(+) create mode 100644 dev-python/httpretty/Manifest create mode 100644 dev-python/httpretty/files/httpretty-0.7.0-deps.patch create mode 100644 dev-python/httpretty/httpretty-0.7.0.ebuild create mode 100644 dev-python/httpretty/httpretty-0.7.1.ebuild create mode 100644 dev-python/httpretty/httpretty-0.8.0-r1.ebuild create mode 100644 dev-python/httpretty/httpretty-0.8.0.ebuild create mode 100644 dev-python/httpretty/httpretty-0.8.10.ebuild create mode 100644 dev-python/httpretty/metadata.xml (limited to 'dev-python/httpretty') diff --git a/dev-python/httpretty/Manifest b/dev-python/httpretty/Manifest new file mode 100644 index 000000000000..342c28d35052 --- /dev/null +++ b/dev-python/httpretty/Manifest @@ -0,0 +1,4 @@ +DIST httpretty-0.7.0.tar.gz 28066 SHA256 a422a74fe0f35fbb644c9a3a0a4ccb7a7469a8f5bae2d7c807d35a7d149d3fa6 SHA512 9adfd906336aa0ac2c21be8b789eb2e57994f4aac719958fc657291d922fe28b1fcc60d9b39e0e616b6d8565adaecb8228df3a9d1428cc189372b1cc700f664e WHIRLPOOL 8aaa28f26d038ba198b19a31a7f9490e2c3882a9eaacd6b5ccee34cd5f03f745e0facd96853da1be00c7ae949f18cfd4e8f3f696b51f26ffd9b2c6063502976a +DIST httpretty-0.7.1.tar.gz 28394 SHA256 a0f61cd3fbdffd28a556f8fd5eff703ad3c5c76cf0c39ab8bc136f38d0a71857 SHA512 53b6f063e0e7863fa77aad1eebb0ad3078528bc97d26df80a3c6491c42b9a9008080da35bbb1e9372674c996f25e5109c84b48a2a6d9f0de5b7c53331bdad857 WHIRLPOOL 2112692eeaa034f6afa3b7ef76aa557f3211b0f9db9178369446148b7c1d8eb6292f51a47c767d168222a7d40ed66bfefd1557bbb1c9ee3c5394e1c524861e4b +DIST httpretty-0.8.0.tar.gz 34291 SHA256 e5512b38ad3bfb9f7d275c957b4a7eddc69e4b3a749e3b62a984c86fb6ab329b SHA512 0c6193c488a27345b3d98cc6a62e8933b67828b7335700367b28cf328ef86ff2342056bada84ca631d6acc5650b7b456e80d85d8099e873f07cd41140c481650 WHIRLPOOL f828e84fddc6e4ab9671a9cd33da6b0f2b4053fc3368e3119ed5d7410cde125486aaae8bcf1cf4eab3a641af48dda7c6531c231f0d59c36d65f1c3d173e8969f +DIST httpretty-0.8.10.tar.gz 41741 SHA256 474a72722d66841f0e59cee285d837e1c6263be5be7bf2f8e824fc849a99adda SHA512 5bc734a89c45daa746551ef7d150c02bf6d9cddf1bc5426a8800d2241bb5bf8a834d2736fd9a4846ce150747d9c2064686a3ed63e97e5f131778d834956a9107 WHIRLPOOL 33fc4c025176c9d3493f8efe67f24db90d2c799536a949d490be4d9c11918190846d2612c6b09e6e000430a70f0e54b9bac87261cae62e5ba8ef558251f2bc3b diff --git a/dev-python/httpretty/files/httpretty-0.7.0-deps.patch b/dev-python/httpretty/files/httpretty-0.7.0-deps.patch new file mode 100644 index 000000000000..26c6ebec4e5e --- /dev/null +++ b/dev-python/httpretty/files/httpretty-0.7.0-deps.patch @@ -0,0 +1,68 @@ +rebased from https://github.com/jamielennox/HTTPretty/commit/3a7d5a04b2ed5cebc8e1fc14f706f5da7fc5162f +diff -ur httpretty-0.7.0.orig/requirements.pip httpretty-0.7.0/requirements.pip +--- requirements.pip 2013-10-02 12:44:47.000000000 +0800 ++++ requirements.pip 2013-12-02 15:37:00.611977792 +0800 +@@ -1,12 +1,9 @@ +-argparse==1.2.1 +-coverage==3.5.3 +-httplib2==0.7.6 +-misaka==1.0.2 +-mock==1.0.1 +-nose==1.2.1 +-requests==1.1.0 +-steadymark==0.4.5 ++coverage>=3.5 ++httplib2 ++mock>=1.0 ++nose>=1.2 ++requests>=1.1 + sure>=1.2.1 +-tornado==2.4 +-tox==1.4.2 +-urllib3 +\ No newline at end of file ++tornado>=2.2 ++tox>=1.4.2 ++urllib3 +diff -ur httpretty-0.7.0.orig/setup.cfg httpretty-0.7.0/setup.cfg +--- setup.cfg 2013-10-08 05:42:31.000000000 +0800 ++++ setup.cfg 2013-12-02 15:40:34.331985437 +0800 +@@ -2,4 +2,9 @@ + tag_build = + tag_date = 0 + tag_svn_revision = 0 +- ++[nosetests] ++verbosity=2 ++with-coverage=1 ++cover-erase=1 ++cover-package=httpretty ++cover-inclusive=1 +diff -ur httpretty-0.7.0.orig/setup.py httpretty-0.7.0/setup.py +--- setup.py 2013-10-08 05:42:31.000000000 +0800 ++++ setup.py 2013-12-02 15:42:26.467989448 +0800 +@@ -50,10 +50,11 @@ + author_email='gabriel@nacaolivre.org', + url='http://github.com/gabrielfalcao/httpretty', + zip_safe=False, +- packages=find_packages(HTTPRETTY_PATH, ('tests')), ++ packages=find_packages(), + tests_require=test_packages(), + install_requires=['urllib3'], + license='MIT', ++ test_suite='nose.collector', + classifiers=["Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Topic :: Software Development :: Testing"], +diff -ur httpretty-0.7.0.orig/tests/functional/test_requests.py httpretty-0.7.0/tests/functional/test_requests.py +--- tests/functional/test_requests.py 2013-10-08 05:42:31.000000000 +0800 ++++ tests/functional/test_requests.py 2013-12-02 15:43:48.763992391 +0800 +@@ -698,7 +698,7 @@ + response['response'].should.have.key("status").being.equal(200) + response['response'].should.have.key("body").being.an(unicode) + response['response'].should.have.key("headers").being.a(dict) +- response['response']["headers"].should.have.key("server").being.equal("TornadoServer/2.4") ++ response['response']["headers"].should.have.key("server").being.equal("TornadoServer") + + + def test_playing_calls(): diff --git a/dev-python/httpretty/httpretty-0.7.0.ebuild b/dev-python/httpretty/httpretty-0.7.0.ebuild new file mode 100644 index 000000000000..d25bdf8c8dee --- /dev/null +++ b/dev-python/httpretty/httpretty-0.7.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="HTTP client mock for Python" +HOMEPAGE="http://github.com/gabrielfalcao/httpretty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] + >=dev-python/coverage-3.5[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + >=dev-python/nose-1.2[${PYTHON_USEDEP}] + >=dev-python/requests-1.1[${PYTHON_USEDEP}] + >=dev-python/steadymark-0.4.5[${PYTHON_USEDEP}] + >=dev-python/sure-1.2.1[${PYTHON_USEDEP}] + >=www-servers/tornado-2.2[${PYTHON_USEDEP}] + " +# I believe we don't need unpackaged package markment +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} )" +DISTUTILS_NO_PARALLEL_BUILD=1 + +PATCHES=( "${FILESDIR}"/${P}-deps.patch ) + +python_prepare_all() { + distutils-r1_python_prepare_all + if ! use test; then + rm -rf tests/ + fi +} + +python_test() { + # https://github.com/gabrielfalcao/HTTPretty/issues/125 + nosetests tests/unit \ + -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + -e test_streaming_responses \ + tests/functional || die "Tests failed under ${EPYTHON}" + rm -rf tests/ "${BUILD_DIR}"/lib/tests/ || die +} diff --git a/dev-python/httpretty/httpretty-0.7.1.ebuild b/dev-python/httpretty/httpretty-0.7.1.ebuild new file mode 100644 index 000000000000..f1b718ebd2d7 --- /dev/null +++ b/dev-python/httpretty/httpretty-0.7.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="HTTP client mock for Python" +HOMEPAGE="http://github.com/gabrielfalcao/httpretty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] + >=dev-python/coverage-3.5[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + >=dev-python/nose-1.2[${PYTHON_USEDEP}] + >=dev-python/requests-1.1[${PYTHON_USEDEP}] + >=dev-python/steadymark-0.4.5[${PYTHON_USEDEP}] + >=dev-python/sure-1.2.1[${PYTHON_USEDEP}] + >=www-servers/tornado-2.2[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} )" + +python_prepare_all() { + distutils-r1_python_prepare_all + if ! use test; then + rm -rf tests/ + fi +} + +python_test() { + # https://github.com/gabrielfalcao/HTTPretty/issues/125 + nosetests tests/unit \ + -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + tests/functional || die "Tests failed under ${EPYTHON}" + rm -rf tests/ "${BUILD_DIR}"/lib/tests/ || die +} diff --git a/dev-python/httpretty/httpretty-0.8.0-r1.ebuild b/dev-python/httpretty/httpretty-0.8.0-r1.ebuild new file mode 100644 index 000000000000..c349abcc8e04 --- /dev/null +++ b/dev-python/httpretty/httpretty-0.8.0-r1.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="HTTP client mock for Python" +HOMEPAGE="http://github.com/gabrielfalcao/httpretty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/coverage-3.5[${PYTHON_USEDEP}] + >=dev-python/nose-1.2[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/sure[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/requests-1.1[${PYTHON_USEDEP}] + >=www-servers/tornado-2.2[${PYTHON_USEDEP}] + dev-python/ipdb[${PYTHON_USEDEP}] )" + +#Required for test phase +DISTUTILS_IN_SOURCE_BUILD=1 + +python_test() { + # https://github.com/gabrielfalcao/HTTPretty/issues/125, still occur + # py3.4 hangs on many tests and is deemed underdone + # Upstream does not make it clear whether py3.4 is sctually tested and supported. + # python2.7 has substantial failure in tests/functional/test_requests.py and is removed. + # Some tests excluded attempt connection to the network + # On testing in the state below, py2.7 still has a tally of FAILED (failures=5) + # that occur within the folder tests/unit which upstream should address. + # https://github.com/gabrielfalcao/HTTPretty/issues/236 Bug #532106 + + if [[ "${EPYTHON}" == python3.4 ]]; then + einfo "python3.4 not adequately supported in testsuite" + elif [[ "${EPYTHON}" == python2.7 ]]; then + rm -f tests/functional/test_requests.py || die + nosetests -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + -e test_httpretty_bypasses_when_disabled \ + -e test_using_httpretty_with_other_tcp_protocols \ + tests/unit \ + tests/functional || die "Tests failed under python2.7" + else + nosetests -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + -e test_httpretty_bypasses_when_disabled \ + -e test_using_httpretty_with_other_tcp_protocols \ + tests/unit \ + tests/functional || die "Tests failed under python3.3" + fi + + rm -rf "${BUILD_DIR}"/../tests/ || die +} diff --git a/dev-python/httpretty/httpretty-0.8.0.ebuild b/dev-python/httpretty/httpretty-0.8.0.ebuild new file mode 100644 index 000000000000..111a360c0044 --- /dev/null +++ b/dev-python/httpretty/httpretty-0.8.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{3,4} ) + +inherit distutils-r1 + +DESCRIPTION="HTTP client mock for Python" +HOMEPAGE="http://github.com/gabrielfalcao/httpretty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="amd64 x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/coverage-3.5[${PYTHON_USEDEP}] + >=dev-python/nose-1.2[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/sure[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/requests-1.1[${PYTHON_USEDEP}] + >=www-servers/tornado-2.2[${PYTHON_USEDEP}] + dev-python/ipdb )" + +python_prepare_all() { + distutils-r1_python_prepare_all + if ! use test; then + rm -rf tests/ + fi +} + +python_test() { + # https://github.com/gabrielfalcao/HTTPretty/issues/125 + nosetests tests/unit \ + -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + tests/functional || die "Tests failed under ${EPYTHON}" + rm -rf tests/ "${BUILD_DIR}"/lib/tests/ || die +} diff --git a/dev-python/httpretty/httpretty-0.8.10.ebuild b/dev-python/httpretty/httpretty-0.8.10.ebuild new file mode 100644 index 000000000000..c349abcc8e04 --- /dev/null +++ b/dev-python/httpretty/httpretty-0.8.10.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="HTTP client mock for Python" +HOMEPAGE="http://github.com/gabrielfalcao/httpretty" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/coverage-3.5[${PYTHON_USEDEP}] + >=dev-python/nose-1.2[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/sure[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + >=dev-python/requests-1.1[${PYTHON_USEDEP}] + >=www-servers/tornado-2.2[${PYTHON_USEDEP}] + dev-python/ipdb[${PYTHON_USEDEP}] )" + +#Required for test phase +DISTUTILS_IN_SOURCE_BUILD=1 + +python_test() { + # https://github.com/gabrielfalcao/HTTPretty/issues/125, still occur + # py3.4 hangs on many tests and is deemed underdone + # Upstream does not make it clear whether py3.4 is sctually tested and supported. + # python2.7 has substantial failure in tests/functional/test_requests.py and is removed. + # Some tests excluded attempt connection to the network + # On testing in the state below, py2.7 still has a tally of FAILED (failures=5) + # that occur within the folder tests/unit which upstream should address. + # https://github.com/gabrielfalcao/HTTPretty/issues/236 Bug #532106 + + if [[ "${EPYTHON}" == python3.4 ]]; then + einfo "python3.4 not adequately supported in testsuite" + elif [[ "${EPYTHON}" == python2.7 ]]; then + rm -f tests/functional/test_requests.py || die + nosetests -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + -e test_httpretty_bypasses_when_disabled \ + -e test_using_httpretty_with_other_tcp_protocols \ + tests/unit \ + tests/functional || die "Tests failed under python2.7" + else + nosetests -e test_recording_calls \ + -e test_playing_calls \ + -e test_callback_setting_headers_and_status_response \ + -e test_httpretty_bypasses_when_disabled \ + -e test_using_httpretty_with_other_tcp_protocols \ + tests/unit \ + tests/functional || die "Tests failed under python3.3" + fi + + rm -rf "${BUILD_DIR}"/../tests/ || die +} diff --git a/dev-python/httpretty/metadata.xml b/dev-python/httpretty/metadata.xml new file mode 100644 index 000000000000..9685d5af5113 --- /dev/null +++ b/dev-python/httpretty/metadata.xml @@ -0,0 +1,9 @@ + + + + openstack + + httpretty + gabrielfalcao/httpretty + + -- cgit v1.2.3-65-gdbad