commit: 688ad3722a850c41a624164a3a554bd4d2d73a0f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 03:54:39 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 03:54:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=688ad372
dev-python/ots-python: fix homepage
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ots-python/metadata.xml | 2 +-
.../{ots-python-8.1.4.ebuild => ots-python-8.1.4-r1.ebuild} | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/dev-python/ots-python/metadata.xml
b/dev-python/ots-python/metadata.xml
index 12937ae6e..5c5bb5a69 100644
--- a/dev-python/ots-python/metadata.xml
+++ b/dev-python/ots-python/metadata.xml
@@ -9,6 +9,6 @@
<upstream>
<bugs-to>https://github.com/googlefonts/ots-python/issues</bugs-to>
<remote-id type="github">googlefonts/ots-python</remote-id>
- <remote-id type="pypi">ots-python</remote-id>
+ <remote-id type="pypi">opentype-sanitizers</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/ots-python/ots-python-8.1.4.ebuild
b/dev-python/ots-python/ots-python-8.1.4-r1.ebuild
similarity index 76%
rename from dev-python/ots-python/ots-python-8.1.4.ebuild
rename to dev-python/ots-python/ots-python-8.1.4-r1.ebuild
index 42a215919..2a66b0130 100644
--- a/dev-python/ots-python/ots-python-8.1.4.ebuild
+++ b/dev-python/ots-python/ots-python-8.1.4-r1.ebuild
@@ -1,16 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..9} pypy3 )
inherit distutils-r1
-SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
DESCRIPTION="A Python wrapper for OpenType Sanitizer"
-HOMEPAGE="https://github.com/googlefonts/ots-python"
+HOMEPAGE="
+ https://github.com/googlefonts/ots-python
+ https://pypi.org/project/opentype-sanitizer/
+"
+SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
LICENSE="BSD"
SLOT="0"