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 A27BF15806E for ; Thu, 18 May 2023 04:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7787AE07E1; Thu, 18 May 2023 04:54:39 +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 5B064E07E1 for ; Thu, 18 May 2023 04:54:39 +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 2B958340B4D for ; Thu, 18 May 2023 04:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 617D5A72 for ; Thu, 18 May 2023 04:54:36 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1684385623.88a39f47cb9409d896ab4b31bc10cf8cf4fabec7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bumpfontversion/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bumpfontversion/Manifest dev-python/bumpfontversion/bumpfontversion-0.4.1.ebuild dev-python/bumpfontversion/metadata.xml X-VCS-Directories: dev-python/bumpfontversion/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 88a39f47cb9409d896ab4b31bc10cf8cf4fabec7 X-VCS-Branch: dev Date: Thu, 18 May 2023 04:54:36 +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: ab173145-b666-4ca7-9447-f2182a1105e1 X-Archives-Hash: 49da019d8dd22f5fba2f08292d57b47d commit: 88a39f47cb9409d896ab4b31bc10cf8cf4fabec7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 18 04:53:32 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu May 18 04:53:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88a39f47 dev-python/bumpfontversion: new package, add 0.4.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/bumpfontversion/Manifest | 1 + .../bumpfontversion/bumpfontversion-0.4.1.ebuild | 26 ++++++++++++++++++++++ dev-python/bumpfontversion/metadata.xml | 12 ++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/bumpfontversion/Manifest b/dev-python/bumpfontversion/Manifest new file mode 100644 index 000000000..b1f128c0d --- /dev/null +++ b/dev-python/bumpfontversion/Manifest @@ -0,0 +1 @@ +DIST bumpfontversion-0.4.1.tar.gz 4747 BLAKE2B b23baf1388fb4665da1358a09832bb9e86f4b225a76a20cee25afac950aa592b6420c02f0eeeace77902b2fa74433afae1ac50f18caa376032f61b19afe86bc3 SHA512 65e154295f5921e16cdc016b9c8bd33d6b5f5663d5d657b9590abb4bef02cad53ef78e08477ebb38c8708b1d997e8f98b59c814124a574b34f1f859d21baee51 diff --git a/dev-python/bumpfontversion/bumpfontversion-0.4.1.ebuild b/dev-python/bumpfontversion/bumpfontversion-0.4.1.ebuild new file mode 100644 index 000000000..452680161 --- /dev/null +++ b/dev-python/bumpfontversion/bumpfontversion-0.4.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Bumps the version of a font source file" +HOMEPAGE=" + https://pypi.org/project/bumpfontversion/ + https://github.com/simoncozens/bumpfontversion +" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/bump2version[${PYTHON_USEDEP}] + dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/glyphsLib[${PYTHON_USEDEP}] + dev-python/openstep-plist[${PYTHON_USEDEP}] + dev-python/ufoLib2[${PYTHON_USEDEP}] +" diff --git a/dev-python/bumpfontversion/metadata.xml b/dev-python/bumpfontversion/metadata.xml new file mode 100644 index 000000000..847354f19 --- /dev/null +++ b/dev-python/bumpfontversion/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + bumpfontversion + simoncozens/bumpfontversion + +