diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-14 06:23:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-14 06:23:35 +0000 |
| commit | 63e9c2d7721dccfc29927b157ad9c1934f727820 (patch) | |
| tree | deca7cdb2b56243d1e74e9ddf0437b1f229fd5a8 /dev-python/dacite | |
| parent | 904e501ae3ed374d8de2fb5a1fe696eefe129016 (diff) | |
| download | baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.gz baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.xz baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dacite')
| -rw-r--r-- | dev-python/dacite/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/dacite/dacite-1.8.1.ebuild (renamed from dev-python/dacite/dacite-1.6.0.ebuild) | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/dacite/Manifest b/dev-python/dacite/Manifest index 69fce113a93a..8064d7f88e27 100644 --- a/dev-python/dacite/Manifest +++ b/dev-python/dacite/Manifest @@ -1 +1 @@ -DIST dacite-1.6.0.tar.gz 22102 BLAKE2B 79bfa563feb1bd0fdf3541dbafc3ec15b370808e90625e7a7656a4155ba856324644a59b146307df19aca9a0aa68898478111757e37de065f2538932ceaa236f SHA512 034255f095589d309fe5805413d8b148f430cd20a0de305b7954083b530d516da1d8f3f00ebb5264a8cfb77f2b2a76f1e2d863e78bd191f1d85021c5553815da +DIST dacite-1.8.1.tar.gz 26038 BLAKE2B 53b859953221dd01a98976fcb1a8242bb99186c9fa4da04814eaad9232232a27da37fb8d80a91a3e875b1071c809c7f928b2eb0c165f5c4acef3ec9d4c64a94e SHA512 4b40c0bdcf5490bcc77de9e7f04b7267642bcfd41e4168607a5457f38abe3ad4b3041d8a23cb43af76de14eabee45f900ad5ddf7af8f70a2be4850bccc2d3af1 diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.8.1.ebuild index c08a070f4d79..789f44f6ef5f 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.8.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10,11,12} ) inherit distutils-r1 @@ -13,6 +14,10 @@ SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" + +DEPEND=" + test? ( dev-python/pytest-benchmark ) +" distutils_enable_tests pytest |
