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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 419AC15ACFD for ; Sat, 29 Apr 2023 05:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC61E089E; Sat, 29 Apr 2023 05:20:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 10040E0895 for ; Sat, 29 Apr 2023 05:20:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9462341032 for ; Sat, 29 Apr 2023 05:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3125AA5B for ; Sat, 29 Apr 2023 05:20:34 +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: <1682745395.8f266bde55511e2236a57a942b5eeae7604153e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtsass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qtsass/Manifest dev-python/qtsass/qtsass-0.3.2.ebuild X-VCS-Directories: dev-python/qtsass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f266bde55511e2236a57a942b5eeae7604153e3 X-VCS-Branch: master Date: Sat, 29 Apr 2023 05:20:34 +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: df2b8cd3-a1bb-4e41-9a16-e2e7a3e62c9a X-Archives-Hash: ed2063fde1a256ca7c0b126a707fd199 commit: 8f266bde55511e2236a57a942b5eeae7604153e3 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 29 05:16:35 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 29 05:16:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f266bde dev-python/qtsass: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/qtsass/Manifest | 1 - dev-python/qtsass/qtsass-0.3.2.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/qtsass/Manifest b/dev-python/qtsass/Manifest index f0977c7c0be6..97a81980ef7c 100644 --- a/dev-python/qtsass/Manifest +++ b/dev-python/qtsass/Manifest @@ -1,2 +1 @@ -DIST qtsass-0.3.2.gh.tar.gz 28601 BLAKE2B a02a21fb80d977cff09d3af74f50b68f341163997b68bb0eddf8aa5011b523992ef33f8d7afb8ee8361261c9ae7c45c5a141cfc957fdd3e10dc07ceafac06101 SHA512 2939ac9b2536148541abda4f3ea2750e814054c70a96614880453bf1443643e463fda9d2d308b3051461f88b4cf53046fc2ea057b62a2190b70a4b3f6daf033b DIST qtsass-0.4.0.gh.tar.gz 29466 BLAKE2B 954016c3a7a1ced59a28a50284f284f6138caf6c97cabb2854c56a3c499741060d4de7717ec39733fc41dc221d11f16118380dfc252ee1f169466bacc7ba6ad9 SHA512 58b5b70c5f1c102817d6024acb0d72f496f55217950e5a52422965215b8dc8debf4c7c6d4724efb5609b75b675d81e99dccc9211c0804c75063d33127f25353e diff --git a/dev-python/qtsass/qtsass-0.3.2.ebuild b/dev-python/qtsass/qtsass-0.3.2.ebuild deleted file mode 100644 index dddfd7ed05b6..000000000000 --- a/dev-python/qtsass/qtsass-0.3.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Compile SASS files to Qt stylesheets" -HOMEPAGE="https://github.com/spyder-ide/qtsass" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/libsass[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/flaky[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest