add emoji-0.5.4

This commit is contained in:
Andreas Billmeier 2020-06-27 10:38:42 +02:00 committed by Andreas Billmeier
parent ae322ff340
commit 5131cd97c5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2020-06-27
* bump dynalite-devices-0.1.41
* add emoji-0.5.4
2020-06-21
* bump ptvsd-4.3.2

View File

@ -0,0 +1,3 @@
DIST emoji-0.5.4.tar.gz 43402 BLAKE2B a7d94af22d09159e23b160300f70372c08c095fae3be45e204e5be73a907cd4ffcbad00aeed4c85ec0048ae1a5fdedce52105bcfc1557217d3b53002e1770267 SHA512 20e592247f8bc9bc0a030181904d806b50768b444b728d074afa58896e258ca664b4983de5c51b7624b585edcd93e05a34b8df722f4d0eefb625ce11fbb63d0d
EBUILD emoji-0.5.4.ebuild 652 BLAKE2B f4bbc0c89c74f214b2cd5eaa78749d3fafece0f52a2a6e2cc836ed82353fa1dee9e59a367a236af8e675c118ee447714d8827b0a008ecfb23212728af9512dda SHA512 475b834162782957a0af56fd38f69a50477ebcc5882070847897cdc4233b8f932f267875fff80be0f44a58c59d9f6d76d54f67024ee8bca894a6fae4a24532cd
MISC metadata.xml 466 BLAKE2B e040c694ec6f958d36e8b91547e5d6099a007db651c8643b9c71e2d7d023a84db30799ce2b2208e468c3063abcda744cc3684579218eb376d2d31ef420c4c7a0 SHA512 c115728e992f5eb3d4dfcbb6f2ebc9cf94f7d007b950843ae357f86ab0d32e695ddb3789094050b46c2255a296f35f54f7b2eb5abf1acd69475f22559f7d3f69

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Emoji for Python"
HOMEPAGE="https://github.com/carpedm20/emoji/ https://pypi.org/project/emoji/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">emoji</remote-id>
<maintainer status="unknown">
<email>carpedm20@gmail.com</email>
<name>Taehoon Kim and Kevin Wurster</name>
</maintainer>
</upstream>
</pkgmetadata>