diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:07:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:07:39 +0200 |
commit | e978547879eddb931ca46c925909df8e985c7509 (patch) | |
tree | 4596182db610c2e0b5ef7e905a77eabe80afa3bd /dev-python/livereload | |
parent | dev-python/libtmux: Remove redundant versions (diff) | |
download | gentoo-e978547879eddb931ca46c925909df8e985c7509.tar.gz gentoo-e978547879eddb931ca46c925909df8e985c7509.tar.bz2 gentoo-e978547879eddb931ca46c925909df8e985c7509.zip |
dev-python/livereload: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/livereload')
-rw-r--r-- | dev-python/livereload/Manifest | 2 | ||||
-rw-r--r-- | dev-python/livereload/livereload-2.4.1.ebuild | 43 | ||||
-rw-r--r-- | dev-python/livereload/livereload-2.5.2.ebuild | 43 |
3 files changed, 0 insertions, 88 deletions
diff --git a/dev-python/livereload/Manifest b/dev-python/livereload/Manifest index 7a5213ac5df3..284dc3221c37 100644 --- a/dev-python/livereload/Manifest +++ b/dev-python/livereload/Manifest @@ -1,3 +1 @@ -DIST livereload-2.4.1.tar.gz 25593 BLAKE2B 97a37349f14cb9d1841ec78cc3d1965b59f65f86b00cb972b9b726364f7f34e6409853f8af32215c6bd400698f9b3ac2b947ac7864a8df15ccec8badddaa0cfe SHA512 9106fe1894092ab336270f539be41d4db2d277560a41898e45014e34783ab0b601c993a5a5831c951d313db98ea835aecc8eb31468ba186e243a28df75bfe9bb -DIST livereload-2.5.2.tar.gz 27070 BLAKE2B 9d2af1eb313f8fd6e7a5176565c3f7a9ab7d8a36260d568d47a427e14e8ed76c0edb0c227ba5784681c82d7c7b5994e151d14302d8c9d0e76caea7d12e130586 SHA512 bb4ba50a31a912051f6036754bfc6ce7ba33b1b8abd5a20ac151f996e347d84367d4cc26f9c798ed6aef487ea335e1591d40ebd1c12f9487f74992e53e129749 DIST livereload-2.6.1.tar.gz 28324 BLAKE2B e6b9d107b5848916548e3665461dc90c1a37124496b4066aab45c62c57f0287f23d3883321bc2c67a053f981336c84ff47d1a459c9f10bb8965ea11236d07d2d SHA512 c7f058687c715a46e24537105bae2788395c6664a69f9a78b1c357464818d17826515c66c537ab625ee5eeb99f162b1304006455f4da9b0bab9a67bacf12d3dc diff --git a/dev-python/livereload/livereload-2.4.1.ebuild b/dev-python/livereload/livereload-2.4.1.ebuild deleted file mode 100644 index f0ee8033d667..000000000000 --- a/dev-python/livereload/livereload-2.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Python LiveReload is an awesome tool for web developers" -HOMEPAGE="https://github.com/lepture/python-livereload" -SRC_URI="https://github.com/lepture/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64" -IUSE="examples test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND=" - ${CDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -RDEPEND=" - ${CDEPEND} - dev-python/six[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] -" - -python_test() { - nosetests || die "tests failed under ${EPYTHON}" -} - -python_install_all() { - if use examples; then - docinto examples - dodoc -r example/. - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/livereload/livereload-2.5.2.ebuild b/dev-python/livereload/livereload-2.5.2.ebuild deleted file mode 100644 index 487fd52dd92b..000000000000 --- a/dev-python/livereload/livereload-2.5.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Python LiveReload is an awesome tool for web developers" -HOMEPAGE="https://github.com/lepture/python-livereload" -SRC_URI="https://github.com/lepture/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND=" - ${CDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -RDEPEND=" - ${CDEPEND} - dev-python/six[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] -" - -python_test() { - nosetests || die "tests failed under ${EPYTHON}" -} - -python_install_all() { - if use examples; then - docinto examples - dodoc -r example/. - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} |