From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 614A015813A for ; Sat, 04 Jan 2025 12:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6050CE079C; Sat, 04 Jan 2025 12:40:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24397E079C for ; Sat, 04 Jan 2025 12:40:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 213B0340754 for ; Sat, 04 Jan 2025 12:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E2E41992 for ; Sat, 04 Jan 2025 12:40:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1735993840.184e9940db80e9d4b48833e06e016e391f7f0639.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/livereload/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/livereload/Manifest dev-python/livereload/livereload-2.7.0.ebuild X-VCS-Directories: dev-python/livereload/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 184e9940db80e9d4b48833e06e016e391f7f0639 X-VCS-Branch: master Date: Sat, 04 Jan 2025 12:40:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee02660a-5f49-4325-8694-050226837e59 X-Archives-Hash: a440197f9c6fd726032ce9099f2f197f commit: 184e9940db80e9d4b48833e06e016e391f7f0639 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 4 12:30:40 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 4 12:30:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184e9940 dev-python/livereload: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/livereload/Manifest | 1 - dev-python/livereload/livereload-2.7.0.ebuild | 46 --------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/livereload/Manifest b/dev-python/livereload/Manifest index 53b81fa8b141..ea86806f48b2 100644 --- a/dev-python/livereload/Manifest +++ b/dev-python/livereload/Manifest @@ -1,2 +1 @@ -DIST python-livereload-2.7.0.gh.tar.gz 26138 BLAKE2B 4cb2fd5352cbb68f09c914000e37b8305d66c9735e232e5eccad3ea1016ffc6d3da0846ebce048385f6606ceaa176b8df77461d9a0ca939a2f65d089cec9c3e9 SHA512 676f50b9300e1582177493cef24f4e2b10a4e385d0de780bf9161dee66e3063420338021464477c8079bffd0e4690a4b0d15c71025ebf1959addbaa6e69fa8bb DIST python-livereload-2.7.1.gh.tar.gz 26793 BLAKE2B e06bc364c660189d51b9553614e37a70fabeccf16d9af15763b398936e4889e6d7ed760145e424da22da3ff4a0b53cbcc7de8e226a6938025ee5d8dfcfd54410 SHA512 a0c5a316ad5d34518b6ca44cddff51ba45d60a8ba24de767e791aa529e4ab22accf15916321fea755e67f4fd0aecb1e0ed840142662c27c8eaa6cad5dc2a7399 diff --git a/dev-python/livereload/livereload-2.7.0.ebuild b/dev-python/livereload/livereload-2.7.0.ebuild deleted file mode 100644 index 3d444865528f..000000000000 --- a/dev-python/livereload/livereload-2.7.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -MY_P=python-livereload-${PV} -DESCRIPTION="livereload server in Python" -HOMEPAGE=" - https://github.com/lepture/python-livereload/ - https://pypi.org/project/livereload/ -" -SRC_URI=" - https://github.com/lepture/python-livereload/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="examples" - -RDEPEND=" - dev-python/tornado[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/furo \ - dev-python/myst-parser \ - dev-python/sphinxcontrib-programoutput - -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 -}