From 76bd0cd17d6a309e61da3a6769e7ddba46dfd782 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 26 Jan 2023 00:45:38 +0000 Subject: Adding metadata --- dev-python/userpath/Manifest | 1 + dev-python/userpath/metadata.xml | 11 +++++++++++ dev-python/userpath/userpath-1.8.0.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-python/userpath/Manifest create mode 100644 dev-python/userpath/metadata.xml create mode 100644 dev-python/userpath/userpath-1.8.0.ebuild (limited to 'dev-python/userpath') diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest new file mode 100644 index 000000000000..7cdb509a5054 --- /dev/null +++ b/dev-python/userpath/Manifest @@ -0,0 +1 @@ +DIST userpath-1.8.0.gh.tar.gz 11045 BLAKE2B ebf1077469210dfb66c63a859764becb5cac5734bc0060db691e50e3576241360b4644f141449f033f64f4dbdbf10d2b5a032493ce3c4745a2c981149105c7c9 SHA512 d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330 diff --git a/dev-python/userpath/metadata.xml b/dev-python/userpath/metadata.xml new file mode 100644 index 000000000000..ea8988e8af6a --- /dev/null +++ b/dev-python/userpath/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + gentoo-staging + + \ No newline at end of file diff --git a/dev-python/userpath/userpath-1.8.0.ebuild b/dev-python/userpath/userpath-1.8.0.ebuild new file mode 100644 index 000000000000..72deba691218 --- /dev/null +++ b/dev-python/userpath/userpath-1.8.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Cross-platform tool for adding locations to the user PATH" +HOMEPAGE=" + https://github.com/ofek/userpath/ + https://pypi.org/project/userpath/ +" +SRC_URI=" + https://github.com/ofek/userpath/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.3.1