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 00E2C158091 for ; Tue, 31 May 2022 07:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F728E099C; Tue, 31 May 2022 07:27:06 +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 2F876E099C for ; Tue, 31 May 2022 07:27:06 +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 42BEB341AE3 for ; Tue, 31 May 2022 07:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3860C4D7 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: <1653982007.8dfcd43f1626f6f44d922e39bbb2da5f2baf556c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/iuliia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/iuliia/Manifest dev-python/iuliia/iuliia-0.11.4.ebuild X-VCS-Directories: dev-python/iuliia/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8dfcd43f1626f6f44d922e39bbb2da5f2baf556c 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: f0398f36-1a80-4058-8782-93f4796526e4 X-Archives-Hash: b8a62cfb263320fca1d4d103eef2da4e commit: 8dfcd43f1626f6f44d922e39bbb2da5f2baf556c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 31 06:13:54 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 31 07:26:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dfcd43f dev-python/iuliia: drop 0.11.4 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/iuliia/Manifest | 1 - dev-python/iuliia/iuliia-0.11.4.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/iuliia/Manifest b/dev-python/iuliia/Manifest index 0621c9a34..cbd260e4b 100644 --- a/dev-python/iuliia/Manifest +++ b/dev-python/iuliia/Manifest @@ -1,2 +1 @@ -DIST iuliia-0.11.4.tar.gz 21376 BLAKE2B 181c7ace6ff35c10d6dbb1669621f94e51391ae4dc22c0f1d046856c99c7fce2dfd8d70f395b9dfa58d00212f3010049d02bcf8cf1ff9ac215274ae31236355e SHA512 29b36c1df9ddd4ddd0700d93f42615729984e82b20e5b8d9e72040936ee50b6df06cea95eca98497d12992913a6618ab67900d2f60e32f6c8d1043e784781827 DIST iuliia-0.11.5.tar.gz 21585 BLAKE2B 99492fb2783b92ed36231fdaaf06ff405e4ec29fa0766a29657a4fce901050e995cb88238fccffbd7bb80ab949d4b6428ad6cb251cb35568d7b95f4e650e0686 SHA512 86e9dbff7a32486ed35782055fdabb6abb014ceb4e4f26acc0933007f4be11ccbb439e13d01edfcadd19b64e241bfacbce1d4e2faf368d9aa697f3d307b4ff84 diff --git a/dev-python/iuliia/iuliia-0.11.4.ebuild b/dev-python/iuliia/iuliia-0.11.4.ebuild deleted file mode 100644 index 010563821..000000000 --- a/dev-python/iuliia/iuliia-0.11.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" -inherit distutils-r1 - -DESCRIPTION="Transliterate Cyrillic to Latin in every possible way" -HOMEPAGE=" - https://dangry.ru/iuliia/ - https://pypi.org/project/iuliia/ - https://github.com/nalgeon/iuliia-py -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest