diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 19:15:28 +0000 |
commit | da6a52f691ef980bab92d003d5df8f463c623af8 (patch) | |
tree | 4d89e0d5915f8a3f57c8f9c17420ba3f7b44b7b2 /dev-python/behave | |
parent | 80208fb578cf92cc308906660ca6d7860c6b2a1f (diff) |
gentoo resync : 10.03.2018
Diffstat (limited to 'dev-python/behave')
-rw-r--r-- | dev-python/behave/Manifest | 5 | ||||
-rw-r--r-- | dev-python/behave/behave-1.2.4.ebuild | 55 | ||||
-rw-r--r-- | dev-python/behave/behave-1.2.5.ebuild | 52 | ||||
-rw-r--r-- | dev-python/behave/metadata.xml | 4 |
4 files changed, 1 insertions, 115 deletions
diff --git a/dev-python/behave/Manifest b/dev-python/behave/Manifest index 408e3cef328b..0aeb4cdfe854 100644 --- a/dev-python/behave/Manifest +++ b/dev-python/behave/Manifest @@ -1,6 +1,3 @@ -DIST behave-1.2.4.tar.gz 343050 BLAKE2B 5257ae5b735f60160939c0ba6112046103b5ecf47362a56a0d350b825f16d3bac1efe7d7ab330af26c8e117d1be243ab55f35c814dcba185a9168ee6547db35f SHA512 98360202fdccaa6cdfaf70a2a658db06b8de0017fbaeb5bd8d33ae8f009444a29f9e75eab8a4b363eb7719ef10566fad5521372285f2998cfb6e3037df706a1c DIST behave-1.2.5.tar.gz 385738 BLAKE2B 0474d6442339ea263cbbc58a3d4ce86bd576d3b4a9e46cc14ebf9b722a07c4d85f7203791bab427188d24ffc75b92011dac3c967503177cae4e0d26d25d171c2 SHA512 137ede0baed9df154087249df8dcae81ab0cdf1de91a5790fca7ccf3231ba2ba4e64623abd2b8c9bfc459ab6575f68b9ef7e03e33ef79e524d9443a8489ec7fe -EBUILD behave-1.2.4.ebuild 1534 BLAKE2B ce465e4f559b8d46f312062783edc8e7ca2761b77357bd47d25b13cf39365501531cf7b6d3a589427e28f6056951e48edb3eeabfc0722b917c1c8ae1e48755d4 SHA512 4657569dc4ce605056acb857cbe9849fda3c46bf44ba247e5de33d6e4ef4792c63d282cda88d537121f011400b4ff799912c6c68aab28f43b4056dac031c40c1 EBUILD behave-1.2.5-r1.ebuild 1412 BLAKE2B 49fcd0d2f954ad557e0247e51239dd5e143007baf30b17549e2d9242955860cfd364f4c09acc8930c2b5a0653accf24adb7a22cb07cc55692b36b3ded6234d3e SHA512 0319d6fa4e829418a77d209489c204942c36364062ae5d1b71bac7415f6955dee1d49bc8631934bb65b50b668b1ed8cf92de715d66cd5d1941a74910d8fa6049 -EBUILD behave-1.2.5.ebuild 1402 BLAKE2B 8068991e5f53a723a2b161c6ada5ba1fd4e9cc272a91098744ee131db59514a45a142045db571e622925b1fe7b1aab29b996527aebb74d5a8946042751ae0372 SHA512 c22a7780fdcf0ecc9bfe8cb8e4d5bd4cbcbb11521ea59305f0a36db44f3de529abafc90247120898a3d0e269c34246331484f27a66a43317047d7c42daed6936 -MISC metadata.xml 368 BLAKE2B 2c6d51d9c57dc79bb3315ec3b1b53dc4c1fb6596c5727849426205c38c10fa025111389abf4138a2585f394c2fca14da2a36bdd043649791f0dd821876a8bbef SHA512 f29d96a30ae4dc3d48e38f9242e5b4fd048e61922f792615ac114ef8f1111a718318205413970217779ab77b640ac7491359e50ef57b66e00095214c46ebcd82 +MISC metadata.xml 261 BLAKE2B 36c9f189064357614d9be7714f08b4bf3616226e65ba0b571839897873ac629d6432b3ea89bcb896b11f1d2d7e335247c5356b5a5daaf45ffc01cb8ba5f3e43e SHA512 2fb363da61f79ff9d647644f210b3aa8d0ca307510816318f69b91c07a9ca6a0de5b23452ebf82cfff5b518c8314c8f94cfd116cc22f1b67ff949e63fd46ea09 diff --git a/dev-python/behave/behave-1.2.4.ebuild b/dev-python/behave/behave-1.2.4.ebuild deleted file mode 100644 index 92b9cdd4e69d..000000000000 --- a/dev-python/behave/behave-1.2.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="behaviour-driven development, Python style" -HOMEPAGE="https://github.com/behave/behave" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -DEPEND=" - doc? ( - >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-cheeseshop-0.2[${PYTHON_USEDEP}] - ) - test? ( - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/nose-1.1[${PYTHON_USEDEP}] - >=dev-python/pyhamcrest-1.8[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - >=dev-python/parse-1.6.3[${PYTHON_USEDEP}] - >=dev-python/parse-type-0.3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - nosetests || die "nosetests failed under ${EPYTHON}" - - rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" - - distutils_install_for_testing - - ${TEST_DIR}/scripts/behave -f progress --junit --tags=~@xfail features/ || die "behave features failed under ${EPYTHON}" - ${TEST_DIR}/scripts/behave -f progress --junit --tags=~@xfail tools/test-features/ || die "behave test-festures failed under ${EPYTHON}" - ${TEST_DIR}/scripts/behave -f progress --junit --tags=~@xfail issue.features/ || die "behave issue.features failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( build/docs/html/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/behave/behave-1.2.5.ebuild b/dev-python/behave/behave-1.2.5.ebuild deleted file mode 100644 index 431484a18584..000000000000 --- a/dev-python/behave/behave-1.2.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="behaviour-driven development, Python style" -HOMEPAGE="https://github.com/behave/behave" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-cheeseshop-0.2[${PYTHON_USEDEP}] - ) - test? ( - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - >=dev-python/nose-1.3[${PYTHON_USEDEP}] - >=dev-python/pyhamcrest-1.8[${PYTHON_USEDEP}] - ) -" -RDEPEND=" - >=dev-python/parse-1.6.3[${PYTHON_USEDEP}] - >=dev-python/parse-type-0.3.4[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - nosetests || die "nosetests failed under ${EPYTHON}" - - ${PYTHON} -m behave --tags='~@xfail' features/ || die "behave features failed under ${EPYTHON}" - ${PYTHON} -m behave --tags='~@xfail' tools/test-features/ || die "behave test-festures failed under ${EPYTHON}" - ${PYTHON} -m behave --tags='~@xfail' issue.features/ || die "behave issue.features failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( build/docs/html/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/behave/metadata.xml b/dev-python/behave/metadata.xml index 96b3ac49e9a5..c8179e523f89 100644 --- a/dev-python/behave/metadata.xml +++ b/dev-python/behave/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>alunduil@gentoo.org</email> - <name>Alex Brandt</name> - </maintainer> <upstream> <remote-id type="pypi">behave</remote-id> <remote-id type="github">behave/behave</remote-id> |