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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A180139337 for ; Sun, 1 Aug 2021 21:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8FAEE09E7; Sun, 1 Aug 2021 21:33:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE48E09E8 for ; Sun, 1 Aug 2021 21:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC805343BEC for ; Sun, 1 Aug 2021 21:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A6B985B for ; Sun, 1 Aug 2021 21:33:26 +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: <1627853527.90fc6fe4069ef6601d136c9bfb86d3a043a8a23d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/emoji/Manifest dev-python/emoji/emoji-0.5.4.ebuild dev-python/emoji/emoji-1.2.1.ebuild X-VCS-Directories: dev-python/emoji/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90fc6fe4069ef6601d136c9bfb86d3a043a8a23d X-VCS-Branch: master Date: Sun, 1 Aug 2021 21:33:26 +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: 12b07a9c-48ae-4301-ac18-8ccc76358c96 X-Archives-Hash: 61a648d6437eb5183b660580310cce33 commit: 90fc6fe4069ef6601d136c9bfb86d3a043a8a23d Author: Michał Górny gentoo org> AuthorDate: Sun Aug 1 21:32:07 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 1 21:32:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fc6fe4 dev-python/emoji: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/emoji/Manifest | 2 -- dev-python/emoji/emoji-0.5.4.ebuild | 18 ------------------ dev-python/emoji/emoji-1.2.1.ebuild | 18 ------------------ 3 files changed, 38 deletions(-) diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest index 2be345fa88b..1e807e3d57d 100644 --- a/dev-python/emoji/Manifest +++ b/dev-python/emoji/Manifest @@ -1,3 +1 @@ -DIST emoji-0.5.4.tar.gz 43402 BLAKE2B a7d94af22d09159e23b160300f70372c08c095fae3be45e204e5be73a907cd4ffcbad00aeed4c85ec0048ae1a5fdedce52105bcfc1557217d3b53002e1770267 SHA512 20e592247f8bc9bc0a030181904d806b50768b444b728d074afa58896e258ca664b4983de5c51b7624b585edcd93e05a34b8df722f4d0eefb625ce11fbb63d0d -DIST emoji-1.2.1.tar.gz 158090 BLAKE2B c16ff949611f9453c3c073d466ddde75f31029fb4ec2160ba003dc94d1857c3d6f1de060220869f76fd94ab11539e7ea4bcff81211b7354c1f0e6bedc131e178 SHA512 b654494aab90c3ca4ec17331ba6504e2f16b46226170e170971f5f86553e025027e23d2e02020c899d5251e50bd8b78d4db3ea1a017b4eb371562595e4a9a5a7 DIST emoji-1.4.2.tar.gz 222120 BLAKE2B 8771c7289a41fc741c54b3096df4ba6099dfdc3bcdc72282c93c565376e8fdb2e5939949a206cb01bfb1f2d663f840cd958e4d762f9da45639c49e52f3410947 SHA512 abf7fcaa922963c990330ebb6fd26c1613ffbdcbd6cabdf44e977b54df4b9c80c30e70e0ed0a9d9311c2fb95423df052e4e9c22d95510eab10eb3754084622ed diff --git a/dev-python/emoji/emoji-0.5.4.ebuild b/dev-python/emoji/emoji-0.5.4.ebuild deleted file mode 100644 index 75912bf0e12..00000000000 --- a/dev-python/emoji/emoji-0.5.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8}) - -inherit distutils-r1 - -DESCRIPTION="Emoji for Python" -HOMEPAGE="https://github.com/carpedm20/emoji/" -LICENSE="BSD" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -BDEPEND="" -RDEPEND="" diff --git a/dev-python/emoji/emoji-1.2.1.ebuild b/dev-python/emoji/emoji-1.2.1.ebuild deleted file mode 100644 index e0c85fabc80..00000000000 --- a/dev-python/emoji/emoji-1.2.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Emoji for Python" -HOMEPAGE="https://github.com/carpedm20/emoji/" -SRC_URI="https://github.com/carpedm20/emoji/archive/refs/tags/v.${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-v.${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -distutils_enable_tests pytest