diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-21 23:00:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-21 23:00:32 +0000 |
| commit | 99f39a7cabc52da78c2ca314f1427cb76f0ffe63 (patch) | |
| tree | b730100803af795906e3f2f967d630c3b1a5015c /dev-python/filebytes/filebytes-0.10.2.ebuild | |
| parent | 7a9d8caa231727ec9a1f2581be86973de06b58e4 (diff) | |
| download | baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.tar.gz baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.tar.xz baldeagleos-repo-99f39a7cabc52da78c2ca314f1427cb76f0ffe63.zip | |
Adding metadata
Diffstat (limited to 'dev-python/filebytes/filebytes-0.10.2.ebuild')
| -rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index ee61de7824de..4dd6e5286abf 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,10 @@ fi LICENSE="BSD" SLOT="0" +PATCHES=( + "${FILESDIR}"/${PN}-0.10.2-py314.patch +) + python_test() { "${EPYTHON}" - <<-EOF || die "Tests failed with ${EPYTHON}" from filebytes.elf import * |
