dev-python/youseedee: add 0.4.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-05-09 19:56:46 +05:00
parent e28de3ba14
commit 3bfc782cbd
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST youseedee-0.3.0.tar.gz 9832 BLAKE2B 3c9f65e8d6f361ddd4f2299853ee1b50ad91637c376690c85a2cbc00b23e5bbf907c8d07f634b96ef4e866403655f94a1007402bb54ac3bc0efab39ce632be0d SHA512 563eda343a853de06acc705570559c4e19b585dd02e4ef0d279b43157ec3989f96993bb5e39331bdd8460250965b80a5b72fe22aed6deaf1f7660288608b820d
DIST youseedee-0.4.1.tar.gz 13974 BLAKE2B 735b394336745c0b4427de8b28df2bee99bc8daf5703488d80284af511e8ab0fc83b8b81195675a2fc55efa42a1c8300d942de4698891dbb985e8e1316ea7704 SHA512 9e7d76a8a6b2804260b94a225b8fba81df9cec94ab88dc17e32c8a3cda27098cac491804d92b39aac6450a7935d092c1917d30c4075a3e5fa3bad96680f30199

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Interface to the Unicode Character Database"
HOMEPAGE="
https://pypi.org/project/youseedee/
https://github.com/simoncozens/youseedee
"
KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"