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 9E274138350 for ; Tue, 11 Feb 2020 11:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4200EE089A; Tue, 11 Feb 2020 11:42:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 237B6E0896 for ; Tue, 11 Feb 2020 11:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE65934EB57 for ; Tue, 11 Feb 2020 11:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46ABB12F for ; Tue, 11 Feb 2020 11:42:45 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1581421264.1cb09ae284836328b8b41d98b08bfab882b3be38.alexxy@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/metadata.xml X-VCS-Directories: dev-python/emoji/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 1cb09ae284836328b8b41d98b08bfab882b3be38 X-VCS-Branch: master Date: Tue, 11 Feb 2020 11:42:45 +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: ecf0efff-09da-46e8-96c6-69f34e16e827 X-Archives-Hash: 83b7ba1b028ae062136fa224269c8f76 commit: 1cb09ae284836328b8b41d98b08bfab882b3be38 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Feb 11 09:24:58 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Feb 11 11:41:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb09ae2 dev-python/emoji: Initial import Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/emoji/Manifest | 1 + dev-python/emoji/emoji-0.5.4.ebuild | 18 ++++++++++++++++++ dev-python/emoji/metadata.xml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest new file mode 100644 index 00000000000..16184f63db3 --- /dev/null +++ b/dev-python/emoji/Manifest @@ -0,0 +1 @@ +DIST emoji-0.5.4.tar.gz 43402 BLAKE2B a7d94af22d09159e23b160300f70372c08c095fae3be45e204e5be73a907cd4ffcbad00aeed4c85ec0048ae1a5fdedce52105bcfc1557217d3b53002e1770267 SHA512 20e592247f8bc9bc0a030181904d806b50768b444b728d074afa58896e258ca664b4983de5c51b7624b585edcd93e05a34b8df722f4d0eefb625ce11fbb63d0d diff --git a/dev-python/emoji/emoji-0.5.4.ebuild b/dev-python/emoji/emoji-0.5.4.ebuild new file mode 100644 index 00000000000..40104cfdb97 --- /dev/null +++ b/dev-python/emoji/emoji-0.5.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,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/metadata.xml b/dev-python/emoji/metadata.xml new file mode 100644 index 00000000000..5d5c5a18006 --- /dev/null +++ b/dev-python/emoji/metadata.xml @@ -0,0 +1,16 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + python@gentoo.org + Python + + + emoji + carpedm20/emoji + +