From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/uri-template/Manifest | 1 - dev-python/uri-template/metadata.xml | 12 -------- dev-python/uri-template/uri-template-1.3.0.ebuild | 34 ----------------------- 3 files changed, 47 deletions(-) delete mode 100644 dev-python/uri-template/Manifest delete mode 100644 dev-python/uri-template/metadata.xml delete mode 100644 dev-python/uri-template/uri-template-1.3.0.ebuild (limited to 'dev-python/uri-template') diff --git a/dev-python/uri-template/Manifest b/dev-python/uri-template/Manifest deleted file mode 100644 index 2a69d7808d7d..000000000000 --- a/dev-python/uri-template/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uri-template-v1.3.0.tar.bz2 17076 BLAKE2B e8d6c1c35190beab4b2b51cf82dacd6e7bf51397abb142f89f975ce4e7c3067dd9c59895127446deafd84420b63ef62c1484c29037dd9e3833e0d0d55950dcc4 SHA512 654eb700de68a5b992b910e1ff0a038ed699453f021d1eb844d71ddebb32e3ffb77851b5704879bf3eb894eaca33477a0173223a5d9df6a06e33fdc27f6b0f5c diff --git a/dev-python/uri-template/metadata.xml b/dev-python/uri-template/metadata.xml deleted file mode 100644 index c8c34f38db6f..000000000000 --- a/dev-python/uri-template/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - uri-template - - - diff --git a/dev-python/uri-template/uri-template-1.3.0.ebuild b/dev-python/uri-template/uri-template-1.3.0.ebuild deleted file mode 100644 index 598d2675c572..000000000000 --- a/dev-python/uri-template/uri-template-1.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -MY_P="uri-template-v${PV}" -DESCRIPTION="URI Template expansion in strict adherence to RFC 6570" -HOMEPAGE=" - https://gitlab.linss.com/open-source/python/uri-template/ - https://pypi.org/project/uri-template/ -" -SRC_URI=" - https://gitlab.linss.com/open-source/python/uri-template/-/archive/v${PV}/${MY_P}.tar.bz2 -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}" -} -- cgit v1.3