From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1295134-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 122C91382C5
	for <garchives@archives.gentoo.org>; Sat, 19 Jun 2021 21:53:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D07BE086C;
	Sat, 19 Jun 2021 21:53:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E802EE086C
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Jun 2021 21:53:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E8531340C15
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Jun 2021 21:53:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A447C1
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Jun 2021 21:53:09 +0000 (UTC)
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
Message-ID: <1624139585.d3e79f87ca6c8f82c40d53d7236850b7288f24ad.Alessandro-Barbieri@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/fontParts/fontParts-0.9.10.ebuild dev-python/fontParts/metadata.xml
X-VCS-Directories: dev-python/fontParts/
X-VCS-Committer: Alessandro-Barbieri
X-VCS-Committer-Name: Alessandro Barbieri
X-VCS-Revision: d3e79f87ca6c8f82c40d53d7236850b7288f24ad
X-VCS-Branch: dev
Date: Sat, 19 Jun 2021 21:53:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ca93171c-dd78-4c85-b043-a64a56dbf510
X-Archives-Hash: 473f453eeb1f1f9c8e8234c7cce0071e

commit:     d3e79f87ca6c8f82c40d53d7236850b7288f24ad
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:22:00 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3e79f87

dev-python/fontParts: improve metadata

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/fontParts/fontParts-0.9.10.ebuild | 1 -
 dev-python/fontParts/metadata.xml            | 7 ++++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild b/dev-python/fontParts/fontParts-0.9.10.ebuild
index b2747a46d..c1698a672 100644
--- a/dev-python/fontParts/fontParts-0.9.10.ebuild
+++ b/dev-python/fontParts/fontParts-0.9.10.ebuild
@@ -30,7 +30,6 @@ pkg_setup() {
 	export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
 }
 
-
 python_test() {
 	"${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
 }

diff --git a/dev-python/fontParts/metadata.xml b/dev-python/fontParts/metadata.xml
index 46f4785f7..25ac58c03 100644
--- a/dev-python/fontParts/metadata.xml
+++ b/dev-python/fontParts/metadata.xml
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer needed -->
+    <!-- maintainer-needed -->
+    <upstream>
+        <bugs-to>https://github.com/robotools/fontParts/issues</bugs-to>
+        <remote-id type="github">robotools/fontParts</remote-id>
+        <remote-id type="pypi">fontParts</remote-id>
+    </upstream>
 </pkgmetadata>