diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-06 13:44:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-06 13:44:35 +0000 |
| commit | 8d60087a92d02932d30bb6d5a78354726ca91e6d (patch) | |
| tree | a16964ed5b86488d9c4695b72c2c9b8cb0fc40d3 /dev-python/sphinx-argparse-cli | |
| parent | 6a0b0ec2d4ea0a9161ec870a8c70e698fc4ba074 (diff) | |
| download | baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.tar.gz baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.tar.xz baldeagleos-repo-8d60087a92d02932d30bb6d5a78354726ca91e6d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse-cli')
| -rw-r--r-- | dev-python/sphinx-argparse-cli/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild (renamed from dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild) | 15 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest index aa4446872412..5cab68fc1474 100644 --- a/dev-python/sphinx-argparse-cli/Manifest +++ b/dev-python/sphinx-argparse-cli/Manifest @@ -1,2 +1,2 @@ -DIST sphinx_argparse_cli-1.8.2.tar.gz 21990 BLAKE2B fda2e87902fa8682a183aa4a16fd80f686a6f0144c4b61d2f8e3840c857b937e27422d2e2c3f346296ef79cc4624ad535ab892409d1633c782343c256d08a763 SHA512 bbc26b0171b20e62a17e130a91b962785ec9edad98b9e838e7a82fe9d464397ac4b12b33c4556253a47320aae2c3e695f938bee04e6583cfbabfe0383955a2d5 +DIST sphinx-argparse-cli-1.11.0.gh.tar.gz 18745 BLAKE2B 9660fc48b80885a9968cb664abd1234d8718d4757e64b0642a46e6fcab9b95c5888cb47acd0b731a88ee8da309a6325eca5ff06b6acac200553caf6446ef92f9 SHA512 adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac DIST sphinx_argparse_cli-1.9.0.tar.gz 23389 BLAKE2B 790db176b789945ebe786ef38cc35a516d8422d0139e5f2b9070acd4a64504d6f0f58793608259bde053cda99e0cad774971cc9c972602b104d3714f48543322 SHA512 effc9c107c184b91c4f13b0c4ce3c3d7559007373e1851bc7802a1832f3056a7d4c715520184392aa49c615a23f000f0c50639bcb8b82e3f98bdb1741e60e935 diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild index 956c3617b462..87138a974788 100644 --- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild +++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild @@ -3,19 +3,24 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) # no pypy3 support inherit distutils-r1 -MY_PN="${PN//-/_}" DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module" HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" +SRC_URI="https://github.com/tox-dev/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/sphinx-5.3.0[${PYTHON_USEDEP}] + <dev-python/sphinx-6.1.0[${PYTHON_USEDEP}] +" +BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]" distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
