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 C6CD815808C for ; Wed, 23 Feb 2022 13:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96F3E0972; Wed, 23 Feb 2022 13:44:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89527E0972 for ; Wed, 23 Feb 2022 13:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5879F343157 for ; Wed, 23 Feb 2022 13:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9C122F0 for ; Wed, 23 Feb 2022 13:44:42 +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: <1645622982.cf9bb93b28c6a82fcb04b7789380c5472922d70c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/makefun/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/makefun/Manifest dev-python/makefun/makefun-1.13.1.ebuild dev-python/makefun/metadata.xml X-VCS-Directories: dev-python/makefun/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: cf9bb93b28c6a82fcb04b7789380c5472922d70c X-VCS-Branch: dev Date: Wed, 23 Feb 2022 13:44:42 +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: 3aec3bd6-6f07-4baf-a3f2-c83f42ba495a X-Archives-Hash: 8e5a0096d7c397c78faf5e0eedef984e commit: cf9bb93b28c6a82fcb04b7789380c5472922d70c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 21 19:05:56 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Feb 23 13:29:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf9bb93b dev-python/makefun: treeclean (moved to ::gentoo) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/makefun/Manifest | 1 - dev-python/makefun/makefun-1.13.1.ebuild | 30 ------------------------------ dev-python/makefun/metadata.xml | 13 ------------- 3 files changed, 44 deletions(-) diff --git a/dev-python/makefun/Manifest b/dev-python/makefun/Manifest deleted file mode 100644 index e64a9b497..000000000 --- a/dev-python/makefun/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST makefun-1.13.1.tar.gz 72170 BLAKE2B b1b5e76277e742ef51bcdf2bf6f1d1e761010d75bc3f20d7a8c079b368972b90775bd3bb23cf1787911a8d858549d72d4a2c9379675e59f359486bf1c49566e2 SHA512 ae103d3827673c4124d051e3c76d3d0d126c783ac7a1ea09de3801fd695439eaa549c297bd5c262184a3ee6fdf7b046065081fa3183642778148c2134d7bfc06 diff --git a/dev-python/makefun/makefun-1.13.1.ebuild b/dev-python/makefun/makefun-1.13.1.ebuild deleted file mode 100644 index 4e484a6ec..000000000 --- a/dev-python/makefun/makefun-1.13.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -inherit distutils-r1 docs - -DESCRIPTION="Small library to dynamically create python functions" -HOMEPAGE="https://pypi.org/project/makefun/ https://github.com/smarie/python-makefun" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_prepare_all() { - sed "/pytest-runner/d" -i setup.cfg || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - docs_compile -} diff --git a/dev-python/makefun/metadata.xml b/dev-python/makefun/metadata.xml deleted file mode 100644 index 2af7ed73a..000000000 --- a/dev-python/makefun/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - cyber+gentoo@sysrq.in - Anna - - - makefun - smarie/python-makefun - https://smarie.github.io/python-makefun/ - -