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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6AB8158094 for ; Sun, 18 Sep 2022 18:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01361E08F7; Sun, 18 Sep 2022 18:50:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCB20E08F7 for ; Sun, 18 Sep 2022 18:50:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E09A5340D40 for ; Sun, 18 Sep 2022 18:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E47580 for ; Sun, 18 Sep 2022 18:50:41 +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: <1663527037.196389231ea8e3b4d0072e82eb70742d2b75192a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uc-micro-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uc-micro-py/Manifest dev-python/uc-micro-py/metadata.xml dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild X-VCS-Directories: dev-python/uc-micro-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 196389231ea8e3b4d0072e82eb70742d2b75192a X-VCS-Branch: master Date: Sun, 18 Sep 2022 18:50:41 +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: ea36303a-5f7d-4485-81f7-ee92a4ed0541 X-Archives-Hash: b6d2688d951f39e79fdffd7dc24a85cf commit: 196389231ea8e3b4d0072e82eb70742d2b75192a Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 18:43:59 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 18:50:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19638923 dev-python/uc-micro-py: New package, v1.0.1 Signed-off-by: Michał Górny gentoo.org> dev-python/uc-micro-py/Manifest | 1 + dev-python/uc-micro-py/metadata.xml | 13 ++++++++++++ dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild | 27 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/uc-micro-py/Manifest b/dev-python/uc-micro-py/Manifest new file mode 100644 index 000000000000..4606880ea2fb --- /dev/null +++ b/dev-python/uc-micro-py/Manifest @@ -0,0 +1 @@ +DIST uc.micro-py-1.0.1.gh.tar.gz 6235 BLAKE2B 7ba5935e97d9926789cde37491ce09235f467781ddd99dc841f70bd42a13c87bdc3a7970684cab81684620c1c49e1bc316faa0d4e8664293c76cf7c86e24c446 SHA512 c6747943bd4ac9a3b7bf8d02a52947df04d4d4986311da7fa77d6ae010d512de9ad429d78a436a2f8e11c6f2d8dde00bea70ea0b1237a35e5b16ed4ad6b430fe diff --git a/dev-python/uc-micro-py/metadata.xml b/dev-python/uc-micro-py/metadata.xml new file mode 100644 index 000000000000..c91cb5f9f4b7 --- /dev/null +++ b/dev-python/uc-micro-py/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + tsutsu3/uc.micro-py + uc-micro-py + + diff --git a/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild new file mode 100644 index 000000000000..76bbe5caa499 --- /dev/null +++ b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +MY_P=${P/-/.} +DESCRIPTION="Micro subset of unicode data files for linkify-it-py projects" +HOMEPAGE=" + https://github.com/tsutsu3/uc.micro-py/ + https://pypi.org/project/uc-micro-py/ +" +SRC_URI=" + https://github.com/tsutsu3/uc.micro-py/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest