summaryrefslogtreecommitdiff
path: root/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-11-27 04:09:39 +0100
committerMichał Górny <mgorny@gentoo.org>2025-11-27 04:28:43 +0100
commitcc72e3170b35e651966f91d2e2667afd8eb5e12d (patch)
tree9634cf0759fc7b0d4ea6add4c7ae857d47401d79 /dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild
parent4446d1757c6d2df04be0689bf1488acea259c9a0 (diff)
downloadgentoo-cc72e3170b35e651966f91d2e2667afd8eb5e12d.tar.gz
gentoo-cc72e3170b35e651966f91d2e2667afd8eb5e12d.tar.bz2
gentoo-cc72e3170b35e651966f91d2e2667afd8eb5e12d.zip
dev-python/python-xmp-toolkit: Bump to 2.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild')
-rw-r--r--dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild b/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild
new file mode 100644
index 000000000000..da70ac4cc21e
--- /dev/null
+++ b/dev-python/python-xmp-toolkit/python-xmp-toolkit-2.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for working with XMP metadata"
+HOMEPAGE="
+ https://github.com/python-xmp-toolkit/python-xmp-toolkit/
+ https://pypi.org/project/python-xmp-toolkit/
+"
+SRC_URI="
+ https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/pytz[${PYTHON_USEDEP}]
+ media-libs/exempi
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest