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 435F4158091 for ; Tue, 31 May 2022 07:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D89E0A02; Tue, 31 May 2022 07:27:08 +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 CC90EE0A02 for ; Tue, 31 May 2022 07:27:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11925341AE0 for ; Tue, 31 May 2022 07:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2E7A4F7 for ; Tue, 31 May 2022 07:27:03 +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: <1653982009.6c982d0fc597df510b2bc57eaad3507d40df5bb3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/statmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/statmake/Manifest dev-python/statmake/statmake-0.4.1.ebuild X-VCS-Directories: dev-python/statmake/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6c982d0fc597df510b2bc57eaad3507d40df5bb3 X-VCS-Branch: dev Date: Tue, 31 May 2022 07:27: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: 2a93a9ab-e6a6-4e98-b14d-d266b925007d X-Archives-Hash: 540862b5c98290a70315e9118645814a commit: 6c982d0fc597df510b2bc57eaad3507d40df5bb3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 07:04:02 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 31 07:26:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c982d0f dev-python/statmake: drop 0.4.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/statmake/Manifest | 1 - dev-python/statmake/statmake-0.4.1.ebuild | 39 ------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/statmake/Manifest b/dev-python/statmake/Manifest index f039602ef..c15a5d441 100644 --- a/dev-python/statmake/Manifest +++ b/dev-python/statmake/Manifest @@ -1,2 +1 @@ -DIST statmake-0.4.1.tar.gz 38631 BLAKE2B a13bdfe6ab255bb255315786dd23c3108a8549fe2ecc510699d9562647a9a5c0669c5d43c17252bf08e6052facbda81043226da876a71071107a4cbc9b8d872e SHA512 d0423427aa29982863eba80ac1f52e0e56589504a9b47d76c2145edd47f9cc49eb7a1efbb9dd08445efd39f61be71cea99076c328f77770b115190d31a4b5438 DIST statmake-0.5.0.tar.gz 39835 BLAKE2B cad6a4c8a803666ce45d165c46ce6278cdcb56de7a90166315ba229f07ac1202d4bd2e4db678e644e0eaea445b97b81c2eb2c24cdb9ad7d7d4fbee3465fb4bf8 SHA512 c28c85e5fce6904b109858b156ab607204b3ff906bb3ec09ca75a170f5640eba83fbdd310f6a5b70f123cfbff1b1af72af1bea541cfdec8175e52be273f8ac00 diff --git a/dev-python/statmake/statmake-0.4.1.ebuild b/dev-python/statmake/statmake-0.4.1.ebuild deleted file mode 100644 index d5e624721..000000000 --- a/dev-python/statmake/statmake-0.4.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="Generate STAT tables for variable fonts from .stylespace files" -HOMEPAGE="https://github.com/daltonmaag/statmake" -SRC_URI="https://github.com/daltonmaag/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/cattrs[${PYTHON_USEDEP}] - dev-python/fonttools[${PYTHON_USEDEP}] - ') -" -BDEPEND="test? ( - $(python_gen_cond_dep 'dev-python/ufo2ft[${PYTHON_USEDEP}]') -)" - -distutils_enable_tests pytest - -python_install() { - distutils-r1_python_install --skip-build - python_domodule "src/${PN}" -} - -python_test() { - local -x PYTHONPATH="${S}/src:${PYTHONPATH}" - epytest -}