diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-18 07:19:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-18 08:02:55 +0200 |
commit | c28d523d1501362d28ff6c1b2e5aa006401ca46e (patch) | |
tree | 5ea0f39aa4cc3e639100787a3b610a1aedb5b087 /dev-python/userpath | |
parent | app-admin/awscli: Bump to 1.29.4 (diff) | |
download | gentoo-c28d523d1501362d28ff6c1b2e5aa006401ca46e.tar.gz gentoo-c28d523d1501362d28ff6c1b2e5aa006401ca46e.tar.bz2 gentoo-c28d523d1501362d28ff6c1b2e5aa006401ca46e.zip |
dev-python/userpath: Bump to 1.9.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/userpath')
-rw-r--r-- | dev-python/userpath/Manifest | 1 | ||||
-rw-r--r-- | dev-python/userpath/userpath-1.9.0.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest index 7cdb509a5054..f0c5927e2128 100644 --- a/dev-python/userpath/Manifest +++ b/dev-python/userpath/Manifest @@ -1 +1,2 @@ DIST userpath-1.8.0.gh.tar.gz 11045 BLAKE2B ebf1077469210dfb66c63a859764becb5cac5734bc0060db691e50e3576241360b4644f141449f033f64f4dbdbf10d2b5a032493ce3c4745a2c981149105c7c9 SHA512 d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330 +DIST userpath-1.9.0.gh.tar.gz 11090 BLAKE2B 70eac3d629c71604047d9dfa4eaf2eeb90011d0b943367aacc0e4e1efb7d45de0efb8075404510e791bd8da3609423d29503101943edc108aa012e8018e53b63 SHA512 a5683a7423465426debda02d58b2f5ef8d17d38d2fac2378cdf3075a2a6f0b7d75210bb1eac30966d323ec5f25073cc9286ae1b37acaa1bf7785da02a4c40805 diff --git a/dev-python/userpath/userpath-1.9.0.ebuild b/dev-python/userpath/userpath-1.9.0.ebuild new file mode 100644 index 000000000000..e9cbe4cde968 --- /dev/null +++ b/dev-python/userpath/userpath-1.9.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=( pypy3 python3_{10..12} ) + +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 |