From e23cdda4dbb0c83b9e682ab5e916085a35203da5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Jun 2018 07:00:28 +0100 Subject: gentoo resync : 23.06.2018 --- dev-python/irc/Manifest | 6 +--- dev-python/irc/irc-11.0.1.ebuild | 40 --------------------------- dev-python/irc/irc-15.0.2.ebuild | 60 ---------------------------------------- dev-python/irc/metadata.xml | 6 +--- 4 files changed, 2 insertions(+), 110 deletions(-) delete mode 100644 dev-python/irc/irc-11.0.1.ebuild delete mode 100644 dev-python/irc/irc-15.0.2.ebuild (limited to 'dev-python/irc') diff --git a/dev-python/irc/Manifest b/dev-python/irc/Manifest index 94ebacf91ab1..9f107f1e49a7 100644 --- a/dev-python/irc/Manifest +++ b/dev-python/irc/Manifest @@ -1,7 +1,3 @@ -DIST irc-11.0.1.zip 120409 BLAKE2B dea62b33cbbe6bc9499bf0114ed66edff8cfb0181335c2442df264f334f1b064b8a2eacc65394b18a2af4a2eeeb2a1416dc2f9a3115d7cf70790ec798bc66db1 SHA512 fca2fe653d921c9ec65dfb2b072c16658d88d4a22ae91568b1eaf722a90179920808db157f587afe6de0055af3a04a528eb9022122e539150e5635f05b58f466 -DIST irc-15.0.2.tar.gz 81790 BLAKE2B 03eb70b90d0e3ad7d8d43b6d3cfbe48adc210d724a8d521918321189b06759ad4edac488a66b70a4395e322972a1343c815b2e9d09eb9cc36f5157f280be322a SHA512 5f6daa539a9ae665b0153d97ab11f246040963d9109d84efde0a92cbe200c2a6e8126120eee11b4bc92d65d415946627116b62cde07bebeb68a7105af40f98ab DIST irc-15.0.6.tar.gz 81996 BLAKE2B b5d329b70404a92d4f69cc3fef2be374b0a1e98e04588b7f2f7f7c241dc3d72122f813b67e48522b7779dfdf90478db6ff10cda3c66b621f7c4a099142d533f0 SHA512 48240eb496a3c88310f02cf092b8e19e4aa8d8dc165a9a8a39c313490a69ecc29ac67db297436df5e86e7253e2481bd19bc0429ea9cc359089a5cd6179125c0f -EBUILD irc-11.0.1.ebuild 1058 BLAKE2B f2239994763494170621bdf2fce955d80bf09ca42966c8fefabe5898a179550db817b9820defd1af63c8666dc38f38233587439bf691c447af85c0ceeb5db7c0 SHA512 3fecbcd9053445d79aa566748ae22bd83583e3d58cd2ef45ededa958dbdfa4033ef2ca8296e206400702f8737ec58862360e12276566c36a6a312d2f1a53f01c -EBUILD irc-15.0.2.ebuild 1585 BLAKE2B e6deff506c9fa714023dcd28ff71e31a926832eba1f39c4f9f8bd764cebe7819632625240a364e1f879d8347d0ef9f8b28deb1ff1d5dbf31f179d159376c88e3 SHA512 010c5830c9717f23088867e090647295f73cdcbb01642d67ca936cc08595a53bb155e44b1f120821010dc4422f8ada908e2a7f66e3f4853604a8640758015443 EBUILD irc-15.0.6.ebuild 1597 BLAKE2B 67909f9c9f586c6ed63850ceb6df56aeae9404ab65ad5702a561667c6e624c5157ee46a90a8975e27ef28bdf39ce24f78d8e15d96fb0cb3d2dd13626ea0a5a7b SHA512 df65de77ef9fdb42bfd560212e5c9e86fb1d6febb58e4691a1a8ac3392b424709e81614b22c301f775b40e7682cb938012f4d98298ffad6e1dd62c1600af9ecb -MISC metadata.xml 814 BLAKE2B 53d9fda06527fb39d9629b3d76faf270650a17c4142fd61b512a41090eddc3665acac16187a172e20de0cf987952cf8f9024961d3d4aa0ba6d3ae440873592c6 SHA512 97c3129365cbe22cf31f5ea6147163b21da942f65838330d608ddbc41a516f2600e0bc00e7fef18ee53f7a51cc1682650684283a8abf45a4ae28972939783e05 +MISC metadata.xml 690 BLAKE2B 5bee1fd162cf7a46ee59a40c945991887fe187d09b647907a2e05b80dbd9327d039d40986b5b5549e27f8729153880a234ea50c9601e171b5cfa13de295d6ba8 SHA512 1aadd270ebeedd1ffaea3f62bb804e48f94f822ac6f4d8502753259c098c7b18a5a94d0643f35eab2df47ef3537d513e37bbb9d04b619cf88580a4d5a463095d diff --git a/dev-python/irc/irc-11.0.1.ebuild b/dev-python/irc/irc-11.0.1.ebuild deleted file mode 100644 index 29fbdd70e186..000000000000 --- a/dev-python/irc/irc-11.0.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="IRC client framework written in Python" -HOMEPAGE="https://github.com/jaraco/irc" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" - -RDEPEND=" - !>=dev-python/python-irclib-3.2.2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/jaraco-utils[${PYTHON_USEDEP}]" - -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/hgtools-5[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )" - -# A doc folder is present however it appears to be used for doctests - -python_test() { - py.test irc/tests || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( scripts/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/irc/irc-15.0.2.ebuild b/dev-python/irc/irc-15.0.2.ebuild deleted file mode 100644 index c58d4a5e56c9..000000000000 --- a/dev-python/irc/irc-15.0.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="IRC client framework written in Python" -HOMEPAGE="https://github.com/jaraco/irc" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/jaraco-collections[${PYTHON_USEDEP}] - dev-python/jaraco-stream[${PYTHON_USEDEP}] - dev-python/jaraco-text[${PYTHON_USEDEP}] - >=dev-python/jaraco-itertools-1.8[${PYTHON_USEDEP}] - dev-python/jaraco-logging[${PYTHON_USEDEP}] - >=dev-python/jaraco-functools-1.5[${PYTHON_USEDEP}] - dev-python/more-itertools[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/tempora-1.6[${PYTHON_USEDEP}] -" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - >=dev-python/pytest-2.8[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - dev-python/backports-unittest-mock[${PYTHON_USEDEP}] - ) - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/rst-linker[${PYTHON_USEDEP}] - ) -" - -python_compile_all() { - use doc && esetup.py build_sphinx -} - -python_test() { - py.test || die "Tests failed with ${EPYTHON}" -} - -python_install_all() { - if use examples; then - insinto "/usr/share/doc/${PF}" - docompress -x "/usr/share/doc/${PF}/scripts" - doins -r scripts - fi - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/irc/metadata.xml b/dev-python/irc/metadata.xml index f4d5c71852d1..ed4ab5f0cd27 100644 --- a/dev-python/irc/metadata.xml +++ b/dev-python/irc/metadata.xml @@ -2,13 +2,9 @@ - sautier.louis@gmail.com + sbraz@gentoo.org Louis Sautier - - proxy-maint@gentoo.org - Proxy Maintainers - This project includes an event-driven IRC client framework written in Python, as well as an object-oriented wrapper class and some example programs. -- cgit v1.2.3