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 19624158094 for ; Sun, 10 Jul 2022 18:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6809E0CAA; Sun, 10 Jul 2022 18:50:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A707E0CAA for ; Sun, 10 Jul 2022 18:50:46 +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 10C0233E690 for ; Sun, 10 Jul 2022 18:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5852F105 for ; Sun, 10 Jul 2022 18:50:43 +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: <1657479032.975997f3691d7438cc85439b727cb1dc8476e81f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtsass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qtsass/qtsass-0.3.0.ebuild X-VCS-Directories: dev-python/qtsass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 975997f3691d7438cc85439b727cb1dc8476e81f X-VCS-Branch: master Date: Sun, 10 Jul 2022 18:50:43 +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: df88fcb1-fae6-4de8-b463-3210ea715c0c X-Archives-Hash: 3bf638a7dc8ff9d491e7482c09e80d72 commit: 975997f3691d7438cc85439b727cb1dc8476e81f Author: Michał Górny gentoo org> AuthorDate: Sun Jul 10 18:47:39 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 10 18:50:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975997f3 dev-python/qtsass: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/qtsass/qtsass-0.3.0.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-python/qtsass/qtsass-0.3.0.ebuild b/dev-python/qtsass/qtsass-0.3.0.ebuild deleted file mode 100644 index f2529bcdfc42..000000000000 --- a/dev-python/qtsass/qtsass-0.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -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}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-python/libsass[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}/${P}-fix-py3.10.patch" -) - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # assert 1 == 2 - tests/test_watchers.py::test_watchers -)