-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/wraps: version and PYTHON_COMPAT bump
Signed-off-by: Horea Christian <chr@chymera.eu>
- Loading branch information
1 parent
65717ea
commit 17646d7
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST wraps-0.13.0.tar.gz 31074 BLAKE2B 96aee060660765de4efb15e0fc55bbbe7745acd8458781330105c448e85da6cc16b2ec94fbadb78a27690226f0b222bf3c476fde6a4e4d8c9a78fd11353d7abf SHA512 4858d8bb2ed0ac410c1d3997fac7c7e576feb888713dd3e1ddb26151c7ab6eea274997fe0df9d5661cc88f3fa553b83e4e01d9784f39f8b85ed5c9e8b9e13749 | ||
DIST wraps-0.2.0.tar.gz 25308 BLAKE2B b68359d34995f7bc39535e97458807a5d55e3547124ccb8b34f9cd34fe1d3b38921a3a0c16df031410022f74d414aba97af9e9f60a20fb635428030bc400b130 SHA512 daf72785c3215db06f4bf06704f02c7ecfd1ef5c58dbf5c50b2dee14755d73b519f8a13be9658bf825c296689d9b3effd08aec4254779812583c1024522751f0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DISTUTILS_USE_PEP517=poetry | ||
PYTHON_COMPAT=( python3_{10..13} ) | ||
inherit distutils-r1 pypi | ||
|
||
DESCRIPTION=" Meaningful and safe wrapping types. " | ||
HOMEPAGE="https://github.com/nekitdev/wraps" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
RESTRICT="test" | ||
# package does not have test suite (yet) | ||
|
||
RDEPEND=" | ||
>=dev-python/attrs-21.4.0[${PYTHON_USEDEP}] | ||
>=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] | ||
" | ||
|
||
distutils_enable_tests pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters