diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-26 17:49:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-26 17:49:15 +0100 |
commit | d31dc3a0e42203e1e0892eddd7429457e635dd7c (patch) | |
tree | d9f329cfd5cd1beba20087bf9b1be5afa0edd1b7 /dev-python/emoji | |
parent | dev-python/nh3: Bump to 0.2.17 (diff) | |
download | gentoo-d31dc3a0e42203e1e0892eddd7429457e635dd7c.tar.gz gentoo-d31dc3a0e42203e1e0892eddd7429457e635dd7c.tar.bz2 gentoo-d31dc3a0e42203e1e0892eddd7429457e635dd7c.zip |
dev-python/emoji: Bump to 2.11.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/emoji')
-rw-r--r-- | dev-python/emoji/Manifest | 1 | ||||
-rw-r--r-- | dev-python/emoji/emoji-2.11.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest index 402c265830c8..dc0d107ae04e 100644 --- a/dev-python/emoji/Manifest +++ b/dev-python/emoji/Manifest @@ -1 +1,2 @@ DIST emoji-2.10.1.gh.tar.gz 489388 BLAKE2B 50cf422b77e92ac7f4f395775d78428c24d061bedb8fe80291b7147eb21bc6423d9d9f3733b651b5632fd2e93516930f5be1413dfb3de81354fd077565332592 SHA512 d4e5a2f434a916e47c78ffffda277d239da57aa028e53b2d92507d1f0274540fc613b9fc6ce6b5d60b48813eda1e6d9b6b3e102aea4fca8df722a5d2e5827c25 +DIST emoji-2.11.0.gh.tar.gz 502049 BLAKE2B fe5ecfd85cbdf4812818538c601ae42e7fe50ab01da95af6f1a1f68cf11b9e4dfe8e66a191990f28bb92f5f21807c4fab80035488debe7cf90dedc6e132be189 SHA512 2b8263dcb84a73a54c17b63a878d2f6446b41742fd3148d0be6124acc176c97a6b5cdae72bd9bb22b7a384896a8f875f7dd6962cc5bd72700f9b7e5d568c7fd4 diff --git a/dev-python/emoji/emoji-2.11.0.ebuild b/dev-python/emoji/emoji-2.11.0.ebuild new file mode 100644 index 000000000000..e71c124e54b5 --- /dev/null +++ b/dev-python/emoji/emoji-2.11.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Emoji for Python" +HOMEPAGE=" + https://github.com/carpedm20/emoji/ + https://pypi.org/project/emoji/ +" +SRC_URI=" + https://github.com/carpedm20/emoji/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" + +distutils_enable_tests pytest |