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 53BF4158099 for ; Sat, 25 Nov 2023 13:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7275C2BC02A; Sat, 25 Nov 2023 13:02:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5AF2A2BC02A for ; Sat, 25 Nov 2023 13:02:27 +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 8F87233FE2A for ; Sat, 25 Nov 2023 13:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE17EA64 for ; Sat, 25 Nov 2023 13:02:24 +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: <1700917342.f6669fc2403ece744e969248347bc9bc7f73afd1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyclipper/Manifest dev-python/pyclipper/pyclipper-1.3.0_p4.ebuild X-VCS-Directories: dev-python/pyclipper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f6669fc2403ece744e969248347bc9bc7f73afd1 X-VCS-Branch: master Date: Sat, 25 Nov 2023 13:02:24 +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: 5271b691-8270-4cc2-8cb4-485b87a4c8f3 X-Archives-Hash: dec49b6f1e98c7469dc66278bf83a8b8 commit: f6669fc2403ece744e969248347bc9bc7f73afd1 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 25 12:15:41 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 25 13:02:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6669fc2 dev-python/pyclipper: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyclipper/Manifest | 1 - dev-python/pyclipper/pyclipper-1.3.0_p4.ebuild | 36 -------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/pyclipper/Manifest b/dev-python/pyclipper/Manifest index 0ca84327182d..ba9ca6c998d5 100644 --- a/dev-python/pyclipper/Manifest +++ b/dev-python/pyclipper/Manifest @@ -1,2 +1 @@ -DIST pyclipper-1.3.0.post4.gh.tar.gz 51136 BLAKE2B 983f6003aaafefc4efeecd621094532b44414d8a2c4fc3d11272e3823ce5a78575576e4e3ced018d32bbca5e86afbe6305e3d43d09f66520cc1d95e3c5a988bf SHA512 cfcf195c2d7aca018adf1f59f6bd53ac08f8fca50738767c0d0f3fadf22da61a1cca4bd20b1147b4ffdd06bdd4624f0b63c05e650105660bb0a476ff2b1746d8 DIST pyclipper-1.3.0.post5.gh.tar.gz 51150 BLAKE2B 2751dbc2ca6c8ad664a1185f00c644b084e13bbb4bb54895003799988b8d56542dd4d4b793bfa33391aece59097e1ca9ee159631b844f41ade862ed187ed5dae SHA512 24dd783449fdefb035627289680959ca4a74f737573518d14fe899ec015a7f8781b391df861e1f8986d6e71c8295743ef5fa048f5da22dd493f5940e25a7f185 diff --git a/dev-python/pyclipper/pyclipper-1.3.0_p4.ebuild b/dev-python/pyclipper/pyclipper-1.3.0_p4.ebuild deleted file mode 100644 index 2f3dcc75cad9..000000000000 --- a/dev-python/pyclipper/pyclipper-1.3.0_p4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -MY_P=${P/_p/.post} -DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library" -HOMEPAGE=" - https://github.com/fonttools/pyclipper/ - https://pypi.org/project/pyclipper/ -" -SRC_URI=" - https://github.com/fonttools/pyclipper/archive/${PV/_p/.post}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -#