diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-08 01:47:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-08 01:47:45 +0000 |
commit | 80e87db4d9ed551615eb2d0309bf370e79500716 (patch) | |
tree | 01101a9019196096c237c1c2cbdb02f709c05680 /dev-python/path-and-address | |
parent | f0582d2144b45247a9a3e72569c44ca9539c0f4a (diff) |
gentoo auto-resync : 08:03:2025 - 01:47:44
Diffstat (limited to 'dev-python/path-and-address')
-rw-r--r-- | dev-python/path-and-address/Manifest | 2 | ||||
-rw-r--r-- | dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest index df6553a95d9a..2eda7bfbf844 100644 --- a/dev-python/path-and-address/Manifest +++ b/dev-python/path-and-address/Manifest @@ -1,3 +1,5 @@ +DIST path-and-address-2.0.1.gh.tar.gz 5130 BLAKE2B 98e39d9c359d0abc2659085d187f3d1854eb6329df095a51bc40b1d878049d15e16dea7d10e01110bc8b150f01e593f3a855e3a692db50b62f7092122e17223d SHA512 917b8ccc6656f0b69ecf1afdc7242cb023ae8dc9da64786dd649b90179d425db653e1b8f882b6ca83275f3b8ac510a303367f5ec72aa23f90e7b6f3cf7f13b8e DIST path-and-address-2.0.1.zip 6503 BLAKE2B 146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a SHA512 11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406 EBUILD path-and-address-2.0.1-r1.ebuild 483 BLAKE2B b598229bf13c963962e601c7ebbd3ba682e48c0e55c201039544118446509f688369f1b94ad30257a93e22cdd47fd31f07b04db42f14e5ee0fb91da8dba02d50 SHA512 a214aeed9d618a291bc220d4ac8e559ee2209c2b19b3efa29e127ba93d9ae4aac6e9c3d3c37b4a4d48d18e7e8b812df5ed311ffb7c711a2025348ccd92233466 +EBUILD path-and-address-2.0.1-r2.ebuild 514 BLAKE2B 0d761f00ecd61b79f49646d0aa96c15ca5ce1675f7114390c1fa854cbe33a6d3a4b1d970da52cc72b5a01ca894aced92d5052bfee76fcb698f570ce094f618c2 SHA512 5f9b30dcc45097ed948b89159fba48b65665119295499ed329d178f9f8202db93d70e9fe4807d29cadca1c02d3bb17439fc812477a533330e553699f0828db05 MISC metadata.xml 426 BLAKE2B 21647a57627c6e824e059524cdc20398edd0607fb6cdbb02e3f13bd1fe79104d9cea2a26fa175b1924201a13e8b63c09f9dec89d0ef39949a6391f580280cfbc SHA512 9de5959c8bb5abd24545cd70669ef4e4b2336a62a1478d0495d89fd671203a2d091367470d57e01a27f21b7a99a2f09fa8ca1a9d2fbb24d9296b1ebf78136966 diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild new file mode 100644 index 000000000000..c300d8675d05 --- /dev/null +++ b/dev-python/path-and-address/path-and-address-2.0.1-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Functions for server CLI applications used by humans" +HOMEPAGE="https://github.com/joeyespo/path-and-address" +SRC_URI=" + https://github.com/joeyespo/path-and-address/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest |