From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AC1D1582EF for ; Mon, 17 Feb 2025 14:02:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 87801343128 for ; Mon, 17 Feb 2025 14:02:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 54ADF110473; Mon, 17 Feb 2025 14:02:15 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 469CC110473 for ; Mon, 17 Feb 2025 14:02:15 +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 CAA4C343128 for ; Mon, 17 Feb 2025 14:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368C42735 for ; Mon, 17 Feb 2025 14:02:13 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1739800388.5dcde4ad5d21bfa63d4ebb00bef6f768c69a45f6.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/Manifest dev-python/pygaljs/metadata.xml dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5dcde4ad5d21bfa63d4ebb00bef6f768c69a45f6 X-VCS-Branch: dev Date: Mon, 17 Feb 2025 14:02:13 +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: 1acb7e87-31e0-49d8-8628-8f284a047404 X-Archives-Hash: affc8b575cacf1acc02bb1034c245eaf commit: 5dcde4ad5d21bfa63d4ebb00bef6f768c69a45f6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 17 13:53:08 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 17 13:53:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dcde4ad dev-python/pygaljs: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pygaljs/Manifest | 1 - dev-python/pygaljs/metadata.xml | 9 --------- dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild | 20 -------------------- 3 files changed, 30 deletions(-) diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest deleted file mode 100644 index ae21075e9..000000000 --- a/dev-python/pygaljs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pygaljs-1.0.2.tar.gz 89711 BLAKE2B 64287ac1238183e34b99275218f8598546b455f9de7df0f8285691e253a8421d1287eb9c499910eed47d2e971d4f709d0341a7e56129cbcca70c938105e1d5ad SHA512 d7e0000e8cc55cde9ca455c4761c83202a95aadb2431086cb5ee21b44307f35ccc8431a50b43699814d0cdec0d8f4c14df68ec19c0ad0ac27f2c7eec85799a82 diff --git a/dev-python/pygaljs/metadata.xml b/dev-python/pygaljs/metadata.xml deleted file mode 100644 index d5c9ec090..000000000 --- a/dev-python/pygaljs/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - ionelmc/python-pygaljs - pygaljs - - diff --git a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild b/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild deleted file mode 100644 index ab876876a..000000000 --- a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js" -HOMEPAGE=" - https://github.com/ionelmc/python-pygaljs - https://pypi.org/project/pygaljs/ -" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -distutils_enable_tests pytest