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 84B8515808C for ; Thu, 17 Mar 2022 08:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 780FCE085B; Thu, 17 Mar 2022 08:34:07 +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 2E4BFE0848 for ; Thu, 17 Mar 2022 08:34:07 +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 AF9AE343560 for ; Thu, 17 Mar 2022 08:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D803332A for ; Thu, 17 Mar 2022 08:34:03 +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: <1647505821.a44d8faf7bfd3686c94a0e3be1d2cce3e5adda98.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polygon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/polygon/Manifest dev-python/polygon/polygon-3.0.7-r1.ebuild dev-python/polygon/polygon-3.0.7.ebuild X-VCS-Directories: dev-python/polygon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a44d8faf7bfd3686c94a0e3be1d2cce3e5adda98 X-VCS-Branch: master Date: Thu, 17 Mar 2022 08:34:03 +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: 353c6016-36fc-4039-875d-c123b225981a X-Archives-Hash: 829262af4e262342fdae66555e9f1cf9 commit: a44d8faf7bfd3686c94a0e3be1d2cce3e5adda98 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 17 08:30:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 17 08:30:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44d8faf dev-python/polygon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/polygon/Manifest | 1 - dev-python/polygon/polygon-3.0.7-r1.ebuild | 45 ----------------------------- dev-python/polygon/polygon-3.0.7.ebuild | 46 ------------------------------ 3 files changed, 92 deletions(-) diff --git a/dev-python/polygon/Manifest b/dev-python/polygon/Manifest index 7f1bd9af2495..2d7a50f65071 100644 --- a/dev-python/polygon/Manifest +++ b/dev-python/polygon/Manifest @@ -1,2 +1 @@ -DIST Polygon3-3.0.7.zip 76193 BLAKE2B 57ef62b6652400be057e8596f705e2112caef09208aafa7e46686f86367181dc078cbfc6ade99af22cce7fc0a76ec1de2995885ba4c11263444ca315029c38d7 SHA512 e30cd8e51ad69a2d76b61a7d92ead4ac352e729093546b965f649866fd9c6a860e3cdcd9fcd7f8cc9f8d7735ccd1128fb5af00b3de89e4efd7128e446a70b33b DIST polygon-3.0.9.gh.tar.gz 76241 BLAKE2B cb670e595403a4a927c78bcba61fc7f28eaaae3dc16a36b105fda880f25134e187886579f7e986653f05fe3f6f2d552ac5b23c8be8ba61bcc0ce0fb733692882 SHA512 d6ce104df45666f5321cd3ef1582853b47b681a19238eb9772b7688333815ac4f5d9a5ab0aadc56301c10019e196efc6e6062e856f6ef8872d992ecd406f3b87 diff --git a/dev-python/polygon/polygon-3.0.7-r1.ebuild b/dev-python/polygon/polygon-3.0.7-r1.ebuild deleted file mode 100644 index abdaae630441..000000000000 --- a/dev-python/polygon/polygon-3.0.7-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python package to handle polygonal shapes in 2D" -HOMEPAGE="https://www.j-raedler.de/projects/polygon/" -SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip" -S="${WORKDIR}/Polygon3-${PV}" - -LICENSE="LGPL-2" -SLOT="3" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="examples" - -BDEPEND="app-arch/unzip" - -DOCS=( doc/{Polygon.txt,Polygon.pdf} ) - -python_prepare_all() { - if use examples; then - mkdir examples || die - mv doc/{Examples.py,testpoly.gpf} examples || die - fi - - distutils-r1_python_prepare_all -} - -python_test() { - "${EPYTHON}" test/Test.py -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} diff --git a/dev-python/polygon/polygon-3.0.7.ebuild b/dev-python/polygon/polygon-3.0.7.ebuild deleted file mode 100644 index 7e55b589af0f..000000000000 --- a/dev-python/polygon/polygon-3.0.7.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python package to handle polygonal shapes in 2D" -HOMEPAGE="https://www.j-raedler.de/projects/polygon/" -SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip" - -LICENSE="LGPL-2" -SLOT="3" -KEYWORDS="amd64 ppc x86" -IUSE="examples" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/Polygon3-${PV}" - -DOCS=( doc/{Polygon.txt,Polygon.pdf} ) - -python_prepare_all() { - if use examples; then - mkdir examples || die - mv doc/{Examples.py,testpoly.gpf} examples || die - fi - - distutils-r1_python_prepare_all -} - -python_test() { - "${EPYTHON}" test/Test.py -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -}